Changeset f9a784a


Ignore:
Timestamp:
12/23/2008 03:20:34 PM (15 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5da63eb
Parents:
77a5859
Message:

Fixed some inaccuracies in dhcpcd

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/connect/dhcpcd.xml

    r77a5859 rf9a784a  
    6666
    6767    <para>Install <application>dhcpcd</application> by running the following
    68     commands as the <systemitem class="username">root</systemitem> user:</para>
     68    commands:</para>
    6969
    7070<screen><userinput>make PREFIX= \
    71          LIBEXECDIR=/lib/dhcpcd \
    72          DBDIR=/var/lib \
    73          SYSCONFDIR=/etc/dhcpcd install</userinput></screen>
     71      LIBEXECDIR=/lib/dhcpcd \
     72      DBDIR=/var/lib/dhcpcd \
     73      SYSCONFDIR=/etc/dhcpcd</userinput></screen>
     74
     75    <para>This package does not come with a test suite.</para>
     76
     77    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     78
     79<screen><userinput>make PREFIX= \
     80      LIBEXECDIR=/lib/dhcpcd \
     81      DBDIR=/var/lib/dhcpcd \
     82      SYSCONFDIR=/etc/dhcpcd install</userinput></screen>
    7483
    7584    <para>By default, a plain text lease info file isn't created but the
     
    7988
    8089<screen><userinput>sed -i "s;/var/lib/dhcpcd-;/var/lib/dhcpcd/dhcpcd-;g" \
    81        /lib/dhcpcd/dhcpcd-hooks/50-dhcpcd-compat &amp;&amp;
    82 make LIBEXECDIR=/lib/dhcpcd \
    83      HOOKSCRIPTS=50-dhcpcd-compat install</userinput></screen>
     90       dhcpcd-hooks/50-dhcpcd-compat &amp;&amp;
     91install -v -m 644 dhcpcd-hooks/50-dhcpcd-compat /lib/dhcpcd/dhcpcd-hooks/</userinput></screen>
    8492
    8593  </sect2>
     
    154162        system configuration files like <filename>/etc/resolv.conf</filename>,
    155163        <filename>/etc/yp.conf</filename> and <filename>/etc/ntp.conf</filename> are
    156         done by hooks which are stored in <filename>/lib/dhcpcd/dhcpcd-hooks</filename>.
     164        done by hooks which are stored in <filename class="directory">/lib/dhcpcd/dhcpcd-hooks</filename>.
    157165        Setup <command>dhcpcd</command> by removing or adding hooks from/to that directory.
    158         The execution of hooks can be disabled by using the -C command line option.
    159         Rewiew the <command>dhcpcd</command> man page for switches to add to the
     166        The execution of hooks can be disabled by using the -C command line option.</para>
     167        <para>Review the <command>dhcpcd</command> man page for switches to add to the
    160168        <envar>DHCP_START</envar> value.</para>
    161169      </note>
     
    188196        <seg>dhcpcd</seg>
    189197        <seg>None</seg>
    190         <seg>None</seg>
     198        <seg>/lib/dhcpcd, /etc/dhcpcd</seg>
    191199      </seglistitem>
    192200    </segmentedlist>
     
    201209        <listitem>
    202210          <para>is an implementation of the DHCP client specified
    203           in RFC2131 (when -r option is not specified) and RFC1541
    204           (when -r option is specified).</para>
     211          in RFC2131.</para>
    205212          <indexterm zone="dhcpcd dhcpcd-prog">
    206213            <primary sortas="b-dhcpcd">dhcpcd</primary>
  • general.ent

    r77a5859 rf9a784a  
    44-->
    55
    6 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     6<!ENTITY day          "23">                   <!-- Always 2 digits -->
    77<!ENTITY month        "12">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
  • introduction/welcome/changelog.xml

    r77a5859 rf9a784a  
    4242-->
    4343    <listitem>
     44      <para>December 23th, 2008</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[thomas] - Fixed some inaccuracies in dhcpcd.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4453      <para>December 21th, 2008</para>
    4554      <itemizedlist>
     
    4958        <listitem>
    5059          <para>[ken] - Referenced patches for cpio, id3lib, flac, cdrdao, gamin
    51           to make them build again.</para>
    52         </listitem>
    53       </itemizedlist>
    54     </listitem>
    55 
     60            to make them build again.</para>
     61        </listitem>
     62      </itemizedlist>
     63    </listitem>
     64   
    5665    <listitem>
    5766      <para>December 20th, 2008</para>
Note: See TracChangeset for help on using the changeset viewer.