- Fix syntax error in dhclient-script (#459860)
This commit is contained in:
parent
ee7ca6e29b
commit
a51a2cfd08
@ -4,7 +4,7 @@
|
|||||||
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent
|
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 4.0.0
|
Version: 4.0.0
|
||||||
Release: 20%{?dist}
|
Release: 21%{?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.
|
||||||
@ -440,6 +440,9 @@ fi
|
|||||||
%{_libdir}/libdhcp4client.so
|
%{_libdir}/libdhcp4client.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 23 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-21
|
||||||
|
- Fix syntax error in dhclient-script (#459860)
|
||||||
|
|
||||||
* Fri Aug 22 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-20
|
* Fri Aug 22 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-20
|
||||||
- Rewrite of /sbin/dhclient-script (make the script a little more readable,
|
- Rewrite of /sbin/dhclient-script (make the script a little more readable,
|
||||||
discontinue use of ifconfig in favor of ip, store backup copies of orig
|
discontinue use of ifconfig in favor of ip, store backup copies of orig
|
||||||
|
2
linux
2
linux
@ -423,7 +423,7 @@ if [ -x /etc/dhclient-enter-hooks ]; then
|
|||||||
if [ ${exit_status} -ne 0 ]; then
|
if [ ${exit_status} -ne 0 ]; then
|
||||||
exit ${exit_status}
|
exit ${exit_status}
|
||||||
fi
|
fi
|
||||||
}
|
fi
|
||||||
|
|
||||||
if [ ! -r /etc/sysconfig/network-scripts/network-functions ]; then
|
if [ ! -r /etc/sysconfig/network-scripts/network-functions ]; then
|
||||||
echo "Missing /etc/sysconfig/network-scripts/network-functions, exiting." >&2
|
echo "Missing /etc/sysconfig/network-scripts/network-functions, exiting." >&2
|
||||||
|
Loading…
Reference in New Issue
Block a user