| 1 | # ChangeLog for Gentoo System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo System Intialization ("rc") scripts |
| 2 | # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPLv2 |
2 | # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPLv2 |
|
|
3 | |
|
|
4 | 09 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
5 | |
|
|
6 | fixed net.lo getting vlan config |
|
|
7 | rc doesn't stop hotplugged devices when system is booting - fixes #61594 |
|
|
8 | thanks to Andreas Sundebo for the fix |
|
|
9 | |
|
|
10 | 07 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
11 | |
|
|
12 | essidnet - fixed setting up search domains |
|
|
13 | removed hardcoded ath0 in wpa_supplicant |
|
|
14 | ifconfig now reads the old gateway variable correctly - fixes #73641 |
|
|
15 | |
|
|
16 | 06 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
17 | |
|
|
18 | macchanger defaults to setting the interface down, and then trying |
|
|
19 | with it up - fixes #71929 |
|
|
20 | macchanger converts mac_${IFACE} to lowercase - fixes #73549 |
|
|
21 | iproute2 now configures the interface up everytime we add an address |
|
|
22 | removed "need interface" from all modules depends as net.lo requires |
|
|
23 | interface anyway |
|
|
24 | |
|
|
25 | 05 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
26 | |
|
|
27 | dhclient now kill it's process if it failed to get a lease on startup |
|
|
28 | all dhclient responses are now handled correctly |
|
|
29 | |
|
|
30 | 04 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
31 | |
|
|
32 | fixed dhclient-ifconfig to look for dhclient-udhcpc-wrapper in the correct |
|
|
33 | place and changed hardcoded eth1 to ${interface} in udhcpc-ifconfig. |
|
|
34 | Fixes #73327 - thanks to Benoit Boissinot |
|
|
35 | |
|
|
36 | essidnet gets the essid itself instead of relying on ${ESSID} |
|
|
37 | wpa_supplicant module added |
|
|
38 | config-system now creates files as .tmp instead of .new and loads |
|
|
39 | the wpa_supplicant module if needed |
|
|
40 | ifconfig now addes aliases to devices other than eth0 |
|
|
41 | dhcpcd, dhclient, pump and udhcpc now expose the dhcp_${IFACE} variable |
|
|
42 | instead of the old peer_dns_${IFACE}, peer_ntp_${IFACE}, peer_nis_${IFACE} |
|
|
43 | ones |
|
|
44 | |
|
|
45 | removed modules use dependancy in net.lo and added installed |
|
|
46 | - this allows use to provide "virtual" modules which are only "installed" |
|
|
47 | when other depended modules are installed |
| 3 | |
48 | |
| 4 | * rc-scripts 1.6.7 (03 Dec 2004) |
49 | * rc-scripts 1.6.7 (03 Dec 2004) |
| 5 | |
50 | |
| 6 | 03 Dec 2004; Mike Frysinger <vapier@gentoo.org>: |
51 | 03 Dec 2004; Mike Frysinger <vapier@gentoo.org>: |
| 7 | |
52 | |