rpms/dhcp/F-7 dhcp.spec,1.163,1.164 dhcpd.init,1.15,1.16

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Mon Jul 9 15:00:00 UTC 2007


Author: dcantrel

Update of /cvs/pkgs/rpms/dhcp/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8077

Modified Files:
	dhcp.spec dhcpd.init 
Log Message:
* Mon Jul 09 2007 David Cantrell <dcantrell at redhat.com> - 12:3.0.5-38
- Remove -TERM option from killproc command (#245317)



Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-7/dhcp.spec,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- dhcp.spec	20 Jun 2007 17:51:33 -0000	1.163
+++ dhcp.spec	9 Jul 2007 14:59:25 -0000	1.164
@@ -10,7 +10,7 @@
 Summary:  DHCP (Dynamic Host Configuration Protocol) server and relay agent
 Name:     dhcp
 Version:  3.0.5
-Release:  37%{?dist}
+Release:  38%{?dist}
 Epoch:    12
 License:  ISC
 Group:    System Environment/Daemons
@@ -434,6 +434,9 @@
 %{_libdir}/libdhcp4client.a
 
 %changelog
+* Mon Jul 09 2007 David Cantrell <dcantrell at redhat.com> - 12:3.0.5-38
+- Remove -TERM option from killproc command (#245317)
+
 * Wed Jun 20 2007 David Cantrell <dcantrell at redhat.com> - 12:3.0.5-37
 - For init script functions, echo new line after OK or FAIL msg (#244956)
 


Index: dhcpd.init
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-7/dhcpd.init,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- dhcpd.init	20 Jun 2007 17:51:33 -0000	1.15
+++ dhcpd.init	9 Jul 2007 14:59:25 -0000	1.16
@@ -60,7 +60,7 @@
 
 stop() {
     echo -n $"Shutting down $prog: "
-    killproc $prog -TERM
+    killproc $prog
     RETVAL=$?
     echo
     [ $RETVAL = 0 ] && rm -f $lockfile




More information about the fedora-extras-commits mailing list