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