rpms/dhcp/devel dhcp.spec, 1.230, 1.231 dhcpd.init, 1.26, 1.27 dhcrelay.init, 1.9, 1.10

David Cantrell dcantrel at fedoraproject.org
Thu Dec 18 22:47:44 UTC 2008


Author: dcantrel

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

Modified Files:
	dhcp.spec dhcpd.init dhcrelay.init 
Log Message:
* Thu Dec 18 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-33
- Remove unnecessary success/failure lines in init scripts (#476846)



Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- dhcp.spec	16 Dec 2008 00:58:50 -0000	1.230
+++ dhcp.spec	18 Dec 2008 22:47:12 -0000	1.231
@@ -17,7 +17,7 @@
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
 Version:  4.0.0
-Release:  32%{?dist}
+Release:  33%{?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.
@@ -406,6 +406,9 @@
 %attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
 
 %changelog
+* Thu Dec 18 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-33
+- Remove unnecessary success/failure lines in init scripts (#476846)
+
 * Wed Dec 03 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-32
 - Enable LDAP/SSL support in dhcpd (#467740)
 - Do not calculate a prefix for an address we did not receive (#473885)


Index: dhcpd.init
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcpd.init,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- dhcpd.init	21 Jun 2008 20:14:17 -0000	1.26
+++ dhcpd.init	18 Dec 2008 22:47:13 -0000	1.27
@@ -97,7 +97,6 @@
     killproc $prog
     RETVAL=$?
 
-    [ $RETVAL = 0 ] && success || failure
     echo
     [ $RETVAL = 0 ] && rm -f $lockfile
     return $RETVAL


Index: dhcrelay.init
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcrelay.init,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dhcrelay.init	11 Jan 2008 00:14:20 -0000	1.9
+++ dhcrelay.init	18 Dec 2008 22:47:13 -0000	1.10
@@ -70,7 +70,6 @@
     killproc $prog -TERM
     RETVAL=$?
 
-    [ $RETVAL = 0 ] && success || failure
     echo
     [ $RETVAL = 0 ] && rm -f $lockfile
     return $RETVAL




More information about the fedora-extras-commits mailing list