rpms/nsd/F-10 nsd.init,1.10,1.11 nsd.spec,1.44,1.45

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


Author: pwouters

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

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-10/nsd.init,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- nsd.init	10 Apr 2009 18:58:46 -0000	1.10
+++ nsd.init	20 Aug 2009 15:28:12 -0000	1.11
@@ -46,7 +46,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
@@ -61,7 +61,7 @@ start() {
 stop() {
   echo -n $"Shutting down nsd services: "
   # 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-10/nsd.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- nsd.spec	18 May 2009 22:49:03 -0000	1.44
+++ nsd.spec	20 Aug 2009 15:28:12 -0000	1.45
@@ -1,7 +1,7 @@
 Summary: Fast and lean authoritative DNS Name Server
 Name: nsd
 Version: 3.2.2
-Release: 2%{?dist}
+Release: 3%{?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.2-3
+- The 'nsdc patch' and 'nsdc rebuild' commands wrote a %%1 file by mistake
+
 * Mon May 18 2009 Paul Wouters <paul at xelerance.com> - 3.2.2-2
 - Bump version
 




More information about the fedora-extras-commits mailing list