Changeset 39f01ca


Ignore:
Timestamp:
09/29/2003 04:06:53 AM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
814d190
Parents:
7915966
Message:

Added ntp 4.1.2

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

Files:
6 added
7 edited

Legend:

Unmodified
Added
Removed
  • appendices/generic/generic.xml

    r7915966 r39f01ca  
    1717<listitem><para>Add <filename class='directory'>$PREFIX/lib</filename>
    1818to <filename>/etc/ld.so.conf</filename> or expand
    19 <envar>LD_LIBRARY_PATH</envar> to include it.</para></listitem>
     19<envar>LD_LIBRARY_PATH</envar> to include it. Before using the latter option,
     20check out <ulink url="http://www.visi.com/~barr/ldpath.html"/>.</para></listitem>
    2021<listitem><para>Add <filename class='directory'>$PREFIX/man</filename>
    2122to <filename>/etc/man.conf</filename> or expand <envar>MANPATH</envar>.</para></listitem>
  • basicnet/basicnet.ent

    r7915966 r39f01ca  
    3333<!ENTITY % nfs-utils SYSTEM "netprogs/nfs-utils/nfs-utils.ent">
    3434<!ENTITY % ncpfs SYSTEM "netprogs/ncpfs/ncpfs.ent">
     35<!ENTITY % ntp SYSTEM "netprogs/ntp/ntp.ent">
    3536%ncftp;
    3637%cvs;
     
    4142%nfs-utils;
    4243%ncpfs;
     44%ntp;
    4345
    4446<!-- Basic Networking Utilities -->
  • basicnet/netprogs/netprogs.xml

    r7915966 r39f01ca  
    1818&nfs-utils;
    1919&ncpfs;
     20&ntp;
    2021</chapter>
  • index.xml

    r7915966 r39f01ca  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030927">
    6 <!ENTITY releasedate "September 27th, 2003">
     5<!ENTITY version "20030928">
     6<!ENTITY releasedate "September 28th, 2003">
    77<!ENTITY blfs-version "cvs">
    88
  • introduction/welcome/changelog.xml

    r7915966 r39f01ca  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>September 28th, 2003 [tushar]: Added ntp to
     15Networking Programs.</para></listitem>
    1316
    1417<listitem><para>Sepember 27th, 2003 [larry]: updated to
  • introduction/welcome/credits.xml

    r7915966 r39f01ca  
    164164</listitem>
    165165
     166<listitem><para>ntp: <emphasis>Eric Konopka</emphasis></para></listitem>
     167
    166168</itemizedlist>
    167169</sect2>
     
    224226</para></listitem>
    225227
     228<listitem><para><emphasis>Eric Konopka</emphasis> for writing the
     229ntp.txt hint on which the ntp section is based.
     230</para></listitem>
     231
    226232</itemizedlist>
    227233</sect2>
  • postlfs/security/shadow.xml

    r7915966 r39f01ca  
    2525-->
    2626
    27 &shadow-intro;
    2827&shadow-inst;
    2928&shadow-exp;
Note: See TracChangeset for help on using the changeset viewer.