rpms/dhcp/F-7 dhcp.spec,1.162,1.163 dhcpd.init,1.14,1.15

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Wed Jun 20 17:52:16 UTC 2007


Author: dcantrel

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

Modified Files:
	dhcp.spec dhcpd.init 
Log Message:
* 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: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-7/dhcp.spec,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- dhcp.spec	18 Jun 2007 15:12:29 -0000	1.162
+++ dhcp.spec	20 Jun 2007 17:51:33 -0000	1.163
@@ -10,7 +10,7 @@
 Summary:  DHCP (Dynamic Host Configuration Protocol) server and relay agent
 Name:     dhcp
 Version:  3.0.5
-Release:  36%{?dist}
+Release:  37%{?dist}
 Epoch:    12
 License:  ISC
 Group:    System Environment/Daemons
@@ -434,6 +434,9 @@
 %{_libdir}/libdhcp4client.a
 
 %changelog
+* 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)
+
 * Mon Jun 18 2007 David Cantrell <dcantrell at redhat.com> - 12:3.0.5-36
 - BOOTP_BROADCAST_ALWAYS is not the same as ATSFP, fixed
 - Added anycast mac support to dhclient for OLPC


Index: dhcpd.init
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-7/dhcpd.init,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- dhcpd.init	26 Apr 2007 19:01:43 -0000	1.14
+++ dhcpd.init	20 Jun 2007 17:51:33 -0000	1.15
@@ -53,6 +53,7 @@
     echo -n $"Starting $prog: "
     daemon $dhcpd $DHCPDARGS 2>/dev/null
     RETVAL=$?
+    echo
     [ $RETVAL = 0 ] && touch $lockfile
     return $RETVAL
 }
@@ -61,6 +62,7 @@
     echo -n $"Shutting down $prog: "
     killproc $prog -TERM
     RETVAL=$?
+    echo
     [ $RETVAL = 0 ] && rm -f $lockfile
     return $RETVAL
 }




More information about the fedora-extras-commits mailing list