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.4.2.2 (18 Nov 2002) |
|
|
6 | |
|
|
7 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
8 | |
|
|
9 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
10 | to awk. This is also much faster than its bash version. |
|
|
11 | |
|
|
12 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
13 | things even slower on older boxes. Bug #10548. |
|
|
14 | |
|
|
15 | After a bored Vapier decided that he needed to update the |
|
|
16 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
17 | not too many people will nuke thier fstab :/ |
|
|
18 | |
|
|
19 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
20 | |
|
|
21 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
22 | |
|
|
23 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
24 | fixing the need for find which broke systems with /usr on |
|
|
25 | a different partition. |
|
|
26 | |
|
|
27 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
28 | |
|
|
29 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
30 | src/awk/gendepends.awk. |
|
|
31 | |
|
|
32 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
33 | to src/awk/functions.awk. |
4 | |
34 | |
5 | * rc-scripts 1.4.2 (17 Nov 2002) |
35 | * rc-scripts 1.4.2 (17 Nov 2002) |
6 | |
36 | |
7 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
37 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
8 | |
38 | |