This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 0ad0c03e624b884c923803b36b0eaa0209442bfe (commit) from 8dc25f04ba659b6f88f0eef91258088c4b3fe978 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0ad0c03e624b884c923803b36b0eaa0209442bfe Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Jun 17 23:42:32 2010 +0200
Don't report an error if snort was not started at shutdown.
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/snort | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/snort b/src/initscripts/init.d/snort index 6323e2b..d22cbc4 100644 --- a/src/initscripts/init.d/snort +++ b/src/initscripts/init.d/snort @@ -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)
hooks/post-receive -- IPFire 2.x development tree