From 9ab58c5e0127a66ae79cb867cfcf271734241b3d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 11 Jul 2005 05:45:42 +0000 Subject: r8315: fixed the generation of the serial number in the dns zone file (bind9 doesn't like it being too long) (This used to be commit fc93ade9cdfe97bdcd2383fa256877580707181c) --- source4/setup/provision.zone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/setup/provision.zone') diff --git a/source4/setup/provision.zone b/source4/setup/provision.zone index cde4caf092..0f5764dc11 100644 --- a/source4/setup/provision.zone +++ b/source4/setup/provision.zone @@ -2,7 +2,7 @@ $ORIGIN ${DNSDOMAIN}. $TTL 1W @ IN SOA @ hostmaster ( - ${TIMESTRING} ; serial + ${DATESTRING} ; serial 2D ; refresh 4H ; retry 6W ; expiry -- cgit