diff options
author | sullrich <sullrich@pfsense.org> | 2009-12-10 17:13:24 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-12-10 17:13:24 -0500 |
commit | 08dba8a1d3e5dd8b6cd32b5aa8d4cf2b39ede2f2 (patch) | |
tree | 396d96ff3574ba74039f8e4f476007a9bb75e196 | |
parent | 489ffb0376edee1927ed72400e6486dc0c619db6 (diff) | |
download | pfsense-packages-08dba8a1d3e5dd8b6cd32b5aa8d4cf2b39ede2f2.tar.gz pfsense-packages-08dba8a1d3e5dd8b6cd32b5aa8d4cf2b39ede2f2.tar.bz2 pfsense-packages-08dba8a1d3e5dd8b6cd32b5aa8d4cf2b39ede2f2.zip |
Define config
-rw-r--r-- | config/portsentry/portsentry.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/portsentry/portsentry.inc b/config/portsentry/portsentry.inc index b0a750d8..d51f9035 100644 --- a/config/portsentry/portsentry.inc +++ b/config/portsentry/portsentry.inc @@ -1,6 +1,8 @@ <?php function portsentry_custom_php_deinstall_command() { + global $config; + conf_mount_rw(); exec("killall portsentry"); exec("rm -rf /usr/local/etc/portsentry*"); |