spot the obvious typo - I wonder why the serial has been incrementing like mad
authorStephen Gran <steve@lobefin.net>
Sun, 25 Oct 2009 17:43:28 +0000 (17:43 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 25 Oct 2009 17:43:28 +0000 (17:43 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
ud-replicate

index ada301c..4f7609b 100755 (executable)
@@ -164,7 +164,7 @@ fi
 
 rndc_reload=0
 if [ -e /var/lib/misc/thishost/dns-sshfp ]; then
-  if ! cmp -s /var/lib/misc/thishost/dns-sshfp $tempfile2; then
+  if ! cmp -s /var/lib/misc/thishost/dns-sshfp $tempfile; then
     /git/HOOKS/write_zonefile debian.org
     rndc_reload=1
   fi