From 9a6caf3c5e390df0b9050a4427623903c3b6da90 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Tue, 13 Jul 2004 06:58:01 +0000 Subject: [PATCH] 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 --- connect/dhcp/dhcpcd.xml | 12 ++++++++++-- introduction/welcome/changelog.xml | 4 ++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/connect/dhcp/dhcpcd.xml b/connect/dhcp/dhcpcd.xml index 8488d8ef62..eb064b4214 100644 --- a/connect/dhcp/dhcpcd.xml +++ b/connect/dhcp/dhcpcd.xml @@ -110,6 +110,14 @@ included in the package. make install-service-dhcpcd +The default behavior of dhcpcd is to overwrite +(after making backup copies) /etc/resolv.conf, +/etc/yp.conf and /etc/ntp.conf with +new files containing information from the DHCP server. If +this is undesirable, review the dhcpcd man page for +switches to add to the dhcpcd command in the network +service script. + Now create the ifconfig.eth0 configuration file using the following commands. Adjust appropriately for additional interfaces. @@ -148,8 +156,8 @@ variables from /etc/sysconfig/network: Description dhcpcd -dhcpcd is an implementation of the DHCP - client specified in RFC2131 and +dhcpcd is an implementation of the +DHCP client specified in RFC2131 and RFC1541 (depending on which options are specified). diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 9b0bca153a..f855050dde 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -18,6 +18,10 @@ who wrote what. +July 13th, 2004 [randy]: Added a note to the dhcpcd +instructions advising the builder that dhcpcd will overwrite existing +/etc configuration files. + July 13th, 2004 [randy]: Updated to libdv-0.102; updated Glossary.