summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-10-25 09:59:55 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-10-25 09:59:55 +0000
commiteff12eee3b7f01804422f5ae18bdb3d0da5c3ffe (patch)
tree74afee9df802cf2c90d9b23a3a792bcbc358e058
parent3f1f99fa88816e3519997e463b1a2d24b6473d38 (diff)
downloadbind-eff12eee3b7f01804422f5ae18bdb3d0da5c3ffe.tar.gz
bind-eff12eee3b7f01804422f5ae18bdb3d0da5c3ffe.tar.xz
bind-eff12eee3b7f01804422f5ae18bdb3d0da5c3ffe.zip
- fixed typo in initscriptbind-9_5_0-16_1_a6_fc9
-rw-r--r--bind.spec5
-rwxr-xr-xnamed.init2
2 files changed, 5 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 88f4ed8..eba6947 100644
--- a/bind.spec
+++ b/bind.spec
@@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
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 @@ rm -rf ${RPM_BUILD_ROOT}
%{_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)
diff --git a/named.init b/named.init
index 0de842b..ea508ca 100755
--- a/named.init
+++ b/named.init
@@ -201,7 +201,7 @@ stop() {
rhstatus() {
[ -x /usr/sbin/rndc ] && /usr/sbin/rndc status;
- status /usr/bin/named;
+ status /usr/sbin/named;
return $?
}
restart() {