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 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Truely fix bootup on seperate /var. |
|
|
8 | |
|
|
9 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
10 | |
|
|
11 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
12 | |
|
|
13 | Fix bootup on seperate /var. |
|
|
14 | |
|
|
15 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
16 | |
|
|
17 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
18 | |
|
|
19 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
20 | |
|
|
21 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
22 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
23 | |
|
|
24 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
25 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
26 | |
|
|
27 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
28 | |
|
|
29 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
30 | |
|
|
31 | Too much to mention, but here are a few: |
|
|
32 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
33 | ours was pretty broken :( |
|
|
34 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
35 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
36 | to support this. |
|
|
37 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
38 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
39 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
40 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
41 | /sbin/rc a bit. |
|
|
42 | - Updated Copyright dates to 2003. |
|
|
43 | |
|
|
44 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
45 | |
|
|
46 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
47 | |
|
|
48 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
49 | lines, as it seems users do not note the need to have them all on |
|
|
50 | one line .... |
|
|
51 | |
|
|
52 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
53 | script not ending on a digit. This closes bug #12887. |
|
|
54 | |
|
|
55 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
56 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
57 | with new get_KV ... |
4 | |
58 | |
5 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
59 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
60 | |
7 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
61 | 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 |
62 | in the new sys-apps/module-init-tools. Note that you need version |