| 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 | 12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Make slight modifications to /sbin/depscan.sh to improve speed (about |
|
|
8 | 1 second on a celeron 633). |
|
|
9 | |
|
|
10 | Finally fix /sbin/runscript.sh to properly handle interdependencies |
|
|
11 | between types need/use and before/after on runlevel change. I can |
|
|
12 | actually kick myself for previous implementations, as this fix simplifies |
|
|
13 | things a lot, and is almost 30 lines of code less! |
|
|
14 | |
|
|
15 | Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
|
|
16 | It rather just exit with a warning, as I think most people have like |
|
|
17 | me mounts that are to boxes that are not always up. |
|
|
18 | |
|
|
19 | Resolve bug #2439 (should not use try with the dd command for ramdisk |
|
|
20 | stuff). Also increase the number of inodes used for the ramdisk to |
|
|
21 | fix "out of space" errors. Updated /sbin/rc for this. |
| 4 | |
22 | |
| 5 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
23 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
24 | |
| 7 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
25 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
| 8 | backup files to generate /etc/profile.env. |
26 | backup files to generate /etc/profile.env. |