rpms/nsd/F-9 nsd.cron,1.6,1.7

Paul Wouters pwouters at fedoraproject.org
Thu Jun 4 18:20:04 UTC 2009


Author: pwouters

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

Modified Files:
	nsd.cron 
Log Message:
Fix the bug where we would create a /%1 file by mistake



Index: nsd.cron
===================================================================
RCS file: /cvs/extras/rpms/nsd/F-9/nsd.cron,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- nsd.cron	10 Apr 2009 17:07:57 -0000	1.6
+++ nsd.cron	4 Jun 2009 18:19:33 -0000	1.7
@@ -6,7 +6,7 @@
 # versa
 
 # Ideally check if ixfr.db newer then any zones, only then do
-/usr/sbin/nsdc patch > /dev/null 2>%1
+/usr/sbin/nsdc patch > /dev/null 2>&1
 
 # We try to only rebuild/reload when neccessary. If 1 zone is newer,
 # we need to rebuild the db file.




More information about the fedora-extras-commits mailing list