diff options
author | Doug Barton <dougb@FreeBSD.org> | 2007-02-26 23:02:04 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2007-02-26 23:02:04 +0000 |
commit | b4118877b149a63f979d1ab051dbe28eddc890cb (patch) | |
tree | 0b3d34c269a6874732dfe4add414f16ba3328a4c /security/snort_inline/files | |
parent | 1dee70fb5b76a3985569927f2dd53cb4e546cad8 (diff) | |
download | ports-b4118877b149a63f979d1ab051dbe28eddc890cb.tar.gz ports-b4118877b149a63f979d1ab051dbe28eddc890cb.zip |
Notes
Diffstat (limited to 'security/snort_inline/files')
-rw-r--r-- | security/snort_inline/files/snort.sh.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/snort_inline/files/snort.sh.in b/security/snort_inline/files/snort.sh.in index aecaf43cd77a..ee0e05e000c1 100644 --- a/security/snort_inline/files/snort.sh.in +++ b/security/snort_inline/files/snort.sh.in @@ -1,10 +1,11 @@ #!/bin/sh -# $Id$ + +# $FreeBSD$ # PROVIDE: snort # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # Add the following lines to /etc/rc.conf to enable snort: # snort_enable (bool): Set to YES to enable snort |