Changeset 3150274


Ignore:
Timestamp:
02/03/2004 09:50:56 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3d6d1bd8
Parents:
3156dc8
Message:

ntp corrections, install in /usr/sbin

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1769 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • appendices/symlinks/rc0.xml

    r3156dc8 r3150274  
    113113
    114114<row>
     115<entry>K46</entry>
     116<entry>ntp</entry>
     117<entry><filename>../init.d/ntp</filename></entry>
     118<entry>Stop NTP daemon: <xref linkend="ntp"/></entry>
     119</row>
     120
     121<row>
    115122<entry>K47</entry>
    116123<entry>netfs</entry>
  • appendices/symlinks/rc1.xml

    r3156dc8 r3150274  
    8585
    8686<row>
     87<entry>K46</entry>
     88<entry>ntp</entry>
     89<entry><filename>../init.d/ntp</filename></entry>
     90<entry>Stop NTP daemon: <xref linkend="ntp"/></entry>
     91</row>
     92
     93<row>
    8794<entry>K47</entry>
    8895<entry>netfs</entry>
  • appendices/symlinks/rc2.xml

    r3156dc8 r3150274  
    6868<entry><filename>../init.d/sshd</filename></entry>
    6969<entry>Shut down Secure Shell Daemon: <xref linkend="openssh"/></entry>
     70</row>
     71
     72<row>
     73<entry>K46</entry>
     74<entry>ntp</entry>
     75<entry><filename>../init.d/ntp</filename></entry>
     76<entry>Stop NTP daemon: <xref linkend="ntp"/></entry>
    7077</row>
    7178
  • appendices/symlinks/rc3.xml

    r3156dc8 r3150274  
    9999
    100100<row>
     101<entry>S26</entry>
     102<entry>ntp</entry>
     103<entry><filename>../init.d/ntp</filename></entry>
     104<entry>Start NTP daemon: <xref linkend="ntp"/></entry>
     105</row>
     106
     107<row>
    101108<entry>S28</entry>
    102109<entry>netfs</entry>
  • appendices/symlinks/rc4.xml

    r3156dc8 r3150274  
    9999
    100100<row>
     101<entry>S26</entry>
     102<entry>ntp</entry>
     103<entry><filename>../init.d/ntp</filename></entry>
     104<entry>Start NTP daemon: <xref linkend="ntp"/></entry>
     105</row>
     106
     107<row>
    101108<entry>S28</entry>
    102109<entry>netfs</entry>
  • appendices/symlinks/rc5.xml

    r3156dc8 r3150274  
    9292
    9393<row>
     94<entry>S26</entry>
     95<entry>ntp</entry>
     96<entry><filename>../init.d/ntp</filename></entry>
     97<entry>Start NTP daemon: <xref linkend="ntp"/></entry>
     98</row>
     99
     100<row>
    94101<entry>S28</entry>
    95102<entry>netfs</entry>
  • appendices/symlinks/rc6.xml

    r3156dc8 r3150274  
    106106
    107107<row>
     108<entry>K46</entry>
     109<entry>ntp</entry>
     110<entry><filename>../init.d/ntp</filename></entry>
     111<entry>Stop NTP daemon: <xref linkend="ntp"/></entry>
     112</row>
     113
     114<row>
    108115<entry>K47</entry>
    109116<entry>netfs</entry>
  • basicnet/netprogs/ntp/ntp-config.xml

    r3156dc8 r3150274  
    6161# End $rc_base/init.d/ntp
    6262<command>EOF
    63 chmod 755 /etc/rc.d/init.d/ntp
     63chmod 755 /etc/rc.d/init.d/ntp &amp;&amp;
    6464cd /etc/rc.d/init.d &amp;&amp;
    6565ln -sf ../init.d/ntp ../rc0.d/K46ntp &amp;&amp;
  • basicnet/netprogs/ntp/ntp-inst.xml

    r3156dc8 r3150274  
    55commands:</para>
    66
    7 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr --bindir=/usr/sbin \
     8    --sysconfdir=/etc &amp;&amp;
    89make &amp;&amp;
    910make install</command></userinput></screen>
  • introduction/welcome/changelog.xml

    r3156dc8 r3150274  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>February 3rd, 2004 [igor]: Modified NTP instructions
     15to install in /usr/sbin.</para></listitem>
    1316
    1417<listitem><para>February 2nd, 2004 [tushar]: Changed some
Note: See TracChangeset for help on using the changeset viewer.