Minor style cleanups

This commit is contained in:
Scott Ullrich 2005-07-06 21:11:58 +00:00
parent 25d90a6bf1
commit d19cc554a5

View File

@ -514,7 +514,7 @@ function interfaces_opt_dhcp_configure($interface) {
if ($optcfg['dhcphostname']) {
$dhclientconf .= <<<EOD
interface "{$optcfg['if']}" {
interface "{$optcfg['if']}" {
send dhcp-client-identifier "{$optcfg['dhcphostname']}";
send host-name "{$optcfg['dhcphostname']}";
script "/etc/dhclient-script";
@ -553,7 +553,7 @@ function interfaces_wan_dhcp_configure() {
if ($wancfg['dhcphostname']) {
$dhclientconf .= <<<EOD
interface "{$wancfg['if']}" {
interface "{$wancfg['if']}" {
send dhcp-client-identifier "{$wancfg['dhcphostname']}";
send host-name "{$wancfg['dhcphostname']}";
script "/etc/dhclient-script";