From f57bea8a8d4022decf204c46fa8c2dd220d1aee9 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Jul 31 2007 13:28:10 +0000 Subject: - disabled on all runlevels by default --- diff --git a/bind.spec b/bind.spec index 125cde3..4e5b488 100644 --- a/bind.spec +++ b/bind.spec @@ -27,7 +27,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: BSD-like Version: %{BIND_MAJORVER}.%{BIND_MINORVER}.%{BIND_PATCHVER} -Release: 8.%{BIND_RELEASETYPE}%{BIND_RELEASEVER}%{?dist} +Release: 8.1.%{BIND_RELEASETYPE}%{BIND_RELEASEVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -402,7 +402,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int echo '@ in soa localhost. root 1 3H 15M 1W 1D ns localhost.' > sample/var/named/$f; done -/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.202 2007/07/30 13:48:23 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ +/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.203 2007/07/31 13:28:10 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ *\ * NOTE: you only need to create this file if it is to\ * differ from the following default contents: @@ -681,6 +681,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Tue Jul 31 2007 Adam Tkac 32:9.5.0-8.1.a6 +- disabled named on all runlevels by default + * Mon Jul 30 2007 Adam Tkac 32:9.5.0-8.a6 - minor next improvements on autotools patch - dig and host utilities now using libidn instead idnkit for diff --git a/named.init b/named.init index 794f18c..58b8f9b 100755 --- a/named.init +++ b/named.init @@ -12,8 +12,8 @@ # Provides: $named # Required-Start: $local_fs $network $syslog # Required-Stop: $local_fs $network $syslog -# Default-Start: 3 5 -# Default-Stop: 0 1 2 4 6 +# Default-Start: +# Default-Stop: 0 1 2 3 4 5 6 # Short-Description: start|stop|status|restart|try-restart|reload|force-reload DNS server # Description: control ISC BIND implementation of DNS server ### END INIT INFO