From d576ec8aeb8d2a7b41c475d6aabae3e35d90800ece9ba4fa5f66988b2c47d581 Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Mon, 21 Feb 2011 14:52:16 +0000 Subject: [PATCH] - 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 --- dhclient-script | 2 +- dhcp.changes | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dhclient-script b/dhclient-script index c86e069..74abf8f 100644 --- a/dhclient-script +++ b/dhclient-script @@ -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 \ diff --git a/dhcp.changes b/dhcp.changes index 97f5645..97542ec 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -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