From 00db97365e9a069210d0122d7804ff10366dc931 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Sep 30 2011 13:59:33 +0000 Subject: 56dhclient: ifcfg file was not sourced (#742482) --- diff --git a/56dhclient b/56dhclient index 25d14db..7f185f1 100644 --- a/56dhclient +++ b/56dhclient @@ -21,7 +21,7 @@ suspend_dhclient() { NM_CONTROLLED= BOOTPROTO= - . ./${ifcfg} + . ./"${ifcfg}" if [ "${NM_CONTROLLED}" = "no" ] || [ "${NM_CONTROLLED}" = "n" ] || [ "${NM_CONTROLLED}" = "false" ]; then if [ "${BOOTPROTO}" = "bootp" ] || [ "${BOOTPROTO}" = "dhcp" ] || [ -z "${BOOTPROTO}" ]; then diff --git a/dhcp.spec b/dhcp.spec index e9b810b..b4fb335 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -19,7 +19,7 @@ Summary: Dynamic host configuration protocol software Name: dhcp Version: 4.2.2 -Release: 10%{?dist} +Release: 11%{?dist} # NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to # dcantrell maintaining the package) made incorrect use of the epoch and # that's why it is at 12 now. It should have never been used, but it was. @@ -657,6 +657,9 @@ fi %{_initddir}/dhcrelay %changelog +* Fri Sep 30 2011 Jiri Popelka - 12:4.2.2-11 +- 56dhclient: ifcfg file was not sourced (#742482) + * Thu Sep 29 2011 Jiri Popelka - 12:4.2.2-10 - dhclient-script: address alias handling fixes from Scott Shambarger (#741786)