From 148f4db5b5ed541e8923f6598c77cc317b872ab9 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Oct 02 2007 20:05:37 +0000 Subject: - nsdc update and nsdc notify are no longer needed in initscript. --- diff --git a/nsd.init b/nsd.init index a9427b7..34c39ed 100755 --- a/nsd.init +++ b/nsd.init @@ -39,9 +39,6 @@ start() { nsd $OTHER_NSD_OPTS RETVAL=$? echo - /usr/sbin/nsdc update >/dev/null 2> /dev/null - # nsd doesn't handle broken pri/sec servers very well - /usr/sbin/nsdc notify > /dev/null 2> /dev/null & touch /var/lock/subsys/nsd return $RETVAL } diff --git a/nsd.spec b/nsd.spec index 7677177..8cc1d52 100644 --- a/nsd.spec +++ b/nsd.spec @@ -1,7 +1,7 @@ Summary: NSD is a complete implementation of an authoritative DNS name server Name: nsd Version: 3.0.6 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD-like Url: http://open.nlnetlabs.nl/nsd/ Source: http://open.nlnetlabs.nl/downloads/nsd/%{name}-%{version}.tar.gz @@ -77,6 +77,9 @@ if [ "$1" -ge "1" ]; then fi %changelog +* Tue Oct 2 2007 Paul Wouters - 3.0.6-4 +- nsdc update and nsdc notify are no longer needed in initscript. + * Fri Sep 14 2007 Paul Wouters 3.0.6-3 - Do not include examples from nsd.conf.sample that causes bogus network traffic. diff --git a/sources b/sources index 35a048d..b133a78 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -02fd7cfe4c455f180a2178da78b6cd21 nsd.init +9cb67c2e3010cbf98b13d950d430b61c nsd.init db964272bb653f3691cdae6932953432 nsd-3.0.6.tar.gz