Don't report an error if snort was not started at shutdown.

This commit is contained in:
Arne Fitzenreiter
2010-06-17 23:42:32 +02:00
parent 8dc25f04ba
commit 0ad0c03e62

View File

@@ -122,6 +122,9 @@ case "$1" in
boot_mesg "Stopping Guardian..."
killproc /usr/local/bin/guardian.pl
fi
# Don't report returncode of rm if snort was not started
exit 0
;;
status)