dhclient-script: fixed CONFIG variable value passed to need_config (#848858)
This commit is contained in:
parent
3d2a80f090
commit
5a6fff1160
@ -643,7 +643,7 @@ if [ -f /etc/sysconfig/networking/network ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd /etc/sysconfig/network-scripts
|
cd /etc/sysconfig/network-scripts
|
||||||
CONFIG="ifcfg-${interface}"
|
CONFIG="${interface}"
|
||||||
need_config ${CONFIG}
|
need_config ${CONFIG}
|
||||||
source_config >/dev/null 2>&1
|
source_config >/dev/null 2>&1
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
Summary: Dynamic host configuration protocol software
|
Summary: Dynamic host configuration protocol software
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 4.2.4
|
Version: 4.2.4
|
||||||
Release: 11.%{patchver}%{?dist}
|
Release: 12.%{patchver}%{?dist}
|
||||||
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
||||||
# dcantrell maintaining the package) made incorrect use of the epoch and
|
# 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.
|
# that's why it is at 12 now. It should have never been used, but it was.
|
||||||
@ -591,6 +591,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 20 2012 Tomas Hozza <thozza@redhat.com> - 12:4.2.4-12.P1
|
||||||
|
- dhclient-script: fixed CONFIG variable value passed to need_config (#848858)
|
||||||
|
|
||||||
* Fri Aug 17 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-11.P1
|
* Fri Aug 17 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-11.P1
|
||||||
- don't build libdst, it hasn't been used since 4.2.0 (#849166)
|
- don't build libdst, it hasn't been used since 4.2.0 (#849166)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user