rpms/nsd/F-11 nsd.init,1.13,1.14 nsd.spec,1.55,1.56

Paul Wouters pwouters at fedoraproject.org
Thu Aug 20 15:28:12 UTC 2009


Author: pwouters

Update of /cvs/extras/rpms/nsd/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7583/F-11

Modified Files:
	nsd.init nsd.spec 
Log Message:
* Thu Aug 20 2009 Ville Mattila <vmattila at csc.fi> 
- The 'nsdc patch' and 'nsdc rebuild' commands wrote a %1 file by mistake



Index: nsd.init
===================================================================
RCS file: /cvs/extras/rpms/nsd/F-11/nsd.init,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- nsd.init	10 Apr 2009 18:58:47 -0000	1.13
+++ nsd.init	20 Aug 2009 15:28:12 -0000	1.14
@@ -45,7 +45,7 @@ start() {
   [ -x $NSD_PROG ] || exit 5
 
   echo -n $"Starting nsd:"
-  $NSDC_PROG -c $NSD_CONF rebuild >/dev/null 2>%1
+  $NSDC_PROG -c $NSD_CONF rebuild >/dev/null 2>&1
   $NSD_PROG -c $NSD_CONF $OTHER_NSD_OPTS
   RETVAL=$?
   echo
@@ -60,7 +60,7 @@ start() {
 stop() {
   echo -n $"Stopping nsd: "
   # save state to zonefiles
-  $NSDC_PROG -c $NSD_CONF patch > /dev/null 2>%1
+  $NSDC_PROG -c $NSD_CONF patch > /dev/null 2>&1
   $NSDC_PROG -c $NSD_CONF stop
   RETVAL=$?
   # was nsdc successful?


Index: nsd.spec
===================================================================
RCS file: /cvs/extras/rpms/nsd/F-11/nsd.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -r1.55 -r1.56
--- nsd.spec	17 Aug 2009 14:53:55 -0000	1.55
+++ nsd.spec	20 Aug 2009 15:28:12 -0000	1.56
@@ -1,7 +1,7 @@
 Summary: Fast and lean authoritative DNS Name Server
 Name: nsd
 Version: 3.2.3
-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
+* Thu Aug 20 2009 Ville Mattila <vmattila at csc.fi> - 3.2.3-2
+- The 'nsdc patch' and 'nsdc rebuild' commands wrote a %%1 file by mistake
+
 * Mon Aug 17 2009 Paul Wouters <paul at xelerance.com> - 3.2.3-1
 - Updated to nsd-3.2.3
 




More information about the fedora-extras-commits mailing list