rpms/bind/devel bind.spec,1.221,1.222 named.init,1.59,1.60

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Thu Oct 25 10:00:27 UTC 2007


Author: atkac

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

Modified Files:
	bind.spec named.init 
Log Message:
- fixed typo in initscript



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- bind.spec	23 Oct 2007 17:55:46 -0000	1.221
+++ bind.spec	25 Oct 2007 09:59:55 -0000	1.222
@@ -21,7 +21,7 @@
 Name: 		bind
 License: 	ISC
 Version: 	9.5.0
-Release: 	16.%{RELEASEVER}%{?dist}
+Release: 	16.1.%{RELEASEVER}%{?dist}
 Epoch:   	32
 Url: 		http://www.isc.org/products/BIND/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -651,6 +651,9 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Wed Oct 25 2007 Adam Tkac <atkac redhat com> 32:9.5.0-16.1.a6
+- fixed typo in initscript
+
 * Tue Oct 23 2007 Adam Tkac <atkac redhat com> 32:9.5.0-16.a6
 - disabled DBUS (dhcdbd doesn't exist & #339191)
 


Index: named.init
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/named.init,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- named.init	5 Sep 2007 09:56:24 -0000	1.59
+++ named.init	25 Oct 2007 09:59:55 -0000	1.60
@@ -201,7 +201,7 @@
 
 rhstatus() {
   [ -x /usr/sbin/rndc ] && /usr/sbin/rndc status;
-  status /usr/bin/named;
+  status /usr/sbin/named;
   return $?
 }	
 restart() {




More information about the fedora-extras-commits mailing list