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 55b2f2eb09419c3c7b2bffd2c4e8141e3a37a9de (commit) from b64d57aac841cb0a569e9651cba629965d1e6783 (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 55b2f2eb09419c3c7b2bffd2c4e8141e3a37a9de Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jul 21 19:01:44 2010 +0200
dhcp: Oops, this version of dhcpd is very strict.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/dhcp.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/dhcp.cgi b/html/cgi-bin/dhcp.cgi index fcf42de..cde6065 100644 --- a/html/cgi-bin/dhcp.cgi +++ b/html/cgi-bin/dhcp.cgi @@ -1199,7 +1199,7 @@ sub buildconf { $key++; } } - print FILE "include ${General::swroot}/dhcp/dhcpd.conf.local\n"; + print FILE "include "${General::swroot}/dhcp/dhcpd.conf.local";\n"; close FILE; if ( $dhcpsettings{"ENABLE_GREEN"} eq 'on' || $dhcpsettings{"ENABLE_BLUE"} eq 'on' ) {system '/usr/local/bin/dhcpctrl enable >/dev/null 2>&1';} else {system '/usr/local/bin/dhcpctrl disable >/dev/null 2>&1';}
hooks/post-receive -- IPFire 2.x development tree