From ff551104b10e0aebfb96dcbe3950aba8ec35a3a9 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Sep 30 2011 13:58:00 +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 acb9093..cd0bb2b 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -19,7 +19,7 @@ Summary: Dynamic host configuration protocol software Name: dhcp Version: 4.2.2 -Release: 8%{?dist} +Release: 9%{?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. @@ -637,6 +637,9 @@ fi %{_initddir}/dhcrelay %changelog +* Fri Sep 30 2011 Jiri Popelka - 12:4.2.2-9 +- 56dhclient: ifcfg file was not sourced (#742482) + * Thu Sep 29 2011 Jiri Popelka - 12:4.2.2-8 - dhclient-script: address alias handling fixes from Scott Shambarger (#741786) - Hopefully last tweak of adding of user and group (#699713)