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 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Change default 'net' dependency behaviour to be more suited |
|
|
8 | for notebook users. Basically if at least one net.* service |
|
|
9 | beside net.lo start successfully, the 'net' dependency is |
|
|
10 | considered up. Server admin can set RC_NET_FAIL_CRITICAL="yes" |
|
|
11 | in /etc/conf.d/rc to change this back to the old default. |
|
|
12 | |
|
|
13 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
14 | |
|
|
15 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
16 | |
|
|
17 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
18 | info at: |
|
|
19 | |
|
|
20 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
21 | |
|
|
22 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
23 | |
|
|
24 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
25 | bug #7803. |
|
|
26 | |
|
|
27 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
28 | |
|
|
29 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
30 | This should close bug #10891. |
|
|
31 | |
|
|
32 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
33 | |
|
|
34 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
35 | |
|
|
36 | Add some more checks to src/awk/*. Fix error printing for |
|
|
37 | /sbin/depscan.sh. |
|
|
38 | |
|
|
39 | Link awk module with gcc and not with ld. This should fix |
|
|
40 | problems on sparc and alpha. Many thanks for this fix to |
|
|
41 | Stephan Jones <cretin@gentoo.org>. |
|
|
42 | |
|
|
43 | Remove the copyright info from config files, thanks to |
|
|
44 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
45 | |
|
|
46 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
47 | |
|
|
48 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
49 | |
|
|
50 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
51 | to awk. This is also much faster than its bash version. |
|
|
52 | |
|
|
53 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
54 | things even slower on older boxes. Bug #10548. |
|
|
55 | |
|
|
56 | After a bored Vapier decided that he needed to update the |
|
|
57 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
58 | not too many people will nuke thier fstab :/ |
|
|
59 | |
|
|
60 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
61 | |
|
|
62 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
63 | |
|
|
64 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
65 | fixing the need for find which broke systems with /usr on |
|
|
66 | a different partition. |
|
|
67 | |
|
|
68 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
69 | |
|
|
70 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
71 | src/awk/gendepends.awk. |
|
|
72 | |
|
|
73 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
74 | to src/awk/functions.awk. |
|
|
75 | |
|
|
76 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
77 | |
|
|
78 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
79 | |
|
|
80 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
81 | to do the main work, giving about 10 times speed improvement on |
|
|
82 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
83 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
84 | for this. This should close bug #10548. |
4 | |
85 | |
5 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
86 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
6 | |
87 | |
7 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
88 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
8 | |
89 | |