From cf96cdff992b8f343e9964ba0385795e14a31497 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 23 Aug 2009 13:35:38 +0100 Subject: [PATCH] increment the serial if the ud-ldap info changes Signed-off-by: Stephen Gran --- ud-replicate | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ud-replicate b/ud-replicate index e59391f..d8b5f4e 100755 --- a/ud-replicate +++ b/ud-replicate @@ -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 -- 2.20.1