diff options
author | thompsa <andy@fud.org.nz> | 2010-01-28 10:15:16 +1300 |
---|---|---|
committer | thompsa <andy@fud.org.nz> | 2010-01-28 10:15:16 +1300 |
commit | ce23dd2c09e12049967fc7fd662f6f61ad3db9c0 (patch) | |
tree | d0d6f8c6cec1f7acded05eec1d57fa2529bfefe0 /config | |
parent | 8a16cefc96a1e9389189b0a8f0bbe4bdb39b03ec (diff) | |
download | pfsense-packages-ce23dd2c09e12049967fc7fd662f6f61ad3db9c0.tar.gz pfsense-packages-ce23dd2c09e12049967fc7fd662f6f61ad3db9c0.tar.bz2 pfsense-packages-ce23dd2c09e12049967fc7fd662f6f61ad3db9c0.zip |
Remove old rc.d files.
Diffstat (limited to 'config')
-rw-r--r-- | config/snort-dev/snort.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/snort-dev/snort.inc b/config/snort-dev/snort.inc index b565d102..4cd26acd 100644 --- a/config/snort-dev/snort.inc +++ b/config/snort-dev/snort.inc @@ -108,6 +108,8 @@ function snort_postinstall() exec("/bin/rm /usr/local/etc/snort/reference.config-sample"); exec("/bin/rm /usr/local/etc/snort/gen-msg.map-sample"); exec("/bin/rm /usr/local/etc/snort/sid"); + exec("/bin/rm /usr/local/etc/rc.d/snort"); + exec("/bin/rm /usr/local/etc/rc.d/bardyard2"); } if(!file_exists("/usr/local/etc/snort/custom_rules")) |