rpms/bind/devel bind.spec,1.212,1.213 named.init,1.58,1.59

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Wed Sep 5 09:56:57 UTC 2007


Author: atkac

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

Modified Files:
	bind.spec named.init 
Log Message:
- initscript failure message is now printed correctly (#277981,
  Quentin Armitage (quentin armitage org uk) )



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- bind.spec	3 Sep 2007 08:23:14 -0000	1.212
+++ bind.spec	5 Sep 2007 09:56:24 -0000	1.213
@@ -21,7 +21,7 @@
 Name: 		bind
 License: 	ISC
 Version: 	9.5.0
-Release: 	11.2.%{RELEASEVER}%{?dist}
+Release: 	11.3.%{RELEASEVER}%{?dist}
 Epoch:   	32
 Url: 		http://www.isc.org/products/BIND/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -646,6 +646,10 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Wed Sep 05 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.3.a6
+- initscript failure message is now printed correctly (#277981,
+  Quentin Armitage (quentin armitage org uk) )
+
 * Mon Sep 03 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.2.a6
 - temporary revert ISC 2119 change and add "libbind-errno" patch
   (#254501) again


Index: named.init
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/named.init,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- named.init	23 Aug 2007 09:09:35 -0000	1.58
+++ named.init	5 Sep 2007 09:56:24 -0000	1.59
@@ -137,12 +137,12 @@
     [ -x /usr/bin/logger ] && echo "$named_err" | /usr/bin/logger -pdaemon.error -tnamed;
     exit 2;
   fi;
+  echo
   if [ $RETVAL -eq 0 ]; then
     touch /var/lock/subsys/named;
   else
     exit 7;
   fi
-  echo
   return 0;
 }
 




More information about the scm-commits mailing list