rpms/dhcp/devel dhcp.spec,1.186,1.187 dhcpd.init,1.22,1.23

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Tue Nov 27 01:57:52 UTC 2007


Author: dcantrel

Update of /cvs/pkgs/rpms/dhcp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30626

Modified Files:
	dhcp.spec dhcpd.init 
Log Message:
* Mon Nov 19 2007 David Cantrell <dcantrell at redhat.com> - 12:3.1.0-10
- Remove dhcdbd check from dhcpd init script



Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- dhcp.spec	15 Nov 2007 18:37:10 -0000	1.186
+++ dhcp.spec	27 Nov 2007 01:57:19 -0000	1.187
@@ -13,7 +13,7 @@
 Summary:  DHCP (Dynamic Host Configuration Protocol) server and relay agent
 Name:     dhcp
 Version:  3.1.0
-Release:  9%{?dist}
+Release:  10%{?dist}
 # NEVER CHANGE THE EPOCH on this package.  The previous maintainer made
 # incorrect use of the epoch and that's why it is at 12 now.  It should have
 # never been used, but it was.  So we are stuck with it.
@@ -447,6 +447,9 @@
 %{_libdir}/libdhcp4client.a
 
 %changelog
+* Mon Nov 19 2007 David Cantrell <dcantrell at redhat.com> - 12:3.1.0-10
+- Remove dhcdbd check from dhcpd init script
+
 * Thu Nov 15 2007 David Cantrell <dcantrell at redhat.com> - 12:3.1.0-9
 - Fix chkconfig lines in dhcpd and dhcrelay init scripts (#384431)
 - Improve preun scriptlet


Index: dhcpd.init
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcpd.init,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- dhcpd.init	15 Nov 2007 18:34:00 -0000	1.22
+++ dhcpd.init	27 Nov 2007 01:57:19 -0000	1.23
@@ -98,11 +98,6 @@
     return $RETVAL
 }
 
-if [ ! -x $dhcdbd ]; then
-    RETVAL=5
-    exit $RETVAL
-fi
-
 if [ $# -gt 1 ]; then
     RETVAL=2
     exit $RETVAL




More information about the fedora-extras-commits mailing list