From: Stephen Gran Date: Sun, 25 Oct 2009 17:43:28 +0000 (+0000) Subject: spot the obvious typo - I wonder why the serial has been incrementing like mad X-Git-Tag: userdir-ldap-0.3.74~5 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=d39c6eb50d0b8e47241ac00481fd0b48d1dc839c spot the obvious typo - I wonder why the serial has been incrementing like mad Signed-off-by: Stephen Gran --- 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