rpms/nsd/devel nsd.cron,1.5,1.6

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


Author: pwouters

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

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/devel/nsd.cron,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- nsd.cron	10 Apr 2009 18:05:04 -0000	1.5
+++ nsd.cron	4 Jun 2009 18:19:34 -0000	1.6
@@ -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