diff --git a/dhclient-script b/dhclient-script index 19d98d2..ad7799e 100755 --- a/dhclient-script +++ b/dhclient-script @@ -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 diff --git a/dhcp.spec b/dhcp.spec index 4725dea..36573f5 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -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 - 12:4.0.0-24 +- 'server' -> 'service' in dhclient-script (#462343) + * Fri Aug 29 2008 David Cantrell - 12:4.0.0-23 - Prevent $metric from being set to '' (#460640) - Remove unnecessary warning messages