diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-04 13:48:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-04 13:48:27 +0000 |
commit | 81ff94180c614317da686d4911926d7aa69076f7 (patch) | |
tree | cf1439f2f4400bf1d9980b7e90e3545d5ef5af27 /security/snort/pkg-plist | |
parent | ccb26524fc6531cfabec267f86f9b1d758f028b3 (diff) |
irc.d script for security/snort
This is a sample script for ${PREFIX}/etc/rc.d that will
wake snort up on boot, and take it down on shutdown. Nothing
fancy here. This is needed, because I'm planning on teaching
ACID many new things, and ACID expects snort to help itself.
There is only one thing that requires thinking here: This
should run only after {MySQL|PostgreSQL} server is up, as
snort might want to report to the local server.
PR: ports/49047
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=88534
Diffstat (limited to 'security/snort/pkg-plist')
-rw-r--r-- | security/snort/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/snort/pkg-plist b/security/snort/pkg-plist index fc0fd72a17e6..ad6472b370c2 100644 --- a/security/snort/pkg-plist +++ b/security/snort/pkg-plist @@ -1,6 +1,7 @@ bin/snort @unexec if [ -f %D/etc/snort.conf ] && cmp -s %D/etc/snort.conf %D/etc/snort.conf-sample; then rm -f %D/etc/snort.conf; fi etc/snort.conf-sample +etc/rc.d/snort.sh.sample @exec [ -f %B/snort.conf ] || cp %B/%f %B/snort.conf %%PORTDOCS%%share/doc/snort/AUTHORS %%PORTDOCS%%share/doc/snort/NEWS |