From: Michael Tremer Date: Wed, 21 Jul 2010 17:01:44 +0000 (+0200) Subject: dhcp: Oops, this version of dhcpd is very strict. X-Git-Tag: v2.9-beta1~150^2~8 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=55b2f2eb09419c3c7b2bffd2c4e8141e3a37a9de;ds=sidebyside dhcp: Oops, this version of dhcpd is very strict. --- diff --git a/html/cgi-bin/dhcp.cgi b/html/cgi-bin/dhcp.cgi index fcf42deb8d..cde6065f57 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';}