ntp corrections, install in /usr/sbin

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1769 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2004-02-03 21:50:56 +00:00
parent 3156dc81ed
commit 31502745e7
10 changed files with 55 additions and 2 deletions

View File

@ -111,6 +111,13 @@
<entry>Save random seed: <xref linkend="postlfs-config-random"/></entry>
</row>
<row>
<entry>K46</entry>
<entry>ntp</entry>
<entry><filename>../init.d/ntp</filename></entry>
<entry>Stop NTP daemon: <xref linkend="ntp"/></entry>
</row>
<row>
<entry>K47</entry>
<entry>netfs</entry>

View File

@ -83,6 +83,13 @@
<entry>Save volume settings: <xref linkend="alsa"/></entry>
</row>
<row>
<entry>K46</entry>
<entry>ntp</entry>
<entry><filename>../init.d/ntp</filename></entry>
<entry>Stop NTP daemon: <xref linkend="ntp"/></entry>
</row>
<row>
<entry>K47</entry>
<entry>netfs</entry>

View File

@ -69,6 +69,13 @@
<entry>Shut down Secure Shell Daemon: <xref linkend="openssh"/></entry>
</row>
<row>
<entry>K46</entry>
<entry>ntp</entry>
<entry><filename>../init.d/ntp</filename></entry>
<entry>Stop NTP daemon: <xref linkend="ntp"/></entry>
</row>
<row>
<entry>K47</entry>
<entry>netfs</entry>

View File

@ -97,6 +97,13 @@
<entry>Restore random seed: <xref linkend="postlfs-config-random"/></entry>
</row>
<row>
<entry>S26</entry>
<entry>ntp</entry>
<entry><filename>../init.d/ntp</filename></entry>
<entry>Start NTP daemon: <xref linkend="ntp"/></entry>
</row>
<row>
<entry>S28</entry>
<entry>netfs</entry>

View File

@ -97,6 +97,13 @@
<entry>Restore random seed: <xref linkend="postlfs-config-random"/></entry>
</row>
<row>
<entry>S26</entry>
<entry>ntp</entry>
<entry><filename>../init.d/ntp</filename></entry>
<entry>Start NTP daemon: <xref linkend="ntp"/></entry>
</row>
<row>
<entry>S28</entry>
<entry>netfs</entry>

View File

@ -90,6 +90,13 @@
<entry>Restore random seed: <xref linkend="postlfs-config-random"/></entry>
</row>
<row>
<entry>S26</entry>
<entry>ntp</entry>
<entry><filename>../init.d/ntp</filename></entry>
<entry>Start NTP daemon: <xref linkend="ntp"/></entry>
</row>
<row>
<entry>S28</entry>
<entry>netfs</entry>

View File

@ -104,6 +104,13 @@
<entry>Save random seed: <xref linkend="postlfs-config-random"/></entry>
</row>
<row>
<entry>K46</entry>
<entry>ntp</entry>
<entry><filename>../init.d/ntp</filename></entry>
<entry>Stop NTP daemon: <xref linkend="ntp"/></entry>
</row>
<row>
<entry>K47</entry>
<entry>netfs</entry>

View File

@ -60,7 +60,7 @@ case "$1" in
esac
# End $rc_base/init.d/ntp
<command>EOF
chmod 755 /etc/rc.d/init.d/ntp
chmod 755 /etc/rc.d/init.d/ntp &amp;&amp;
cd /etc/rc.d/init.d &amp;&amp;
ln -sf ../init.d/ntp ../rc0.d/K46ntp &amp;&amp;
ln -sf ../init.d/ntp ../rc1.d/K46ntp &amp;&amp;

View File

@ -4,7 +4,8 @@
<para>Install <application><acronym>NTP</acronym></application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
<screen><userinput><command>./configure --prefix=/usr --bindir=/usr/sbin \
--sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>

View File

@ -11,6 +11,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>February 3rd, 2004 [igor]: Modified NTP instructions
to install in /usr/sbin.</para></listitem>
<listitem><para>February 2nd, 2004 [tushar]: Changed some
GNOME_PREFIX refs to use pkgconfig. Closes bug 324</para></listitem>