rpms/dhcp/devel dhclient-script,1.1,1.2 dhcp.spec,1.219,1.220

David Cantrell dcantrel at fedoraproject.org
Wed Sep 17 00:42:30 UTC 2008


Author: dcantrel

Update of /cvs/pkgs/rpms/dhcp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32049

Modified Files:
	dhclient-script dhcp.spec 
Log Message:
* Tue Sep 16 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-24
- 'server' -> 'service' in dhclient-script (#462343)



Index: dhclient-script
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhclient-script,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dhclient-script	29 Aug 2008 21:52:04 -0000	1.1
+++ dhclient-script	17 Sep 2008 00:42:00 -0000	1.2
@@ -362,7 +362,7 @@
             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


Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- dhcp.spec	29 Aug 2008 21:52:04 -0000	1.219
+++ dhcp.spec	17 Sep 2008 00:42:00 -0000	1.220
@@ -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 @@
 %{_libdir}/libdhcp4client.so
 
 %changelog
+* Tue Sep 16 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-24
+- 'server' -> 'service' in dhclient-script (#462343)
+
 * Fri Aug 29 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-23
 - Prevent $metric from being set to '' (#460640)
 - Remove unnecessary warning messages




More information about the fedora-extras-commits mailing list