rpms/bind/devel bind.spec,1.240,1.241 named.init,1.64,1.65

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Thu Dec 27 14:48:25 UTC 2007


Author: atkac

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

Modified Files:
	bind.spec named.init 
Log Message:
- fixed initscript wait loop (#426382)



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- bind.spec	20 Dec 2007 13:46:29 -0000	1.240
+++ bind.spec	27 Dec 2007 14:47:47 -0000	1.241
@@ -21,7 +21,7 @@
 Name: 		bind
 License: 	ISC
 Version: 	9.5.0
-Release: 	22.%{RELEASEVER}%{?dist}
+Release: 	23.%{RELEASEVER}%{?dist}
 Epoch:   	32
 Url: 		http://www.isc.org/products/BIND/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -660,6 +660,9 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Thu Dec 27 2007 Adam Tkac <atkac redhat com> 32:9.5.0-23.b1
+- fixed initscript wait loop (#426382)
+
 * Thu Dec 20 2007 Adam Tkac <atkac redhat com> 32:9.5.0-22.b1
 - fixed regression caused by libidn2 patch (#426348)
 


Index: named.init
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/named.init,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- named.init	12 Dec 2007 13:27:02 -0000	1.64
+++ named.init	27 Dec 2007 14:47:47 -0000	1.65
@@ -144,7 +144,7 @@
 
   timeout=0
   RETVAL=0
-  while [ `/sbin/pidof -o %PPID "$named" >/dev/null` ]; do
+  while /sbin/pidof -o %PPID "$named" >/dev/null; do
     if [ $timeout -ge $NAMED_SHUTDOWN_TIMEOUT ]; then
       RETVAL=1
       break




More information about the fedora-extras-commits mailing list