mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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:
parent
3156dc81ed
commit
31502745e7
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 &&
|
||||
cd /etc/rc.d/init.d &&
|
||||
ln -sf ../init.d/ntp ../rc0.d/K46ntp &&
|
||||
ln -sf ../init.d/ntp ../rc1.d/K46ntp &&
|
||||
|
@ -4,7 +4,8 @@
|
||||
<para>Install <application><acronym>NTP</acronym></application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
<screen><userinput><command>./configure --prefix=/usr --bindir=/usr/sbin \
|
||||
--sysconfdir=/etc &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user