Changeset 0482b012 for connect/dhcp


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcpcd/dhcpcd-exp.xml

    r0d2f891 r0482b012  
    33
    44<para><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;.patch
    5 </command> : <application>Dhcpcd</application> unpatched puts all configuration
     5</command>: <application>Dhcpcd</application> unpatched puts all configuration
    66and temporary files in <filename>/etc/dhcpc</filename>. This becomes very
    77annoying when <application>dhcpcd</application> tells you it's running and it's
    8 not.  You look in <filename>/var/run</filename> for the pid file, but it's not
     8not.  You look in <filename class="directory">/var/run</filename> for the pid file, but it's not
    99there, the pid file that needs deleting is in <filename>/etc/dhcpc</filename>.
    1010This patch brings this program into <acronym>FHS</acronym> compliance, but more
    1111importantly, puts files where you expect them to be.</para>
    1212
    13 <para><command>--prefix=""</command> : There may be a good reason for
     13<para><parameter>--prefix=""</parameter>: There may be a good reason for
    1414abandoning the normal <acronym>BLFS</acronym> convention of using --prefix=/usr
    1515here.  If you are installing <acronym>DHCP</acronym>, it is likely that it is
    16 required during the boot process and <filename>/usr</filename> may be network
     16required during the boot process and <filename class="directory">/usr</filename> may be network
    1717mounted in which case, <command>dhcpcd</command> wouldn't be available due to
    1818being on the network!  Therefore, depending on your situation, you may want it
    19 to be installed in <filename>/sbin</filename> or <filename>/usr/sbin
    20 </filename>.  This command installs to <filename>/sbin</filename>.</para>
     19to be installed in <filename class="directory">/sbin</filename> or <filename
     20class="directory">/usr/sbin
     21</filename>.  This command installs to <filename class="directory">/sbin</filename>.</para>
    2122
    22 <para><command>--sysconfdir=/var/lib</command> : This command install
    23 configuration files in the <filename>/var/lib</filename>
     23<para><parameter>--sysconfdir=/var/lib</parameter>: This command install
     24configuration files in the <filename class="directory">/var/lib</filename>
    2425directory.</para>
    2526
    26 <para><command>--mandir=/usr/share/man</command> : This command
    27 install the man pages to the <filename>/usr/share/man</filename>
     27<para><parameter>--mandir=/usr/share/man</parameter>: This command
     28install the man pages to the <filename class="directory">/usr/share/man</filename>
    2829directory.</para>
    2930
Note: See TracChangeset for help on using the changeset viewer.