diff options
author | mcrane <mctch@yahoo.com> | 2009-09-11 15:53:38 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-09-11 15:54:59 -0600 |
commit | c37a4b10134f6d97c364e63a793cf2922c92a0e4 (patch) | |
tree | 0a7792a2d28562ee7d7bf2b5ed0e9ecc9cfd24e8 /config/denyhosts/denyhosts.inc | |
parent | f8cfe4902115e15019d7c84176ec99d14826c486 (diff) | |
download | pfsense-packages-c37a4b10134f6d97c364e63a793cf2922c92a0e4.tar.gz pfsense-packages-c37a4b10134f6d97c364e63a793cf2922c92a0e4.tar.bz2 pfsense-packages-c37a4b10134f6d97c364e63a793cf2922c92a0e4.zip |
FreeSWITCH minor changes to tabbing and spacing, other minor changes and deny hosts add rm /usr/local/etc/denyhosts* to package uninstall.
Diffstat (limited to 'config/denyhosts/denyhosts.inc')
-rw-r--r-- | config/denyhosts/denyhosts.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/denyhosts/denyhosts.inc b/config/denyhosts/denyhosts.inc index e1bcf877..e19365de 100644 --- a/config/denyhosts/denyhosts.inc +++ b/config/denyhosts/denyhosts.inc @@ -184,7 +184,10 @@ function deinstall_command() exec ("rm /etc/hosts.allow"); exec ("cp /etc/hosts.allow.bak /etc/hosts.allow"); } - + + //remove the configuration + exec ("rm /usr/local/etc/denyhosts*"); + //create a new hosts.allow file //$hosts_allow = "#\n"; //$hosts_allow .= "# hosts.allow access control file for \"tcp wrapped\" applications.\n"; |