[nsd/f14/master] * Wed Mar 09 2011 Paul Wouters <paul at xelerance.com> - 3.2.7-2 - Fix misnamed variable NSD_AUTORELOAD

Paul Wouters pwouters at fedoraproject.org
Wed Mar 9 15:47:05 UTC 2011


commit 31233178d18eab243c90a1c0c557cb531e791ffb
Author: Paul Wouters <paul at xelerance.com>
Date:   Wed Mar 9 10:31:14 2011 -0500

    * Wed Mar 09 2011 Paul Wouters <paul at xelerance.com> - 3.2.7-2
    - Fix misnamed variable NSD_AUTORELOAD which should be NSD_AUTOREBUILD

 nsd.cron      |    2 +-
 nsd.spec      |    5 ++++-
 nsd.sysconfig |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/nsd.cron b/nsd.cron
index af228c7..08993d5 100644
--- a/nsd.cron
+++ b/nsd.cron
@@ -8,7 +8,7 @@
 NSD_CONF="/etc/nsd/nsd.conf"
 NSDC_PROG="/usr/sbin/nsdc"
 NSD_CHECKCONF_PROG="/usr/sbin/nsd-checkconf"
-NSD_AUTORELOAD="yes"
+NSD_AUTOREBUILD="yes"
 
 # Read in local settings.
 [ -r /etc/sysconfig/nsd ] && . /etc/sysconfig/nsd
diff --git a/nsd.spec b/nsd.spec
index 03f4772..4d62147 100644
--- a/nsd.spec
+++ b/nsd.spec
@@ -1,7 +1,7 @@
 Summary: Fast and lean authoritative DNS Name Server
 Name: nsd
 Version: 3.2.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
@@ -97,6 +97,9 @@ if [ "$1" -ge "1" ]; then
 fi
 
 %changelog
+* Wed Mar 09 2011 Paul Wouters <paul at xelerance.com> - 3.2.7-2
+- Fix misnamed variable NSD_AUTORELOAD which should be NSD_AUTOREBUILD
+
 * Thu Feb 03 2011 Paul Wouters <paul at xelerance.com> - 3.2.7-1
 - Updated to 3.2.7
 - Removed obsolete --enable-nsid
diff --git a/nsd.sysconfig b/nsd.sysconfig
index 099775a..847eb2a 100644
--- a/nsd.sysconfig
+++ b/nsd.sysconfig
@@ -33,6 +33,6 @@ OTHER_NSD_OPTS=""
 # NSD_AUTOREBUILD:  Choose with "yes" or "no" whether NSD database should
 # be rebuilt and reloaded automatically hourly by /etc/cron.hourly/nsd script.
 # (Default value is set in the script.)
-#NSD_AUTOREBUILD="no"
+#NSD_AUTOREBUILD="yes"
 
 # EOF


More information about the scm-commits mailing list