- 'server' -> 'service' in dhclient-script (#462343)
This commit is contained in:
parent
2bb1b9309a
commit
2d1ec1921c
@ -362,7 +362,7 @@ dhconfig() {
|
||||
if [ $contents -gt 0 ]; then
|
||||
if [ -x /etc/rc.d/init.d/ypbind ] &&
|
||||
[ -r /var/run/ypbind.pid ]; then
|
||||
server ypbind restart >/dev/null 2>&1
|
||||
service ypbind restart >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
@ -4,7 +4,7 @@
|
||||
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent
|
||||
Name: dhcp
|
||||
Version: 4.0.0
|
||||
Release: 23%{?dist}
|
||||
Release: 24%{?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
|
||||
* Tue Sep 16 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-24
|
||||
- 'server' -> 'service' in dhclient-script (#462343)
|
||||
|
||||
* Fri Aug 29 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-23
|
||||
- Prevent $metric from being set to '' (#460640)
|
||||
- Remove unnecessary warning messages
|
||||
|
Loading…
Reference in New Issue
Block a user