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 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
8 | |
|
|
9 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
10 | |
|
|
11 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
12 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
13 | |
|
|
14 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
15 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
16 | |
|
|
17 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
18 | |
|
|
19 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
20 | |
|
|
21 | Too much to mention, but here are a few: |
|
|
22 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
23 | ours was pretty broken :( |
|
|
24 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
25 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
26 | to support this. |
|
|
27 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
28 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
29 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
30 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
31 | /sbin/rc a bit. |
|
|
32 | - Updated Copyright dates to 2003. |
|
|
33 | |
|
|
34 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
35 | |
|
|
36 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
37 | |
|
|
38 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
39 | lines, as it seems users do not note the need to have them all on |
|
|
40 | one line .... |
|
|
41 | |
|
|
42 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
43 | script not ending on a digit. This closes bug #12887. |
|
|
44 | |
|
|
45 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
46 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
47 | with new get_KV ... |
|
|
48 | |
|
|
49 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
50 | |
|
|
51 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
52 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
53 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
54 | /sbin/modules-update for this. |
|
|
55 | |
|
|
56 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
57 | we are running kernel 2.5 or later ... |
|
|
58 | |
|
|
59 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
60 | |
|
|
61 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
62 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
63 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
64 | |
|
|
65 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
66 | |
|
|
67 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
68 | bug #8901. |
|
|
69 | |
|
|
70 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
71 | spaces ... |
|
|
72 | |
|
|
73 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
74 | |
|
|
75 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
76 | |
|
|
77 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
78 | |
|
|
79 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
80 | |
|
|
81 | Add INFOPATH to /etc/env.d/00basic. |
|
|
82 | |
|
|
83 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
84 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
85 | This closes bug #12411. |
|
|
86 | |
|
|
87 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
88 | |
|
|
89 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
90 | |
|
|
91 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
92 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
93 | |
|
|
94 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
95 | in bug # |
|
|
96 | |
|
|
97 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
98 | |
|
|
99 | Update shell for postgres user, closing bug #12258. |
|
|
100 | |
|
|
101 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
102 | |
|
|
103 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
104 | bug #8999. |
|
|
105 | |
|
|
106 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
107 | |
|
|
108 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
109 | |
|
|
110 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
111 | |
|
|
112 | Add smmsp uid and gid. Closes bug #8952. |
|
|
113 | |
|
|
114 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
115 | |
|
|
116 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
117 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
118 | |
|
|
119 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
120 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
121 | src/awk/genenviron.awk for this. |
|
|
122 | |
|
|
123 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
124 | |
|
|
125 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
126 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
127 | |
|
|
128 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
129 | bug #11445. |
|
|
130 | |
|
|
131 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
132 | /etc/env.d/00basic, bug #10916. |
|
|
133 | |
|
|
134 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
135 | |
|
|
136 | Add more improvements to clustering code. This is from |
|
|
137 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
138 | |
|
|
139 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
140 | |
|
|
141 | Change default 'net' dependency behaviour to be more suited |
|
|
142 | for notebook users. Basically if at least one net.* service |
|
|
143 | beside net.lo start successfully, the 'net' dependency is |
|
|
144 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
145 | in /etc/conf.d/rc to change this back to the old default. |
|
|
146 | This is the start to address bug #2706. |
|
|
147 | |
|
|
148 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
149 | |
|
|
150 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
151 | |
|
|
152 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
153 | info at: |
|
|
154 | |
|
|
155 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
156 | |
|
|
157 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
158 | |
|
|
159 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
160 | bug #7803. |
|
|
161 | |
|
|
162 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
163 | |
|
|
164 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
165 | This should close bug #10891. |
|
|
166 | |
|
|
167 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
168 | |
|
|
169 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
170 | |
|
|
171 | Add some more checks to src/awk/*. Fix error printing for |
|
|
172 | /sbin/depscan.sh. |
|
|
173 | |
|
|
174 | Link awk module with gcc and not with ld. This should fix |
|
|
175 | problems on sparc and alpha. Many thanks for this fix to |
|
|
176 | Stephan Jones <cretin@gentoo.org>. |
|
|
177 | |
|
|
178 | Remove the copyright info from config files, thanks to |
|
|
179 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
180 | |
|
|
181 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
182 | |
|
|
183 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
184 | |
|
|
185 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
186 | to awk. This is also much faster than its bash version. |
|
|
187 | |
|
|
188 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
189 | things even slower on older boxes. Bug #10548. |
|
|
190 | |
|
|
191 | After a bored Vapier decided that he needed to update the |
|
|
192 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
193 | not too many people will nuke thier fstab :/ |
|
|
194 | |
|
|
195 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
196 | |
|
|
197 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
198 | |
|
|
199 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
200 | fixing the need for find which broke systems with /usr on |
|
|
201 | a different partition. |
|
|
202 | |
|
|
203 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
204 | |
|
|
205 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
206 | src/awk/gendepends.awk. |
|
|
207 | |
|
|
208 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
209 | to src/awk/functions.awk. |
4 | |
210 | |
5 | * rc-scripts 1.4.2 (17 Nov 2002) |
211 | * rc-scripts 1.4.2 (17 Nov 2002) |
6 | |
212 | |
7 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
213 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
8 | |
214 | |