Changeset 9a6caf3c for connect/dhcp


Ignore:
Timestamp:
07/13/2004 06:58:01 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fb3c8be
Parents:
76a2160
Message:

Added a note to the dhcpcd instructions that configuration files in /etc will be overwritten

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcpcd.xml

    r76a2160 r9a6caf3c  
    111111<screen><userinput><command>make install-service-dhcpcd</command></userinput></screen>
    112112
     113<note><para>The default behavior of <command>dhcpcd</command> is to overwrite
     114(after making backup copies) <filename>/etc/resolv.conf</filename>,
     115<filename>/etc/yp.conf</filename> and <filename>/etc/ntp.conf</filename> with
     116new files containing information from the <acronym>DHCP</acronym> server. If
     117this is undesirable, review the <command>dhcpcd</command> man page for
     118switches to add to the <command>dhcpcd</command> command in the network
     119service script.</para></note>
     120
    113121<para>Now create the <filename>ifconfig.eth0</filename> configuration
    114122file using the following commands.  Adjust appropriately for additional
     
    149157
    150158<sect3><title>dhcpcd</title>
    151 <para><command>dhcpcd</command> is an implementation of the <acronym>DHCP
    152 </acronym> client specified in <acronym>RFC</acronym>2131 and
     159<para><command>dhcpcd</command> is an implementation of the
     160<acronym>DHCP</acronym> client specified in <acronym>RFC</acronym>2131 and
    153161<acronym>RFC</acronym>1541 (depending on which options are specified).</para>
    154162</sect3>
Note: See TracChangeset for help on using the changeset viewer.