diff options
-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")) |