| 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-2003 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.4.3.0 (07 Jan 2003) |
|
|
6 | |
|
|
7 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
8 | |
|
|
9 | Too much to mention, but here are a few: |
|
|
10 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
11 | ours was pretty broken :( |
|
|
12 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
13 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
14 | to support this. |
|
|
15 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
16 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
17 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
18 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
19 | /sbin/rc a bit. |
|
|
20 | - Updated Copyright dates to 2003. |
| 4 | |
21 | |
| 5 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
22 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
| 6 | |
23 | |
| 7 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
24 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 8 | |
25 | |