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:29 +0100
commit2fbb14d3c0cfec25948104b39e6f6df7f07c7749 (patch)
tree669f2d77807df819e7abfd503cd18f8bcfddf525
parenta744b5e53beed526335baf6d19e3881b966e743a (diff)
downloadfreeipa-2fbb14d3c0cfec25948104b39e6f6df7f07c7749.tar.gz
freeipa-2fbb14d3c0cfec25948104b39e6f6df7f07c7749.tar.xz
freeipa-2fbb14d3c0cfec25948104b39e6f6df7f07c7749.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 f0e5ebbde..8c4c6533a 100644
--- a/ipa-client/ipaclient/ntpconf.py
+++ b/ipa-client/ipaclient/ntpconf.py
@@ -73,8 +73,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