[deployment-guide/comm-rel: 96/727] Updated the /etc/sysconfig/ntpd section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:32:14 UTC 2010


commit 05601d839e98b503988d08c50da236d268f53ce2
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Jul 21 18:13:00 2010 +0200

    Updated the /etc/sysconfig/ntpd section.

 en-US/The_sysconfig_Directory.xml |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/en-US/The_sysconfig_Directory.xml b/en-US/The_sysconfig_Directory.xml
index 2862b81..953e221 100644
--- a/en-US/The_sysconfig_Directory.xml
+++ b/en-US/The_sysconfig_Directory.xml
@@ -749,7 +749,21 @@
         <secondary><filename>/etc/sysconfig/ntpd</filename></secondary>
       </indexterm>
       <para>
-        The <filename>/etc/sysconfig/ntpd</filename> file is used to pass arguments to the <command>ntpd</command> daemon at boot time. The <command>ntpd</command> daemon sets and maintains the system clock to synchronize with an Internet standard time server. It implements version 4 of the Network Time Protocol (NTP). For more information about what parameters are available for this file, use a Web browser to view the following file: <filename>/usr/share/doc/ntp-<replaceable>&lt;version&gt;</replaceable>/ntpd.htm</filename> (where <replaceable>&lt;version&gt;</replaceable> is the version number of <command>ntpd</command>). By default, this file sets the owner of the <command>ntpd</command> process to the user <computeroutput>ntp</computeroutput>.
+        The <filename>/etc/sysconfig/ntpd</filename> file is used to pass arguments to the <command>ntpd</command> daemon at boot time. By default, it contains the following option:
+      </para>
+      <variablelist>
+        <varlistentry>
+          <term><option>OPTIONS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to <command>ntpd</command>. For example:
+            </para>
+            <screen>OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid -g"</screen>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+      <para>
+        Refer to <xref linkend="sect-Date_and_Time_Configuration-Network_Time_Protocol" /> or <xref linkend="sect-Date_and_Time_Configuration-Command_Line_Configuration-Network_Time_Protocol" /> for more information on how to configure the <command>ntpd</command> daemon.
       </para>
     </section>
     <section id="s2-sysconfig-radvd">


More information about the docs-commits mailing list