summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2014-01-24 14:38:22 +0100
committerMartin Kosek <mkosek@redhat.com>2014-01-24 14:40:22 +0100
commite218f282a09be397f328731e0364937f903b0afd (patch)
tree5e1f0a75b6de1e789b18fc0262d74a23ae931532
parent923e9d8bedb6f564ef0969c8a7e8c4024a1280a8 (diff)
downloadfreeipa-e218f282a09be397f328731e0364937f903b0afd.tar.gz
freeipa-e218f282a09be397f328731e0364937f903b0afd.tar.xz
freeipa-e218f282a09be397f328731e0364937f903b0afd.zip
ntpconf: remove redundant comment
https://fedorahosted.org/freeipa/ticket/4094
-rw-r--r--ipa-client/ipaclient/ntpconf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ipa-client/ipaclient/ntpconf.py b/ipa-client/ipaclient/ntpconf.py
index 4304c3c05..11d37091e 100644
--- a/ipa-client/ipaclient/ntpconf.py
+++ b/ipa-client/ipaclient/ntpconf.py
@@ -72,8 +72,7 @@ keys /etc/ntp/keys
#controlkey 8
"""
-ntp_sysconfig = """# Drop root to id 'ntp:ntp' by default.
-OPTIONS="-x -p /var/run/ntpd.pid"
+ntp_sysconfig = """OPTIONS="-x -p /var/run/ntpd.pid"
# Set to 'yes' to sync hw clock after successful ntpdate
SYNC_HWCLOCK=yes