- Fix syntax error in dhclient-script (#459860)

This commit is contained in:
David Cantrell 2008-08-23 21:05:07 +00:00
parent ee7ca6e29b
commit a51a2cfd08
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent
Name: dhcp
Version: 4.0.0
Release: 20%{?dist}
Release: 21%{?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.
@ -440,6 +440,9 @@ fi
%{_libdir}/libdhcp4client.so
%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
- 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

2
linux
View File

@ -423,7 +423,7 @@ if [ -x /etc/dhclient-enter-hooks ]; then
if [ ${exit_status} -ne 0 ]; then
exit ${exit_status}
fi
}
fi
if [ ! -r /etc/sysconfig/network-scripts/network-functions ]; then
echo "Missing /etc/sysconfig/network-scripts/network-functions, exiting." >&2