summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-11-10 15:16:38 +0100
committerRob Crittenden <rcritten@redhat.com>2010-01-21 17:09:21 -0500
commit7aa78ee06018286efd3f6517a12249e2267536eb (patch)
tree3747974065c61e7f366af444a835b79a45067d6f /install/share
parent686203c0743736028283a8a18c46a19e6f8dd57c (diff)
downloadfreeipa-7aa78ee06018286efd3f6517a12249e2267536eb.tar.gz
freeipa-7aa78ee06018286efd3f6517a12249e2267536eb.tar.xz
freeipa-7aa78ee06018286efd3f6517a12249e2267536eb.zip
Only add an NTP SRV record if we really are setting up NTP
The sample bind zone file that is generated if we don't use --setup-dns is also changed. Fixes #500238
Diffstat (limited to 'install/share')
-rw-r--r--install/share/bind.zone.db.template4
1 files changed, 1 insertions, 3 deletions
diff --git a/install/share/bind.zone.db.template b/install/share/bind.zone.db.template
index b3aa7b951..71fa10bd3 100644
--- a/install/share/bind.zone.db.template
+++ b/install/share/bind.zone.db.template
@@ -23,6 +23,4 @@ _kerberos-master._tcp IN SRV 0 100 88 $HOST
_kerberos-master._udp IN SRV 0 100 88 $HOST
_kpasswd._tcp IN SRV 0 100 464 $HOST
_kpasswd._udp IN SRV 0 100 464 $HOST
-
-;ntp server
-_ntp._udp IN SRV 0 100 123 $HOST
+$OPTIONAL_NTP