diff options
author | Martin Kosek <mkosek@redhat.com> | 2014-01-24 14:38:22 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-01-24 14:40:22 +0100 |
commit | e218f282a09be397f328731e0364937f903b0afd (patch) | |
tree | 5e1f0a75b6de1e789b18fc0262d74a23ae931532 /ipa-client/ipaclient | |
parent | 923e9d8bedb6f564ef0969c8a7e8c4024a1280a8 (diff) | |
download | freeipa-e218f282a09be397f328731e0364937f903b0afd.tar.gz freeipa-e218f282a09be397f328731e0364937f903b0afd.tar.xz freeipa-e218f282a09be397f328731e0364937f903b0afd.zip |
ntpconf: remove redundant comment
https://fedorahosted.org/freeipa/ticket/4094
Diffstat (limited to 'ipa-client/ipaclient')
-rw-r--r-- | ipa-client/ipaclient/ntpconf.py | 3 |
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 |