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 e4c3c620b3fc4992f74dacb7cca803ca946b1197 (commit) from fac786647c8d931e93b190c790fb1b2a1c95f94d (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 e4c3c620b3fc4992f74dacb7cca803ca946b1197 Author: Christian Schmidt christian.schmidt@ipfire.org Date: Tue Jun 22 13:12:32 2010 +0200
Changd the guardian check.
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/snort | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/snort b/src/initscripts/init.d/snort index 87c034e..b157b80 100644 --- a/src/initscripts/init.d/snort +++ b/src/initscripts/init.d/snort @@ -118,7 +118,7 @@ case "$1" in
rm /var/run/snort_* >/dev/null 2>/dev/null
- if ([ -r /var/ipfire/guardian/enable ] || [ -n $(pidofproc /usr/local/bin/guardian.pl) ]); then + if ([ -r /var/ipfire/guardian/enable ] || [ ! -z $(pidofproc /usr/local/bin/guardian.pl) ]); then boot_mesg "Stopping Guardian..." killproc /usr/local/bin/guardian.pl fi
hooks/post-receive -- IPFire 2.x development tree