| 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 | 12 Jan 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
5 | |
|
|
6 | net.lo now ignores dot files when loading modules |
|
|
7 | |
|
|
8 | 11 Jan 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
9 | |
|
|
10 | added "noop" config parameter which means take no action if the interface |
|
|
11 | is up and has an address configured, otherwise continue |
|
|
12 | addresses are now removed when starting an interface - fixes #77111 |
|
|
13 | |
|
|
14 | 06 Jan 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
15 | |
|
|
16 | ifconfig, udhcpc-ifconfig now deletes addresses using 0.0.0.0 for uclibc |
|
|
17 | - fixes #76846 |
|
|
18 | |
|
|
19 | 05 Jan 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
20 | |
|
|
21 | dhcpcd and udhcpc now run via the eval statement so quotes can be used |
|
|
22 | in options. Fixes #74053 - thanks to Evan Buswell |
|
|
23 | (merged from HEAD change on 12 Dec 2004) |
|
|
24 | |
|
|
25 | 04 Jan 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
26 | |
|
|
27 | bridge now marks interfaces as UP - fixes #75354 |
|
|
28 | net.lo tests the return value of modprobe - fixes #76385 |
|
|
29 | iwconfig now sets enc keys through an eval statement - fixes #76601 |
|
|
30 | updated wireless.example for whitespace in keys |
|
|
31 | iwconfig now accepts mode "auto" and defaults to it |
|
|
32 | |
|
|
33 | 19 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
34 | |
|
|
35 | iwconfig now sets ESSIDVAR for master/ad-hoc modes - fixes #74802 |
|
|
36 | |
|
|
37 | 18 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
38 | |
|
|
39 | macchanger now localalises ${opts} - fixes #74809 |
|
|
40 | |
|
|
41 | 17 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
42 | |
|
|
43 | wpa_supplicant now brings the interface up before launching - fixes #74637 |
|
|
44 | |
|
|
45 | 16 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
46 | |
|
|
47 | wpa_supplicant - fixed file location for wpa_cli and association test |
|
|
48 | as it they changed in wpa_supplicant-0.3.x |
|
|
49 | |
|
|
50 | 12 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
51 | |
|
|
52 | fixed installed typo in net.lo - fixes #74152. Thanks to Federico Galassi |
|
|
53 | |
|
|
54 | 09 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
55 | |
|
|
56 | fixed net.lo getting vlan config |
|
|
57 | rc doesn't stop hotplugged devices when system is booting - fixes #61594 |
|
|
58 | thanks to Andreas Sundebo for the fix |
|
|
59 | |
|
|
60 | 07 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
61 | |
|
|
62 | essidnet - fixed setting up search domains |
|
|
63 | removed hardcoded ath0 in wpa_supplicant |
|
|
64 | ifconfig now reads the old gateway variable correctly - fixes #73641 |
|
|
65 | |
|
|
66 | 06 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
67 | |
|
|
68 | macchanger defaults to setting the interface down, and then trying |
|
|
69 | with it up - fixes #71929 |
|
|
70 | macchanger converts mac_${IFACE} to lowercase - fixes #73549 |
|
|
71 | iproute2 now configures the interface up everytime we add an address |
|
|
72 | removed "need interface" from all modules depends as net.lo requires |
|
|
73 | interface anyway |
|
|
74 | |
|
|
75 | 05 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
76 | |
|
|
77 | dhclient now kill it's process if it failed to get a lease on startup |
|
|
78 | all dhclient responses are now handled correctly |
|
|
79 | |
|
|
80 | 04 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
81 | |
|
|
82 | fixed dhclient-ifconfig to look for dhclient-udhcpc-wrapper in the correct |
|
|
83 | place and changed hardcoded eth1 to ${interface} in udhcpc-ifconfig. |
|
|
84 | Fixes #73327 - thanks to Benoit Boissinot |
|
|
85 | |
|
|
86 | essidnet gets the essid itself instead of relying on ${ESSID} |
|
|
87 | wpa_supplicant module added |
|
|
88 | config-system now creates files as .tmp instead of .new and loads |
|
|
89 | the wpa_supplicant module if needed |
|
|
90 | ifconfig now addes aliases to devices other than eth0 |
|
|
91 | dhcpcd, dhclient, pump and udhcpc now expose the dhcp_${IFACE} variable |
|
|
92 | instead of the old peer_dns_${IFACE}, peer_ntp_${IFACE}, peer_nis_${IFACE} |
|
|
93 | ones |
|
|
94 | |
|
|
95 | removed modules use dependancy in net.lo and added installed |
|
|
96 | - this allows use to provide "virtual" modules which are only "installed" |
|
|
97 | when other depended modules are installed |
| 3 | |
98 | |
| 4 | * rc-scripts 1.6.7 (03 Dec 2004) |
99 | * rc-scripts 1.6.7 (03 Dec 2004) |
| 5 | |
100 | |
| 6 | 03 Dec 2004; Mike Frysinger <vapier@gentoo.org>: |
101 | 03 Dec 2004; Mike Frysinger <vapier@gentoo.org>: |
| 7 | |
102 | |