]> git.pld-linux.org Git - packages/snort.git/commitdiff
- removed -s option (it breaks things - set it from snort.conf)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 19 May 2002 07:54:03 +0000 (07:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    snort.init -> 1.4

snort.init

index d761824ba7a81850a93ee806f49c4a35a7a99bd8..00a6b19e51e8447a165ed61137265f7fc973845f 100644 (file)
@@ -35,7 +35,7 @@ case "$1" in
                 msg_starting snort
                # we need full path here; see SnortUsersManual.pdf
                 daemon         /usr/sbin/snort \
-                       -u snort -g snort -s -d -D \
+                       -u snort -g snort -d -D \
                        -l /var/log/snort -c /etc/snort/snort.conf
                 RETVAL=$?
                 [ $RETVAL -eq 0 ] && touch /var/lock/subsys/snort
This page took 0.091919 seconds and 4 git commands to generate.