| 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 | |
3 | |
| 4 | 23 Feb 2005; Martin Schlemmer <azarah@gentoo.org>: |
4 | 23 Feb 2005; Martin Schlemmer <azarah@gentoo.org>: |
|
|
5 | |
|
|
6 | Add use tempory file for deptree, bug #48303, thanks to patch from |
|
|
7 | Stefan Hoefer <stefan@hoefer.ch>. |
| 5 | |
8 | |
| 6 | Add {start,stop}-volumess() to /sbin/functions.sh, as well as |
9 | Add {start,stop}-volumess() to /sbin/functions.sh, as well as |
| 7 | RC_VOLUME_ORDER to /etc/conf.d/rc. |
10 | RC_VOLUME_ORDER to /etc/conf.d/rc. |
| 8 | |
11 | |
| 9 | 21 Feb 2005; Mike Frysinger <vapier@gentoo.org>: |
12 | 21 Feb 2005; Mike Frysinger <vapier@gentoo.org>: |
| … | |
… | |
| 88 | Punt the 'guest' user #74737. |
91 | Punt the 'guest' user #74737. |
| 89 | |
92 | |
| 90 | Add support for loopback dm-crypt by Dylan Carlson #73598 and for gpg |
93 | Add support for loopback dm-crypt by Dylan Carlson #73598 and for gpg |
| 91 | dm-crypt by Lars Strojny #75659. |
94 | dm-crypt by Lars Strojny #75659. |
| 92 | |
95 | |
| 93 | Update crypto-loop to newer util-linux #40874 by jochen / Jürgen Hötzel. |
96 | Update crypto-loop to newer util-linux #40874 by jochen / Jürgen Hötzel. |
| 94 | |
97 | |
| 95 | 27 Jan 2005; Roy Marples <uberlord@gentoo.org>: |
98 | 27 Jan 2005; Roy Marples <uberlord@gentoo.org>: |
| 96 | |
99 | |
| 97 | removed udhcpc-* and dhclient-* helper modules and replaced them with a |
100 | removed udhcpc-* and dhclient-* helper modules and replaced them with a |
| 98 | generic dhcp module which caters for all interfaces and dhcp clients that |
101 | generic dhcp module which caters for all interfaces and dhcp clients that |
| … | |
… | |
| 1256 | |
1259 | |
| 1257 | 12 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
1260 | 12 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
| 1258 | |
1261 | |
| 1259 | Fix bug 47218 (net.eth0 broken for vlans) with patch provided by |
1262 | Fix bug 47218 (net.eth0 broken for vlans) with patch provided by |
| 1260 | Andy Dustman. Fix bug 47250 (depscan.sh fails to create |
1263 | Andy Dustman. Fix bug 47250 (depscan.sh fails to create |
| 1261 | /var/lib/init.d/* directories) with patch from Terje Bergström. |
1264 | /var/lib/init.d/* directories) with patch from Terje Bergström. |
| 1262 | |
1265 | |
| 1263 | * rc-scripts 1.4.6 (08 Apr 2004) |
1266 | * rc-scripts 1.4.6 (08 Apr 2004) |
| 1264 | |
1267 | |
| 1265 | 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
1268 | 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
| 1266 | |
1269 | |
| … | |
… | |
| 2880 | is needed, else /usr/bin/newgrp segfault. |
2883 | is needed, else /usr/bin/newgrp segfault. |
| 2881 | |
2884 | |
| 2882 | 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
2885 | 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 2883 | |
2886 | |
| 2884 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
2887 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
| 2885 | Thanks to Väinö Järvelä for this fix. |
2888 | Thanks to Väinö Järvelä for this fix. |
| 2886 | |
2889 | |
| 2887 | Update /etc/profile to also set the PS? variables if $SHELL |
2890 | Update /etc/profile to also set the PS? variables if $SHELL |
| 2888 | is set to /bin/sh. This should make prompt colours in |
2891 | is set to /bin/sh. This should make prompt colours in |
| 2889 | bootstrap work again. |
2892 | bootstrap work again. |
| 2890 | |
2893 | |