[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/bind/devel bind.spec,1.69,1.70 named.init,1.32,1.33
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/bind/devel bind.spec,1.69,1.70 named.init,1.32,1.33
- Date: Tue, 30 Aug 2005 13:02:23 -0400
Author: jvdias
Update of /cvs/dist/rpms/bind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25705
Modified Files:
bind.spec named.init
Log Message:
fix bug 167062
Index: bind.spec
===================================================================
RCS file: /cvs/dist/rpms/bind/devel/bind.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- bind.spec 22 Aug 2005 20:15:20 -0000 1.69
+++ bind.spec 30 Aug 2005 17:02:06 -0000 1.70
@@ -9,7 +9,7 @@
Name: bind
License: BSD-like
Version: 9.3.1
-Release: 11
+Release: 12
Epoch: 24
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -326,6 +326,11 @@
fi
:;
%endif
+# Files required to run test-suite outside of build tree:
+cp -fp config.h $RPM_BUILD_ROOT/%{_includedir}/bind9
+cp -fp lib/dns/include/dns/forward.h $RPM_BUILD_ROOT/%{_includedir}/dns
+cp -fp lib/isc/unix/include/isc/keyboard.h $RPM_BUILD_ROOT/%{_includedir}/isc
+cp -fp lib/isc/include/isc/hash.h $RPM_BUILD_ROOT/%{_includedir}/isc
%pre
/usr/sbin/groupadd -g 25 named >/dev/null 2>&1 || :;
@@ -385,11 +390,16 @@
/sbin/ldconfig
:;
-%triggerpostun -n bind -- bind <= 22:9.3.0-2
+%triggerpostun -n bind -- bind <= 24:9.3.1-11
if [ "$1" -gt 0 ]; then
+# bind <= 22:9.3.0-2:
# These versions of bind installed named service at order 55 in
# runlevel startup order, after programs like nis / ntp / nfs
# which may need its services if using no nameservers in resolv.conf.
+# bind <= 24:9.3.1-11:
+# These versions ran bind with order 11 in runlevel 2, after syslog
+# at order 12 . BIND should run after syslog and now has order '- 13 87'.
+#
rl=()
for l in 0 1 2 3 4 5 6;
do
@@ -692,6 +702,9 @@
:;
%changelog
+* Tue Aug 30 2005 Jason Vas Dias <jvdias redhat com> - 24:9.3.1-12
+- fix bug 167062: named should be started after syslogd by default
+
* Mon Aug 22 2005 Jason Vas Dias <jvdias redhat com> - 24:9.3.1-11
- fix bug 166227: host: don't do default AAAA and MX lookups with '-t a' option
Index: named.init
===================================================================
RCS file: /cvs/dist/rpms/bind/devel/named.init,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- named.init 17 Aug 2005 02:31:35 -0000 1.32
+++ named.init 30 Aug 2005 17:02:08 -0000 1.33
@@ -3,7 +3,7 @@
# named This shell script takes care of starting and stopping
# named (BIND DNS server).
#
-# chkconfig: - 11 89
+# chkconfig: - 13 87
# description: named (BIND) is a Domain Name Server (DNS) \
# that is used to resolve host names to IP addresses.
# probe: true
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]