diff options
Diffstat (limited to 'config/snort/snort_post_install.php')
-rw-r--r-- | config/snort/snort_post_install.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/snort/snort_post_install.php b/config/snort/snort_post_install.php index f84cfc55..a7693f1a 100644 --- a/config/snort/snort_post_install.php +++ b/config/snort/snort_post_install.php @@ -305,6 +305,9 @@ if ($config['installedpackages']['snortglobal']['forcekeepsettings'] == 'on') { } } +/* Move our startup shell script to the RC directory (usually /usr/local/etc/rc.d) */ +@rename("/usr/local/pkg/snort/snort_pkg.sh", "{$rcdir}snort_pkg.sh" ); + /* We're finished with conf partition mods, return to read-only */ conf_mount_ro(); |