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