aboutsummaryrefslogtreecommitdiffstats
path: root/config/portsentry
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-10 17:13:24 -0500
committersullrich <sullrich@pfsense.org>2009-12-10 17:13:24 -0500
commit08dba8a1d3e5dd8b6cd32b5aa8d4cf2b39ede2f2 (patch)
tree396d96ff3574ba74039f8e4f476007a9bb75e196 /config/portsentry
parent489ffb0376edee1927ed72400e6486dc0c619db6 (diff)
downloadpfsense-packages-08dba8a1d3e5dd8b6cd32b5aa8d4cf2b39ede2f2.tar.gz
pfsense-packages-08dba8a1d3e5dd8b6cd32b5aa8d4cf2b39ede2f2.tar.bz2
pfsense-packages-08dba8a1d3e5dd8b6cd32b5aa8d4cf2b39ede2f2.zip
Define config
Diffstat (limited to 'config/portsentry')
-rw-r--r--config/portsentry/portsentry.inc2
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*");