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 | 10 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
|
|
8 | and /etc/init.d/halt.sh for this. |
|
|
9 | |
|
|
10 | Update /etc/fstab to correctly mount /proc with: |
|
|
11 | |
|
|
12 | mount -t proc none /proc |
|
|
13 | |
|
|
14 | Do the same for /dev/shm: |
|
|
15 | |
|
|
16 | mount -t tmpfs none /dev/shm |
|
|
17 | |
|
|
18 | Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output |
|
|
19 | noise if we exited a recovery console. |
|
|
20 | |
|
|
21 | * rc-scripts 1.4.3.3 (09 March 2003) |
|
|
22 | |
|
|
23 | 09 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
24 | |
|
|
25 | Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274. |
|
|
26 | |
|
|
27 | Fix net.eth0 not to try and start an interface if already up. |
|
|
28 | |
|
|
29 | Update MAKEDEV from Debian to support more archs. This adds support |
|
|
30 | for 'arm', 'hppa' among others. URL: |
|
|
31 | |
|
|
32 | http://packages.debian.org/stable/base/makedev.html |
|
|
33 | |
|
|
34 | Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4 |
|
|
35 | if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we |
|
|
36 | are using a 2.5 kernel ... bug #17109. |
|
|
37 | |
|
|
38 | 02 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
39 | |
|
|
40 | Update /etc/init.d/hostname to only set the hostname to whatever is before |
|
|
41 | the first '.', and then set the domainname to the rest, closing bug #14946. |
|
|
42 | |
|
|
43 | 28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
44 | |
|
|
45 | Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>. |
|
|
46 | |
|
|
47 | Fix spelling of dependency and some other spelling/grammer issues. |
|
|
48 | Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and |
|
|
49 | Mike Frysinger <vapier@gentoo.org>, bug #15498. |
|
|
50 | |
|
|
51 | Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192. |
|
|
52 | |
|
|
53 | Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662. |
|
|
54 | |
|
|
55 | Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent |
|
|
56 | bug #14556. |
|
|
57 | |
|
|
58 | 27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
59 | |
|
|
60 | Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly. |
|
|
61 | |
|
|
62 | 20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
63 | |
|
|
64 | Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules |
|
|
65 | to 'test -c /dev/ttyp0 &> /dev/null'. |
|
|
66 | |
|
|
67 | 18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
68 | |
|
|
69 | Update /sbin/modules-update to generate /etc/modprobe.devfs from |
|
|
70 | /etc/modules.devfs. This along with the devfs-hack.patch in the latest |
|
|
71 | module-init-tools-0.9.9 should get rid of many of the warnings/errors |
|
|
72 | with devfs, and makes it work a bit better. |
|
|
73 | |
|
|
74 | 17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
75 | |
|
|
76 | Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again. |
|
|
77 | |
|
|
78 | 16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
79 | |
|
|
80 | Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh |
|
|
81 | support. This resolves bug #14994. |
|
|
82 | |
|
|
83 | Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR |
|
|
84 | according to /etc/rc.conf. |
|
|
85 | |
|
|
86 | Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments, |
|
|
87 | and used 'basename' which is located in /usr/bin. |
|
|
88 | |
|
|
89 | 13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
90 | |
|
|
91 | Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if |
|
|
92 | used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for |
|
|
93 | this. |
|
|
94 | |
|
|
95 | 06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
96 | |
|
|
97 | Update src/awk/genenviron.awk to properly set the environment for each |
|
|
98 | rc-script's depend() function by sourcing required config files. |
|
|
99 | |
|
|
100 | 05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
101 | |
|
|
102 | Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks |
|
|
103 | to Max Kalika <alkern23@yahoo.com>, bug #15050. |
|
|
104 | |
|
|
105 | 03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
106 | |
|
|
107 | Fix /sbin/modules-update to work with module-init-tools-0.9.9. |
|
|
108 | |
|
|
109 | 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
110 | |
|
|
111 | Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
|
|
112 | Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
|
|
113 | |
|
|
114 | 27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
|
|
115 | |
|
|
116 | Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
|
|
117 | Add fix from the wonderful analysis of Toby Dickenson |
|
|
118 | <tdickenson@geminidataloggers.com> in #12947. |
|
|
119 | |
|
|
120 | 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
121 | |
|
|
122 | Fix start-stop-daemon to check the call to nice() correctly for failure, |
|
|
123 | closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
|
|
124 | |
|
|
125 | Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
|
|
126 | and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
|
|
127 | Malcolm Scott <m@lcolm.org.uk>. |
|
|
128 | |
|
|
129 | 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
|
|
130 | |
|
|
131 | Updated /etc/rc.conf to add elogin/entrance support #13790. |
|
|
132 | |
|
|
133 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
134 | |
|
|
135 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
136 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
137 | |
|
|
138 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
139 | |
|
|
140 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
141 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
142 | for this. |
|
|
143 | |
|
|
144 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
145 | This closes bug #13868. |
|
|
146 | |
|
|
147 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
148 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
149 | |
|
|
150 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
151 | |
|
|
152 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
153 | |
|
|
154 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
155 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
156 | irc. |
|
|
157 | |
|
|
158 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
159 | |
|
|
160 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
161 | |
|
|
162 | Truely fix bootup on seperate /var. |
|
|
163 | |
|
|
164 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
|
|
165 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
166 | |
|
|
167 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
168 | |
|
|
169 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
170 | |
|
|
171 | Fix bootup on seperate /var. |
|
|
172 | |
|
|
173 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
174 | |
|
|
175 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
176 | |
|
|
177 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
178 | |
|
|
179 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
180 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
181 | |
|
|
182 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
183 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
184 | |
|
|
185 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
186 | |
|
|
187 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
188 | |
|
|
189 | Too much to mention, but here are a few: |
|
|
190 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
191 | ours was pretty broken :( |
|
|
192 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
193 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
194 | to support this. |
|
|
195 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
196 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
197 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
198 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
199 | /sbin/rc a bit. |
|
|
200 | - Updated Copyright dates to 2003. |
|
|
201 | |
|
|
202 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
203 | |
|
|
204 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
205 | |
|
|
206 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
207 | lines, as it seems users do not note the need to have them all on |
|
|
208 | one line .... |
|
|
209 | |
|
|
210 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
211 | script not ending on a digit. This closes bug #12887. |
|
|
212 | |
|
|
213 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
214 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
215 | with new get_KV ... |
|
|
216 | |
|
|
217 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
218 | |
|
|
219 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
220 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
221 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
222 | /sbin/modules-update for this. |
|
|
223 | |
|
|
224 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
225 | we are running kernel 2.5 or later ... |
|
|
226 | |
|
|
227 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
228 | |
|
|
229 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
230 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
231 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
232 | |
|
|
233 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
234 | |
|
|
235 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
236 | bug #8901. |
|
|
237 | |
|
|
238 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
239 | spaces ... |
|
|
240 | |
|
|
241 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
242 | |
|
|
243 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
244 | |
|
|
245 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
246 | |
|
|
247 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
248 | |
|
|
249 | Add INFOPATH to /etc/env.d/00basic. |
|
|
250 | |
|
|
251 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
252 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
253 | This closes bug #12411. |
|
|
254 | |
|
|
255 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
256 | |
|
|
257 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
258 | |
|
|
259 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
260 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
261 | |
|
|
262 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
263 | in bug # |
|
|
264 | |
|
|
265 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
266 | |
|
|
267 | Update shell for postgres user, closing bug #12258. |
|
|
268 | |
|
|
269 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
270 | |
|
|
271 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
272 | bug #8999. |
|
|
273 | |
|
|
274 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
275 | |
|
|
276 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
277 | |
|
|
278 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
279 | |
|
|
280 | Add smmsp uid and gid. Closes bug #8952. |
|
|
281 | |
|
|
282 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
283 | |
|
|
284 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
285 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
286 | |
|
|
287 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
288 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
289 | src/awk/genenviron.awk for this. |
|
|
290 | |
|
|
291 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
292 | |
|
|
293 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
294 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
295 | |
|
|
296 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
297 | bug #11445. |
|
|
298 | |
|
|
299 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
300 | /etc/env.d/00basic, bug #10916. |
|
|
301 | |
|
|
302 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
303 | |
|
|
304 | Add more improvements to clustering code. This is from |
|
|
305 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
306 | |
|
|
307 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
308 | |
|
|
309 | Change default 'net' dependency behaviour to be more suited |
|
|
310 | for notebook users. Basically if at least one net.* service |
|
|
311 | beside net.lo start successfully, the 'net' dependency is |
|
|
312 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
313 | in /etc/conf.d/rc to change this back to the old default. |
|
|
314 | This is the start to address bug #2706. |
|
|
315 | |
|
|
316 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
317 | |
|
|
318 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
319 | |
|
|
320 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
321 | info at: |
|
|
322 | |
|
|
323 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
324 | |
|
|
325 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
326 | |
|
|
327 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
328 | bug #7803. |
|
|
329 | |
|
|
330 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
331 | |
|
|
332 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
333 | This should close bug #10891. |
|
|
334 | |
|
|
335 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
336 | |
|
|
337 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
338 | |
|
|
339 | Add some more checks to src/awk/*. Fix error printing for |
|
|
340 | /sbin/depscan.sh. |
|
|
341 | |
|
|
342 | Link awk module with gcc and not with ld. This should fix |
|
|
343 | problems on sparc and alpha. Many thanks for this fix to |
|
|
344 | Stephan Jones <cretin@gentoo.org>. |
|
|
345 | |
|
|
346 | Remove the copyright info from config files, thanks to |
|
|
347 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
348 | |
|
|
349 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
350 | |
|
|
351 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
352 | |
|
|
353 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
354 | to awk. This is also much faster than its bash version. |
|
|
355 | |
|
|
356 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
357 | things even slower on older boxes. Bug #10548. |
|
|
358 | |
|
|
359 | After a bored Vapier decided that he needed to update the |
|
|
360 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
361 | not too many people will nuke thier fstab :/ |
|
|
362 | |
|
|
363 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
364 | |
|
|
365 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
366 | |
|
|
367 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
368 | fixing the need for find which broke systems with /usr on |
|
|
369 | a different partition. |
|
|
370 | |
|
|
371 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
372 | |
|
|
373 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
374 | src/awk/gendepends.awk. |
|
|
375 | |
|
|
376 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
377 | to src/awk/functions.awk. |
|
|
378 | |
|
|
379 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
380 | |
|
|
381 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
382 | |
|
|
383 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
384 | to do the main work, giving about 10 times speed improvement on |
|
|
385 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
386 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
387 | for this. This should close bug #10548. |
|
|
388 | |
|
|
389 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
390 | |
|
|
391 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
392 | |
|
|
393 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
394 | |
|
|
395 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
396 | |
|
|
397 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
398 | bug #10048. |
|
|
399 | |
|
|
400 | Get deps on logger sane again. I wanted to get the logger started |
|
|
401 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
402 | on seperate partition. |
|
|
403 | |
|
|
404 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
405 | |
|
|
406 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
407 | do not exists. Closes bug #7738, comment #5. |
|
|
408 | |
|
|
409 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
410 | |
|
|
411 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
412 | |
|
|
413 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
414 | bug #9707. |
|
|
415 | |
|
|
416 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
417 | |
|
|
418 | Fix update-modules borking if there are directories present |
|
|
419 | in /etc/modules.d/. Closes bug #9632. |
|
|
420 | |
|
|
421 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
422 | |
|
|
423 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
424 | depend on localmount, but rather on checkroot, as all of them |
|
|
425 | just need / to be mounted. This should fix race conditions |
|
|
426 | because of checkfs dependency on modules. This should close |
|
|
427 | bug #9266. |
|
|
428 | |
|
|
429 | * rc-scripts 1.4.1 (13 Oct 2002) |
|
|
430 | |
|
|
431 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
432 | |
|
|
433 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
|
|
434 | is additional measures for bug #8281. |
|
|
435 | |
|
|
436 | 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
437 | |
|
|
438 | Update /etc/init.d/net.eth0 to fix bug #8626. |
|
|
439 | |
|
|
440 | Fix /sbin/rc-update to check return code of "ln". This should |
|
|
441 | close bug #8867. |
|
|
442 | |
|
|
443 | 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
444 | |
|
|
445 | Fix indentation in /etc/inputrc. This should close |
|
|
446 | bug #8368. |
|
|
447 | |
|
|
448 | Add extended status functionality. Should close bug #2462. |
|
|
449 | |
|
|
450 | Add support for /sbin/rc-update to check if the rc-script |
|
|
451 | is executable or not. Thanks to widersacher@gmx.net, closing |
|
|
452 | bug #8326. |
|
|
453 | |
|
|
454 | 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
455 | |
|
|
456 | Fix /etc/init.d/bootmisc not to kill pidfiles of running |
|
|
457 | daemons. Improve NGPT support in /sbin/rc a bit. |
|
|
458 | |
|
|
459 | 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
460 | |
|
|
461 | Fix my last screwup with /etc/init.d/net.ppp0. Basically |
|
|
462 | forgot to change a few DEVICE's to IFACE ... |
|
|
463 | |
|
|
464 | 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
465 | |
|
|
466 | NGPT support. |
|
|
467 | |
|
|
468 | 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
469 | |
|
|
470 | Did a small fix to /etc/init.d/net.eth0, thanks to |
|
|
471 | naanyaar2000@yahoo.com, bug #7407. |
|
|
472 | |
|
|
473 | 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
474 | |
|
|
475 | Add the permission stuff for generic scsi when compiled as |
|
|
476 | module, thanks to Bauno <bauno@inwind.it>. |
|
|
477 | |
|
|
478 | Add support for /etc/devfs.d/ for additional devfs config |
|
|
479 | stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
|
|
480 | |
|
|
481 | 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
482 | |
|
|
483 | Fix small type-o from last changes to /etc/init.d/netmount. |
|
|
484 | Should resolve bug #7803. |
|
|
485 | |
|
|
486 | * rc-scripts 1.4.0 (7 Sep 2002) |
|
|
487 | |
|
|
488 | 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
489 | |
|
|
490 | Update /etc/init.d/net.eth0 to handle individual broadcast |
|
|
491 | and netmask for aliases. Should close bug #7407. |
|
|
492 | |
|
|
493 | Give /var/run/utmp and /var/log/wtmp the proper permissions |
|
|
494 | and ownership. First steps in fixing bug #7630. |
|
|
495 | |
|
|
496 | Change Raid stuff again in /etc/init.d/checkfs. |
|
|
497 | |
|
|
498 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
499 | |
|
|
500 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
501 | |
|
|
502 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
503 | |
|
|
504 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
505 | |
|
|
506 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
507 | bug #6887. |
|
|
508 | |
|
|
509 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
510 | This closes bug #6378. |
|
|
511 | |
|
|
512 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
513 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
514 | |
|
|
515 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
516 | |
|
|
517 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
518 | |
|
|
519 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
520 | line for getting devfs to work with pam_console. |
|
|
521 | |
|
|
522 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
523 | |
|
|
524 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
525 | the user selected one, fixing bug #6295. |
|
|
526 | |
|
|
527 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
528 | |
|
|
529 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
530 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
531 | loop exists too early. Resolves bug #5961. |
|
|
532 | |
|
|
533 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
534 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
535 | |
|
|
536 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
537 | |
|
|
538 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
539 | |
|
|
540 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
541 | |
|
|
542 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
543 | |
|
|
544 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
545 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
546 | |
|
|
547 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
548 | |
|
|
549 | Fix the 'Usage' line in the help to return the correct options for |
|
|
550 | the script (/sbin/runscript.sh). Resolve bug #6029. |
|
|
551 | |
|
|
552 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
553 | |
|
|
554 | Added UPS shutdown support for nut to halt.sh. |
|
|
555 | Added nut user/group as uid/gid 84. |
|
|
556 | |
|
|
557 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
558 | |
|
|
559 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
|
|
560 | awk, as it is more accurate). Closes bug #5458. |
|
|
561 | |
|
|
562 | Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
|
|
563 | and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
|
|
564 | Thanks goes to Chris PeBenito (bug #5570). |
|
|
565 | |
|
|
566 | Changed most daemons to use /bin/false as shell. Should close bug #5388. |
|
|
567 | |
|
|
568 | 27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
|
|
569 | |
|
|
570 | Added vpopmail user and group as 89:89 |
|
|
571 | |
|
|
572 | 22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
573 | |
|
|
574 | Add the cyrus user to /etc/passwd. Resolves bug #4100. |
|
|
575 | |
|
|
576 | Some bugfixes and speed improvements to /sbin/depscan.sh after |
|
|
577 | last changes. |
|
|
578 | |
|
|
579 | Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
|
|
580 | get some speed improvements. |
|
|
581 | |
|
|
582 | 21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
583 | |
|
|
584 | Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
|
|
585 | Kyle Manna <nitro@gentoo.org>. |
|
|
586 | |
|
|
587 | Add software RAID support to /etc/init.d/checkfs, thanks to |
|
|
588 | Daniel Ahlberg <aliz@gentoo.org>. |
|
|
589 | |
|
|
590 | Update the cache_depend() funtion in /sbin/depscan.sh not to |
|
|
591 | quit on any "}", but only on the one matching the first "{". This |
|
|
592 | requires wc in /bin, so baselayout should depend on |
|
|
593 | >=sys-apps/textutils-2.0.19-r2 |
|
|
594 | |
|
|
595 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
|
|
596 | mounted automatically on boot. This requires awk in /bin, so baselayout |
|
|
597 | should depend on >=sys-apps/gawk-3.1.0-r3. |
|
|
598 | |
|
|
599 | * rc-scripts 1.3.7 (17 Jul 2002) |
|
|
600 | |
|
|
601 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
602 | |
|
|
603 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
|
|
604 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
|
|
605 | |
|
|
606 | 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
607 | |
|
|
608 | Add additional entries to /etc/services to support cyrus-imapd, thanks |
|
|
609 | to Nick Hadaway <raker@gentoo.org>. |
|
|
610 | |
|
|
611 | Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
|
|
612 | problem with non 7bit ascii symbols. |
|
|
613 | |
|
|
614 | Updated /etc/init.d/checkfs to detect if lvm is already active. |
|
|
615 | This should resolve bug #3613. |
|
|
616 | |
|
|
617 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
618 | |
|
|
619 | Add "usb" group, gid 85. Move "sshd" user and group to 22. Move |
|
|
620 | "games" user and group to 35 |
|
|
621 | |
|
|
622 | 3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
623 | |
|
|
624 | Update Copyright displayed at boot, thanks to Sascha Schwabbauer |
|
|
625 | (aka cybersystem). Updated /sbin/rc for this. |
|
|
626 | |
|
|
627 | 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
628 | |
|
|
629 | Update /etc/skel/.bashrc to update the window title of X terminals |
|
|
630 | that supports it. Closes bug #4232. |
|
|
631 | |
|
|
632 | 26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
633 | |
|
|
634 | Add sshd user and group. Updated /etc/passwd and /etc/group for this. |
|
|
635 | |
|
|
636 | Update /etc/inputrc to resolve bug #2599. |
|
|
637 | |
|
|
638 | 20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
639 | |
|
|
640 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
|
|
641 | /etc/env.d/00basic for this. |
|
|
642 | |
|
|
643 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
|
|
644 | Nothing official, but I spent enouth time on it not to want to loose it :) |
|
|
645 | |
|
|
646 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
|
|
647 | to give output to stderr. This was caused by a call to "stty", which when |
|
|
648 | run without a attatched terminal, have this effect. Basically just pipe |
|
|
649 | stderr to /dev/null. |
|
|
650 | |
|
|
651 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
652 | |
|
|
653 | Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving |
|
|
654 | bug #3363 |
4 | |
655 | |
5 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
656 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
657 | |
7 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
658 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
8 | if portmap was not started. This is to stop "hang" problems for |
659 | if portmap was not started. This is to stop "hang" problems for |
9 | new users who do not add portmap to the default runlevel. See |
660 | new users who do not add portmap to the default runlevel. See |
10 | bug #2555. |
661 | bug #2555. |
|
|
662 | |
|
|
663 | Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. |
11 | |
664 | |
12 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
665 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
13 | |
666 | |
14 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
667 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
15 | |
668 | |
… | |
… | |
273 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
926 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
274 | this. |
927 | this. |
275 | |
928 | |
276 | Added caching of the "depend() { need foo; } " lines, and updated |
929 | Added caching of the "depend() { need foo; } " lines, and updated |
277 | /etc/init.d/depscan.sh to touch the actual files less. This should |
930 | /etc/init.d/depscan.sh to touch the actual files less. This should |
278 | speedup dependancy caching a lot, especially on slow machines. |
931 | speedup dependency caching a lot, especially on slow machines. |
279 | |
932 | |
280 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
933 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
281 | for security. |
934 | for security. |
282 | |
935 | |
283 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
936 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
… | |
… | |
287 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
940 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
288 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
941 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
289 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
942 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
290 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
943 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
291 | |
944 | |
292 | Removed stopping of dependant services that have current service as |
945 | Removed stopping of dependent services that have current service as |
293 | a 'use'dependancy ... should be less confusing now. |
946 | a 'use'dependency ... should be less confusing now. |
294 | Updated /etc/init.d/runscript.sh for this. |
947 | Updated /etc/init.d/runscript.sh for this. |
295 | |
948 | |
296 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
949 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
297 | |
950 | |
298 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
951 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
… | |
… | |
380 | Added the 'before' depend type. This is more for changing the |
1033 | Added the 'before' depend type. This is more for changing the |
381 | order services start in. Updated /etc/init.d/depscan.sh and |
1034 | order services start in. Updated /etc/init.d/depscan.sh and |
382 | /etc/init.d/functions.sh for this. |
1035 | /etc/init.d/functions.sh for this. |
383 | |
1036 | |
384 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
1037 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
385 | dependancy types. This can be used with 'use' and 'before' to |
1038 | dependency types. This can be used with 'use' and 'before' to |
386 | start a script last or first respectively. |
1039 | start a script last or first respectively. |
387 | |
1040 | |
388 | Added save_options() and get_options() to /etc/init.d/functions.sh |
1041 | Added save_options() and get_options() to /etc/init.d/functions.sh |
389 | for saving misc settings between startup/shutdown. Updated |
1042 | for saving misc settings between startup/shutdown. Updated |
390 | /etc/init.d/net.eth0 to use these and properly down virtual |
1043 | /etc/init.d/net.eth0 to use these and properly down virtual |
… | |
… | |
459 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
1112 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
460 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
1113 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
461 | |
1114 | |
462 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
1115 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
463 | |
1116 | |
464 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
1117 | Updated /etc/init.d/depscan.sh to store info about missing dependencies |
465 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
1118 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
466 | to use this when starting a script ('need' dependancies is critical for |
1119 | to use this when starting a script ('need' dependencies is critical for |
467 | startup). Added the broken() function to /etc/init.d/runscript.sh |
1120 | startup). Added the broken() function to /etc/init.d/runscript.sh |
468 | to list the missing dependancies. |
1121 | to list the missing dependencies. |
469 | |
1122 | |
470 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
1123 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
471 | checking. |
1124 | checking. |
472 | |
1125 | |
473 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
1126 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |