[nsd/f15/master] * Wed Mar 09 2011 Paul Wouters <paul at xelerance.com> - 3.2.7-2 - Remove bogus chowns for /var/*/nsdhm

Paul Wouters pwouters at fedoraproject.org
Wed Mar 9 15:45:14 UTC 2011


commit a6b96576d7fc703daf6224bb55a4f80763aed3eb
Author: Paul Wouters <paul at xelerance.com>
Date:   Wed Mar 9 10:44:49 2011 -0500

    * Wed Mar 09 2011 Paul Wouters <paul at xelerance.com> - 3.2.7-2
    - Remove bogus chowns for /var/*/nsdhm
    - Fix misnamed variable NSD_AUTORELOAD which should be NSD_AUTOREBUILD
    
    Conflicts:
    
    	nsd.spec

 nsd.cron      |    2 +-
 nsd.spec      |    3 +++
 nsd.sysconfig |    2 +-
 3 files changed, 5 insertions(+), 2 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 c74e0f4..957c6af 100644
--- a/nsd.spec
+++ b/nsd.spec
@@ -97,6 +97,9 @@ if [ "$1" -ge "1" ]; then
 fi
 
 %changelog
+* Wed Mar 09 2011 Paul Wouters <paul at xelerance.com> - 3.2.7-3
+- Fix misnamed variable NSD_AUTORELOAD which should be NSD_AUTOREBUILD
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
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