diff --git a/bind.spec b/bind.spec index 60b39c1..db1e126 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) @@ -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