rpms/nsd/F-9 nsd.init,1.10,1.11 nsd.spec,1.38,1.39

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


Author: pwouters

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

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-9/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:47 -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-9/nsd.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- nsd.spec	18 May 2009 22:41:48 -0000	1.38
+++ nsd.spec	20 Aug 2009 15:28:12 -0000	1.39
@@ -1,7 +1,7 @@
 Summary: Fast and lean authoritative DNS Name Server
 Name: nsd
 Version: 3.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/nsd/
 Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
@@ -91,6 +91,9 @@ if [ "$1" -ge "1" ]; then
 fi
 
 %changelog
+* Thu Aug 20 2009 Ville Mattila <vmattila at csc.fi> - 3.2.2-2
+- 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-1
 - Upgraded to 3.2.2 security release
   http://www.nlnetlabs.nl/publications/NSD_vulnerability_announcement.html




More information about the scm-commits mailing list