Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] removing dhcpcd from system???
Date: Tue, 28 Sep 2004 02:27:58
Message-Id: 200409272227.55951.vapier@gentoo.org
In Reply to: Re: [gentoo-dev] removing dhcpcd from system??? by Armando Di Cianno
1 On Monday 27 September 2004 05:24 pm, Armando Di Cianno wrote:
2 > On 2004-09-27 17:10:06 -0400 Jeff Smelser <tradergt@×××××××.org> wrote:
3 > >> No, it's Gentoo's way of getting an IP via dhcp.
4 > >
5 > > Ah, what about the other options? I may not want to use dhcpcd.
6 >
7 > Yes, I agree. dhcpcd offers the least nice functionality of the
8 > available dhcp client.
9 >
10 > However the functioning of base system scripts depend on it. I do not
11 > know if they did or not, but did the person who removed dhcpcd from
12 > the system profile also edit the /etc/init.d/net.eth0 (the default
13 > one) script to politely bomb out and explain to the user that they
14 > need to install dhcpcd if "dhcp" is set for that interface in
15 > /etc/conf.d/net?
16
17 what are you talking about ? baselayout by *no* means depends on dhcpcd
18
19 the lastest versions dont enable anything by default ... you want dhcp, you
20 enable it ... plus, it even supports more than just dhcpcd (oh wait, there's
21 no virtual/dhcpc ...)
22
23 a little snippit:
24 # DHCP can be provided by dhcpcd (default), dhclient, udhcpc or pump
25 #
26 # dhcpcd: emerge net-misc/dhcpcd
27 # dhclient: emerge net-misc/dhcp and modules=( "dhclient" ) above
28 # udhcp: emerge net-misc/udhcp and modules=( "udhcp" ) above
29 # pump: emerge net-misc/pump and modules=( "pump" ) above
30
31 > .... I think you get the point.
32
33 no, we dont ... the point is, you want dhcp, you emerge it
34 -mike
35
36 --
37 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] removing dhcpcd from system??? Armando Di Cianno <fafhrd@g.o>