| 1 | # ChangeLog for Gentoo System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo System Intialization ("rc") scripts |
| 2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2 |
2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2 |
|
|
3 | |
|
|
4 | 04 Mar 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
5 | |
|
|
6 | applied STYLE updates to rc-status |
|
|
7 | |
|
|
8 | rc-status now uses find correctly for -maxdepth which fixes #84055 |
| 3 | |
9 | |
| 4 | 03 Mar 2005; Roy Marples <uberlord@gentoo.org>: |
10 | 03 Mar 2005; Roy Marples <uberlord@gentoo.org>: |
| 5 | |
11 | |
| 6 | iwconfig now defaults the transmit key to 1 |
12 | iwconfig now defaults the transmit key to 1 |
| 7 | bridging and bonding modules now start an interface if it's not |
13 | bridging and bonding modules now start an interface if it's not |
| … | |
… | |
| 141 | Punt the 'guest' user #74737. |
147 | Punt the 'guest' user #74737. |
| 142 | |
148 | |
| 143 | Add support for loopback dm-crypt by Dylan Carlson #73598 and for gpg |
149 | Add support for loopback dm-crypt by Dylan Carlson #73598 and for gpg |
| 144 | dm-crypt by Lars Strojny #75659. |
150 | dm-crypt by Lars Strojny #75659. |
| 145 | |
151 | |
| 146 | Update crypto-loop to newer util-linux #40874 by jochen / Jürgen Hötzel |
152 | Update crypto-loop to newer util-linux #40874 by jochen / Jürgen Hötzel |
| 147 | |
153 | |
| 148 | 27 Jan 2005; Roy Marples <uberlord@gentoo.org>: |
154 | 27 Jan 2005; Roy Marples <uberlord@gentoo.org>: |
| 149 | |
155 | |
| 150 | removed udhcpc-* and dhclient-* helper modules and replaced them with a |
156 | removed udhcpc-* and dhclient-* helper modules and replaced them with a |
| 151 | generic dhcp module which caters for all interfaces and dhcp clients that |
157 | generic dhcp module which caters for all interfaces and dhcp clients that |
| … | |
… | |
| 1309 | |
1315 | |
| 1310 | 12 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
1316 | 12 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
| 1311 | |
1317 | |
| 1312 | Fix bug 47218 (net.eth0 broken for vlans) with patch provided by |
1318 | Fix bug 47218 (net.eth0 broken for vlans) with patch provided by |
| 1313 | Andy Dustman. Fix bug 47250 (depscan.sh fails to create |
1319 | Andy Dustman. Fix bug 47250 (depscan.sh fails to create |
| 1314 | /var/lib/init.d/* directories) with patch from Terje Bergström |
1320 | /var/lib/init.d/* directories) with patch from Terje Bergström |
| 1315 | |
1321 | |
| 1316 | * rc-scripts 1.4.6 (08 Apr 2004) |
1322 | * rc-scripts 1.4.6 (08 Apr 2004) |
| 1317 | |
1323 | |
| 1318 | 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
1324 | 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
| 1319 | |
1325 | |
| … | |
… | |
| 2933 | is needed, else /usr/bin/newgrp segfault. |
2939 | is needed, else /usr/bin/newgrp segfault. |
| 2934 | |
2940 | |
| 2935 | 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
2941 | 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 2936 | |
2942 | |
| 2937 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
2943 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
| 2938 | Thanks to Väinö Järvelä for this fix. |
2944 | Thanks to Väinö Järvelä for this fix. |
| 2939 | |
2945 | |
| 2940 | Update /etc/profile to also set the PS? variables if $SHELL |
2946 | Update /etc/profile to also set the PS? variables if $SHELL |
| 2941 | is set to /bin/sh. This should make prompt colours in |
2947 | is set to /bin/sh. This should make prompt colours in |
| 2942 | bootstrap work again. |
2948 | bootstrap work again. |
| 2943 | |
2949 | |