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 1b37278adbca2710dedadf494c0ff5b60df494a6 (commit) from 841f013e264d21dd6d3a725325623dbc21aac4f9 (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 1b37278adbca2710dedadf494c0ff5b60df494a6 Author: Christian Schmidt christian.schmidt@ipfire.org Date: Mon Jun 21 19:03:10 2010 +0200
Fixed Guardian deactivate bug #0000664
-----------------------------------------------------------------------
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 d22cbc4..87c034e 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 ]; then + if ([ -r /var/ipfire/guardian/enable ] || [ -n $(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