ud-useradd: force gidNumber to be an int when we open the welcome
[mirror/userdir-ldap.git] / ud-replicate
index e59391f..86f4c1f 100755 (executable)
@@ -164,7 +164,7 @@ fi
 
 rndc_reload=0
 if [ -e /var/lib/misc/thishost/dns-sshfp ]; then
-  if cmp /var/lib/misc/thishost/dns-sshfp $tempfile; then
+  if ! cmp -s /var/lib/misc/thishost/dns-sshfp $tempfile; then
     rndc_reload=1
   fi
 fi
@@ -175,13 +175,7 @@ fi
 #  fi
 #fi
 
-# FIXME:
-# this needs to rebuild the zone file with a new serial so it can replicate.
-# this means splitting the functionality in the current git hook into two scripts,
-# one of which takes a file and maybe some other arguments and rebuilds the zone
-# file, the other doing the git pull and determining which files to rebuild.
-# this is just a temporary hack to have some logical flow in place.
-
 if [ "${rndc_reload}" -gt 0 ]; then
+  /git/HOOKS/write_zonefile debian.org
   rndc reload
 fi