Author: dnicholson
Date: 2008-03-12 15:56:11 -0600 (Wed, 12 Mar 2008)
New Revision: 7266

Modified:
   trunk/BOOK/basicnet/netprogs/ntp.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Add pidfile directive ntp.conf. See ticket #2444.


Modified: trunk/BOOK/basicnet/netprogs/ntp.xml
===================================================================
--- trunk/BOOK/basicnet/netprogs/ntp.xml        2008-03-12 21:45:44 UTC (rev 
7265)
+++ trunk/BOOK/basicnet/netprogs/ntp.xml        2008-03-12 21:56:11 UTC (rev 
7266)
@@ -123,12 +123,13 @@
     <sect3>
       <title>Configuration Information</title>
 
-      <para>The following configuration file defines various NTP servers with
-      open access from different continents. It also creates a drift file where
-      <command>ntpd</command> stores the frequency offset. Since the
-      documentation included with the package is sparse, visit the NTP website
-      at <ulink url="http://www.ntp.org/"/> and <ulink
-      url="http://www.pool.ntp.org/"/> for more information.</para>
+      <para>The following configuration file defines various NTP servers
+      with open access from different continents. It also creates a
+      drift file where <command>ntpd</command> stores the frequency
+      offset and a pid file to store the <command>ntpd</command> process
+      ID. Since the documentation included with the package is sparse,
+      visit the NTP website at <ulink url="http://www.ntp.org/"/> and
+      <ulink url="http://www.pool.ntp.org/"/> for more information.</para>
 
 <screen role="root"><userinput>cat &gt; /etc/ntp.conf &lt;&lt; "EOF"
 <literal># Africa
@@ -150,6 +151,7 @@
 server 2.south-america.pool.ntp.org
 
 driftfile /var/cache/ntp.drift</literal>
+pidfile   /var/run/ntpd.pid
 EOF</userinput></screen>
 
     </sect3>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2008-03-12 21:45:44 UTC 
(rev 7265)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2008-03-12 21:56:11 UTC 
(rev 7266)
@@ -45,6 +45,9 @@
       <para>March 12th, 2008</para>
       <itemizedlist>
         <listitem>
+          <para>[dnicholson] - Add pidfile directive to ntp.conf.</para>
+        </listitem>
+        <listitem>
           <para>[rdaniels] - Updated to gmp-4.2.2.</para>
         </listitem>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to