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. |
|
|
21 | |
|
|
22 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
23 | |
|
|
24 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
25 | |
|
|
26 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
27 | lines, as it seems users do not note the need to have them all on |
|
|
28 | one line .... |
|
|
29 | |
|
|
30 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
31 | script not ending on a digit. This closes bug #12887. |
|
|
32 | |
|
|
33 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
34 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
35 | with new get_KV ... |
4 | |
36 | |
5 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
37 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
38 | |
7 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
39 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
8 | in the new sys-apps/module-init-tools. Note that you need version |
40 | in the new sys-apps/module-init-tools. Note that you need version |