]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
snort: Fix case switch in initscript.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 6 Dec 2014 17:51:10 +0000 (18:51 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 6 Dec 2014 17:51:10 +0000 (18:51 +0100)
src/initscripts/init.d/snort

index 6025d3e8b6c0bc820ea09d46b5323530e3cb3a00..ee7a63fd0bf4c6b573ab692e679ff65dd0d743aa 100644 (file)
@@ -79,6 +79,7 @@ case "$1" in
                        sleep 1
                         chmod 644 /var/run/snort_$DEVICE.pid
                 done
+               ;;
         stop)
                DEVICES=""
                if [ -r /var/run/snort_$BLUE_DEV.pid ]; then