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