From d39c6eb50d0b8e47241ac00481fd0b48d1dc839c Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 25 Oct 2009 17:43:28 +0000 Subject: [PATCH] spot the obvious typo - I wonder why the serial has been incrementing like mad Signed-off-by: Stephen Gran --- ud-replicate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ud-replicate b/ud-replicate index ada301c..4f7609b 100755 --- a/ud-replicate +++ b/ud-replicate @@ -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 -- 2.20.1