rpms/nsd/devel nsd.cron,1.1,1.2

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Thu Nov 8 16:48:20 UTC 2007


Author: pwouters

Update of /cvs/extras/rpms/nsd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8277

Modified Files:
	nsd.cron 
Log Message:
Added some comments to explain the cron script. disabled 'nsd notify'
again.



Index: nsd.cron
===================================================================
RCS file: /cvs/extras/rpms/nsd/devel/nsd.cron,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nsd.cron	8 Nov 2007 16:21:14 -0000	1.1
+++ nsd.cron	8 Nov 2007 16:47:42 -0000	1.2
@@ -1,16 +1,21 @@
 #!/bin/sh
 
-# this folds back zone updates, dynamic updates, etc back into the
-# zone files.
+# Paul Wouters <paul at xelerance.com>
+# This folds back zone updates, dynamic updates, etc that nsd records
+# in the ixfr.db and nsd.db files back into the zone files or visa
+# versa
 
-# note that for very large zones (eg TLD's) you do not want to do this
+# Note that for very large zones (eg TLD's) you do not want to do this
 # every hour. But for hosting a lot of small zones, it is useful.
 
 /usr/sbin/nsdc update > /dev/nul 2>%1
+# Ideally check if ixfr.db newer then any zones, only then do
 /usr/sbin/nsdc patch > /dev/nul 2>%1
+# Ideally check if nsd.db newer then any zones, only then do
 /usr/sbin/nsdc rebuild > /dev/nul 2>%1
 /usr/sbin/nsdc reload > /dev/nul 2>%1
 
 # nsd checks the serial in notify requests, so its better to send an
-# occasional redundant notify, then to miss it
-/usr/sbin/nsdc notify > /dev/nul 2>%1
+# occasional redundant notify, then to miss it.
+# According to the nsd team, this is no longer neccessary
+# /usr/sbin/nsdc notify > /dev/nul 2>%1




More information about the fedora-extras-commits mailing list