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 cbaab6dcb95a0f60ddbead07120e547a32638e82 (commit) from 511bdb1bd91ecfb4f0c9f4cf1c017b666bbbbaf1 (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 cbaab6dcb95a0f60ddbead07120e547a32638e82 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu May 6 14:08:18 2010 +0200
Some fixes on the alix led script.
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/leds | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/leds b/src/initscripts/init.d/leds index 4927b63..4e678c5 100644 --- a/src/initscripts/init.d/leds +++ b/src/initscripts/init.d/leds @@ -34,7 +34,7 @@ reset_trigger() { }
start_alix2() { - modprobe -q leds-alix2 + modprobe -q leds-alix2 &>/dev/null
local i for i in 1 2 3; do @@ -58,6 +58,7 @@ case "${1}" in for i in alix2; do ${1}_${i} done + exit 0 ;;
*)
hooks/post-receive -- IPFire 2.x development tree