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 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
8 | bug #8999. |
|
|
9 | |
|
|
10 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
11 | |
|
|
12 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
13 | |
|
|
14 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
15 | |
|
|
16 | Add smmsp uid and gid. Closes bug #8952. |
|
|
17 | |
|
|
18 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
19 | |
|
|
20 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
21 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
22 | |
|
|
23 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
24 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
25 | src/awk/genenviron.awk for this. |
|
|
26 | |
|
|
27 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
28 | |
|
|
29 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
30 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
31 | |
|
|
32 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
33 | bug #11445. |
|
|
34 | |
|
|
35 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
36 | /etc/env.d/00basic, bug #10916. |
|
|
37 | |
|
|
38 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
39 | |
|
|
40 | Add more improvements to clustering code. This is from |
|
|
41 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
42 | |
|
|
43 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
44 | |
|
|
45 | Change default 'net' dependency behaviour to be more suited |
|
|
46 | for notebook users. Basically if at least one net.* service |
|
|
47 | beside net.lo start successfully, the 'net' dependency is |
|
|
48 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
49 | in /etc/conf.d/rc to change this back to the old default. |
|
|
50 | This is the start to address bug #2706. |
|
|
51 | |
|
|
52 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
53 | |
|
|
54 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
55 | |
|
|
56 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
57 | info at: |
|
|
58 | |
|
|
59 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
60 | |
|
|
61 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
62 | |
|
|
63 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
64 | bug #7803. |
|
|
65 | |
|
|
66 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
67 | |
|
|
68 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
69 | This should close bug #10891. |
|
|
70 | |
|
|
71 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
72 | |
|
|
73 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
74 | |
|
|
75 | Add some more checks to src/awk/*. Fix error printing for |
|
|
76 | /sbin/depscan.sh. |
|
|
77 | |
|
|
78 | Link awk module with gcc and not with ld. This should fix |
|
|
79 | problems on sparc and alpha. Many thanks for this fix to |
|
|
80 | Stephan Jones <cretin@gentoo.org>. |
|
|
81 | |
|
|
82 | Remove the copyright info from config files, thanks to |
|
|
83 | Matthew Kennedy <mkennedy@gentoo.org>. |
4 | |
84 | |
5 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
85 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
6 | |
86 | |
7 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
87 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
8 | |
88 | |