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, next has been updated via 57c22fd6d09880e89b9f4ee1385f060269ab2d30 (commit) from dd89e75ad3d1332c7a7bb0d1eda4aae8ccb86b1a (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 57c22fd6d09880e89b9f4ee1385f060269ab2d30 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Nov 4 15:07:34 2011 +0100
dhcp: Fix syntax error in dhcpcd.exe.
http://forum.ipfire.org/index.php?topic=5418.msg38636#msg38636
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/networking/dhcpcd.exe | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/networking/dhcpcd.exe b/src/initscripts/init.d/networking/dhcpcd.exe index ac835c5..d61c3d5 100644 --- a/src/initscripts/init.d/networking/dhcpcd.exe +++ b/src/initscripts/init.d/networking/dhcpcd.exe @@ -39,7 +39,7 @@ dhcpcd_up() fi
#Check if we have to restart the services at update - [ ! -e "/var/ipfire/red/active" ] update=1; + [ ! -e "/var/ipfire/red/active" ] && update=1; if [ "$old_domain_name_service" != "$new_domain_name_service" ]; then update=1; fi
hooks/post-receive -- IPFire 2.x development tree