rpms/bind/F-8 bind.spec,1.236,1.237 named.init,1.63,1.64

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


Author: atkac

Update of /cvs/pkgs/rpms/bind/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13660

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



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


Index: named.init
===================================================================
RCS file: /cvs/pkgs/rpms/bind/F-8/named.init,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- named.init	12 Dec 2007 13:28:21 -0000	1.63
+++ named.init	27 Dec 2007 14:48:08 -0000	1.64
@@ -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