1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
|
|
4 | |
|
|
5 | * rc-scripts 1.3.0 (10 March 2002) |
|
|
6 | |
|
|
7 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: Resolved |
|
|
8 | bug #1021; updated /etc/init.d/consolefont for this. |
|
|
9 | |
|
|
10 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
|
|
11 | |
|
|
12 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
|
|
13 | and /etc/init.d/localmount for this. |
|
|
14 | |
|
|
15 | Lots of form/syntax cleanups, most things should be more |
|
|
16 | consistant now. Fixed fail detection/return values of lots of |
|
|
17 | scripts. |
|
|
18 | |
|
|
19 | Lots of cleanup/fixes in the three main scripts behind our |
|
|
20 | rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh |
|
|
21 | |
|
|
22 | Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh |
|
|
23 | is sourced in a ebuild. |
|
|
24 | |
|
|
25 | Fix a bug that our rc-script wrapper introduced: Global variables |
|
|
26 | in scripts no longer worked. Updated /etc/init.d/runscript.sh for |
|
|
27 | this. |
|
|
28 | |
|
|
29 | Implemented more error checking for the main startup code in /sbin/rc. |
|
|
30 | Also fixed try() for mounting /proc (maybe all mount commands). |
|
|
31 | The function worked fine in a simulated test, but in real life failed |
|
|
32 | to detect a error when mounting /proc (remember to thank Grant for |
|
|
33 | his UserMode ebuilds, and Guide). |
4 | |
34 | |
5 | * rc-scripts 1.2.9 (6 March 2002) |
35 | * rc-scripts 1.2.9 (6 March 2002) |
6 | |
36 | |
7 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: General form |
37 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: General form |
8 | updates and some piping fixes. |
38 | updates and some piping fixes. |