SHA256
1
0
forked from pool/dhcp

- dhclient-script: fixed typo causing that only global settings

to set hostname and default route were applied for primary
  and never per interface settings (bnc#673792).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=58
This commit is contained in:
Marius Tomaschewski 2011-02-21 14:52:16 +00:00 committed by Git OBS Bridge
parent 35b05841a2
commit d576ec8aeb
2 changed files with 8 additions and 1 deletions

View File

@ -310,7 +310,7 @@ dhclient)
then
eval `grep --no-filename \
'^[[:space:]]*DHCLIENT_SET_\(HOSTNAME\|DEFAULT_ROUTE\)=' \
"$SYSCONFIG_CFG_DIR/dhcp"
"$SYSCONFIG_CFG_DIR/dhcp" \
"$SYSCONFIG_CFG_DIR/ifcfg-${interface}" 2>/dev/null`
else
eval `grep --no-filename \

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 21 14:51:43 UTC 2011 - mt@suse.de
- dhclient-script: fixed typo causing that only global settings
to set hostname and default route were applied for primary
and never per interface settings (bnc#673792).
-------------------------------------------------------------------
Fri Feb 18 10:21:28 UTC 2011 - mt@suse.de