Changeset 0482b012 for basicnet/netprogs


Ignore:
Timestamp:
10/02/2003 10:40:45 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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:
666f6de
Parents:
0d2f891
Message:

exp files tag cleaned

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

Location:
basicnet/netprogs
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/inetutils/inetutils-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--disable-dependancy-tracking</command> : This switch
     4<para><option>--disable-dependancy-tracking</option>: This switch
    55speeds up one time builds.</para>
    66
    7 <para><command>--disable-syslogd</command> : This switch  prevents
     7<para><option>--disable-syslogd</option>: This switch  prevents
    88<application>Inetutils</application> installing a System Log Daemon, which is
    99installed in the <acronym>LFS</acronym> Book.</para>
    1010
    11 <para><command>--with-wrap</command> : This switch makes <application>Inetutils
     11<para><option>--with-wrap</option>: This switch makes <application>Inetutils
    1212</application> compile against <application>tcp-wrappers</application>. Omit
    1313this option if you didn't install <application>tcp-wrappers</application>.
    1414</para>
    1515
    16 <para><command>--with-pam</command> : This switch makes <application>Inetutils
     16<para><option>--with-pam</option>: This switch makes <application>Inetutils
    1717</application> compile against for <application>Linux-<acronym>PAM</acronym>
    1818</application>. Add this option if you want to utilize <acronym>PAM</acronym>.
  • basicnet/netprogs/portmap/portmap-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>patch -Np1 -i ../portmap_5-1.diff</command> : This patch
     4<para><command>patch -Np1 -i ../portmap_5-1.diff</command>: This patch
    55provides added security for the <application>portmap</application> package,
    66including only allowing <command>portmap</command> table changes from the local
    77host.</para>
    88
    9 <para><command>mkdir /usr/share/doc/portmap</command> : This directory must be
     9<para><command>mkdir /usr/share/doc/portmap</command>: This directory must be
    1010created before installation.  </para>
    1111
  • basicnet/netprogs/tcpwrappers/tcpwrappers-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>patch -Np1 -i ../tcp_wrappers_7.6.diff</command> : This patch
     4<para><command>patch -Np1 -i ../tcp_wrappers_7.6.diff</command>: This patch
    55alters the original path and logging facility of the original tcpwrappers
    66program.</para>
  • basicnet/netprogs/wget/wget-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--prefix=/usr "</command> : This compiles and installs
    5 <command>wget</command> into the <filename>/usr</filename> hierarchy instead
    6 of <filename>/usr/local</filename>.</para>
     4<para><parameter>--prefix=/usr "</parameter>: This compiles and installs
     5<command>wget</command> into the <filename class="directory">/usr</filename> hierarchy instead
     6of <filename class="directory">/usr/local</filename>.</para>
    77
    8 <para><command>--sysconfigdir=/etc</command> : This relocates
    9 the configuration file from <filename>/usr/etc</filename> to
    10 <filename>/etc</filename>.</para>
     8<para><parameter>--sysconfigdir=/etc</parameter>: This relocates
     9the configuration file from <filename class="directory">/usr/etc</filename> to
     10<filename class="directory">/etc</filename>.</para>
    1111
    1212</sect2>
Note: See TracChangeset for help on using the changeset viewer.