Author: igor
Date: Mon Jul 22 12:43:30 2013
New Revision: 11468
Log:
NTP drift file location fix
Modified:
trunk/BOOK/networking/netprogs/ntp.xml
Modified: trunk/BOOK/networking/netprogs/ntp.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/ntp.xml Mon Jul 22 09:20:20 2013
(r11467)
+++ trunk/BOOK/networking/netprogs/ntp.xml Mon Jul 22 12:43:30 2013
(r11468)
@@ -111,6 +111,7 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
+install -d -o ntp -g ntp /var/lib/ntp &&
install -v -m755 -d /usr/share/doc/ntp-&ntp-version; &&
cp -v -R html/* /usr/share/doc/ntp-&ntp-version;/</userinput></screen>
@@ -166,7 +167,7 @@
# South America
server 2.south-america.pool.ntp.org
-driftfile /var/cache/ntp.drift
+driftfile /var/lib/ntp/ntp.drift
pidfile /var/run/ntpd.pid</literal>
EOF</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page