1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
2 | # Copyright 2001 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 | |
4 | |
|
|
5 | 27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly. |
|
|
8 | |
|
|
9 | 20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
10 | |
|
|
11 | Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules |
|
|
12 | to 'test -c /dev/ttyp0 &> /dev/null'. |
|
|
13 | |
|
|
14 | 18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
15 | |
|
|
16 | Update /sbin/modules-update to generate /etc/modprobe.devfs from |
|
|
17 | /etc/modules.devfs. This along with the devfs-hack.patch in the latest |
|
|
18 | module-init-tools-0.9.9 should get rid of many of the warnings/errors |
|
|
19 | with devfs, and makes it work a bit better. |
|
|
20 | |
|
|
21 | 17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
22 | |
|
|
23 | Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again. |
|
|
24 | |
|
|
25 | 16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
26 | |
|
|
27 | Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh |
|
|
28 | support. This resolves bug #14994. |
|
|
29 | |
|
|
30 | Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR |
|
|
31 | according to /etc/rc.conf. |
|
|
32 | |
|
|
33 | Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments, |
|
|
34 | and used 'basename' which is located in /usr/bin. |
|
|
35 | |
|
|
36 | 13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
37 | |
|
|
38 | Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if |
|
|
39 | used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for |
|
|
40 | this. |
|
|
41 | |
|
|
42 | 06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
43 | |
|
|
44 | Update src/awk/genenviron.awk to properly set the environment for each |
|
|
45 | rc-script's depend() function by sourcing required config files. |
|
|
46 | |
|
|
47 | 05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
48 | |
|
|
49 | Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks |
|
|
50 | to Max Kalika <alkern23@yahoo.com>, bug #15050. |
|
|
51 | |
|
|
52 | 03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
53 | |
|
|
54 | Fix /sbin/modules-update to work with module-init-tools-0.9.9. |
|
|
55 | |
|
|
56 | 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
57 | |
|
|
58 | Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
|
|
59 | Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
|
|
60 | |
|
|
61 | 27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
|
|
62 | |
|
|
63 | Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
|
|
64 | Add fix from the wonderful analysis of Toby Dickenson |
|
|
65 | <tdickenson@geminidataloggers.com> in #12947. |
|
|
66 | |
|
|
67 | 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
68 | |
|
|
69 | Fix start-stop-daemon to check the call to nice() correctly for failure, |
|
|
70 | closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
|
|
71 | |
|
|
72 | Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
|
|
73 | and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
|
|
74 | Malcolm Scott <m@lcolm.org.uk>. |
|
|
75 | |
|
|
76 | 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
|
|
77 | |
|
|
78 | Updated /etc/rc.conf to add elogin/entrance support #13790. |
|
|
79 | |
|
|
80 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
81 | |
|
|
82 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
83 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
84 | |
|
|
85 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
86 | |
|
|
87 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
88 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
89 | for this. |
|
|
90 | |
|
|
91 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
92 | This closes bug #13868. |
|
|
93 | |
|
|
94 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
95 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
96 | |
|
|
97 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
98 | |
|
|
99 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
100 | |
|
|
101 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
102 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
103 | irc. |
|
|
104 | |
|
|
105 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
106 | |
|
|
107 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
108 | |
|
|
109 | Truely fix bootup on seperate /var. |
|
|
110 | |
|
|
111 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
|
|
112 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
113 | |
|
|
114 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
115 | |
|
|
116 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
117 | |
|
|
118 | Fix bootup on seperate /var. |
|
|
119 | |
|
|
120 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
121 | |
|
|
122 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
123 | |
|
|
124 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
125 | |
|
|
126 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
127 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
128 | |
|
|
129 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
130 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
131 | |
|
|
132 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
133 | |
|
|
134 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
135 | |
|
|
136 | Too much to mention, but here are a few: |
|
|
137 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
138 | ours was pretty broken :( |
|
|
139 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
140 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
141 | to support this. |
|
|
142 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
143 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
144 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
145 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
146 | /sbin/rc a bit. |
|
|
147 | - Updated Copyright dates to 2003. |
|
|
148 | |
|
|
149 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
150 | |
|
|
151 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
152 | |
|
|
153 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
154 | lines, as it seems users do not note the need to have them all on |
|
|
155 | one line .... |
|
|
156 | |
|
|
157 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
158 | script not ending on a digit. This closes bug #12887. |
|
|
159 | |
|
|
160 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
161 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
162 | with new get_KV ... |
|
|
163 | |
|
|
164 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
165 | |
|
|
166 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
167 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
168 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
169 | /sbin/modules-update for this. |
|
|
170 | |
|
|
171 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
172 | we are running kernel 2.5 or later ... |
|
|
173 | |
|
|
174 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
175 | |
|
|
176 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
177 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
178 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
179 | |
|
|
180 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
181 | |
|
|
182 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
183 | bug #8901. |
|
|
184 | |
|
|
185 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
186 | spaces ... |
|
|
187 | |
|
|
188 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
189 | |
|
|
190 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
191 | |
|
|
192 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
193 | |
|
|
194 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
195 | |
|
|
196 | Add INFOPATH to /etc/env.d/00basic. |
|
|
197 | |
|
|
198 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
199 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
200 | This closes bug #12411. |
|
|
201 | |
|
|
202 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
203 | |
|
|
204 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
205 | |
|
|
206 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
207 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
208 | |
|
|
209 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
210 | in bug # |
|
|
211 | |
|
|
212 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
213 | |
|
|
214 | Update shell for postgres user, closing bug #12258. |
|
|
215 | |
|
|
216 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
217 | |
|
|
218 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
219 | bug #8999. |
|
|
220 | |
|
|
221 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
222 | |
|
|
223 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
224 | |
|
|
225 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
226 | |
|
|
227 | Add smmsp uid and gid. Closes bug #8952. |
|
|
228 | |
|
|
229 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
230 | |
|
|
231 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
232 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
233 | |
|
|
234 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
235 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
236 | src/awk/genenviron.awk for this. |
|
|
237 | |
|
|
238 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
239 | |
|
|
240 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
241 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
242 | |
|
|
243 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
244 | bug #11445. |
|
|
245 | |
|
|
246 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
247 | /etc/env.d/00basic, bug #10916. |
|
|
248 | |
|
|
249 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
250 | |
|
|
251 | Add more improvements to clustering code. This is from |
|
|
252 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
253 | |
|
|
254 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
255 | |
|
|
256 | Change default 'net' dependency behaviour to be more suited |
|
|
257 | for notebook users. Basically if at least one net.* service |
|
|
258 | beside net.lo start successfully, the 'net' dependency is |
|
|
259 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
260 | in /etc/conf.d/rc to change this back to the old default. |
|
|
261 | This is the start to address bug #2706. |
|
|
262 | |
|
|
263 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
264 | |
|
|
265 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
266 | |
|
|
267 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
268 | info at: |
|
|
269 | |
|
|
270 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
271 | |
|
|
272 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
273 | |
|
|
274 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
275 | bug #7803. |
|
|
276 | |
|
|
277 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
278 | |
|
|
279 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
280 | This should close bug #10891. |
|
|
281 | |
|
|
282 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
283 | |
|
|
284 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
285 | |
|
|
286 | Add some more checks to src/awk/*. Fix error printing for |
|
|
287 | /sbin/depscan.sh. |
|
|
288 | |
|
|
289 | Link awk module with gcc and not with ld. This should fix |
|
|
290 | problems on sparc and alpha. Many thanks for this fix to |
|
|
291 | Stephan Jones <cretin@gentoo.org>. |
|
|
292 | |
|
|
293 | Remove the copyright info from config files, thanks to |
|
|
294 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
295 | |
|
|
296 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
297 | |
|
|
298 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
299 | |
|
|
300 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
301 | to awk. This is also much faster than its bash version. |
|
|
302 | |
|
|
303 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
304 | things even slower on older boxes. Bug #10548. |
|
|
305 | |
|
|
306 | After a bored Vapier decided that he needed to update the |
|
|
307 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
308 | not too many people will nuke thier fstab :/ |
|
|
309 | |
|
|
310 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
311 | |
|
|
312 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
313 | |
|
|
314 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
315 | fixing the need for find which broke systems with /usr on |
|
|
316 | a different partition. |
|
|
317 | |
|
|
318 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
319 | |
|
|
320 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
321 | src/awk/gendepends.awk. |
|
|
322 | |
|
|
323 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
324 | to src/awk/functions.awk. |
|
|
325 | |
|
|
326 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
327 | |
|
|
328 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
329 | |
|
|
330 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
331 | to do the main work, giving about 10 times speed improvement on |
|
|
332 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
333 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
334 | for this. This should close bug #10548. |
|
|
335 | |
|
|
336 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
337 | |
|
|
338 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
339 | |
|
|
340 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
341 | |
|
|
342 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
343 | |
|
|
344 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
345 | bug #10048. |
|
|
346 | |
|
|
347 | Get deps on logger sane again. I wanted to get the logger started |
|
|
348 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
349 | on seperate partition. |
|
|
350 | |
|
|
351 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
352 | |
|
|
353 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
354 | do not exists. Closes bug #7738, comment #5. |
|
|
355 | |
|
|
356 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
357 | |
|
|
358 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
359 | |
|
|
360 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
361 | bug #9707. |
|
|
362 | |
|
|
363 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
364 | |
|
|
365 | Fix update-modules borking if there are directories present |
|
|
366 | in /etc/modules.d/. Closes bug #9632. |
|
|
367 | |
|
|
368 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
369 | |
|
|
370 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
371 | depend on localmount, but rather on checkroot, as all of them |
|
|
372 | just need / to be mounted. This should fix race conditions |
|
|
373 | because of checkfs dependency on modules. This should close |
|
|
374 | bug #9266. |
|
|
375 | |
|
|
376 | * rc-scripts 1.4.1 (13 Oct 2002) |
|
|
377 | |
|
|
378 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
379 | |
|
|
380 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
|
|
381 | is additional measures for bug #8281. |
|
|
382 | |
|
|
383 | 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
384 | |
|
|
385 | Update /etc/init.d/net.eth0 to fix bug #8626. |
|
|
386 | |
|
|
387 | Fix /sbin/rc-update to check return code of "ln". This should |
|
|
388 | close bug #8867. |
|
|
389 | |
|
|
390 | 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
391 | |
|
|
392 | Fix indentation in /etc/inputrc. This should close |
|
|
393 | bug #8368. |
|
|
394 | |
|
|
395 | Add extended status functionality. Should close bug #2462. |
|
|
396 | |
|
|
397 | Add support for /sbin/rc-update to check if the rc-script |
|
|
398 | is executable or not. Thanks to widersacher@gmx.net, closing |
|
|
399 | bug #8326. |
|
|
400 | |
|
|
401 | 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
402 | |
|
|
403 | Fix /etc/init.d/bootmisc not to kill pidfiles of running |
|
|
404 | daemons. Improve NGPT support in /sbin/rc a bit. |
|
|
405 | |
|
|
406 | 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
407 | |
|
|
408 | Fix my last screwup with /etc/init.d/net.ppp0. Basically |
|
|
409 | forgot to change a few DEVICE's to IFACE ... |
|
|
410 | |
|
|
411 | 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
412 | |
|
|
413 | NGPT support. |
|
|
414 | |
|
|
415 | 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
416 | |
|
|
417 | Did a small fix to /etc/init.d/net.eth0, thanks to |
|
|
418 | naanyaar2000@yahoo.com, bug #7407. |
|
|
419 | |
|
|
420 | 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
421 | |
|
|
422 | Add the permission stuff for generic scsi when compiled as |
|
|
423 | module, thanks to Bauno <bauno@inwind.it>. |
|
|
424 | |
|
|
425 | Add support for /etc/devfs.d/ for additional devfs config |
|
|
426 | stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
|
|
427 | |
|
|
428 | 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
429 | |
|
|
430 | Fix small type-o from last changes to /etc/init.d/netmount. |
|
|
431 | Should resolve bug #7803. |
|
|
432 | |
|
|
433 | * rc-scripts 1.4.0 (7 Sep 2002) |
|
|
434 | |
|
|
435 | 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
436 | |
|
|
437 | Update /etc/init.d/net.eth0 to handle individual broadcast |
|
|
438 | and netmask for aliases. Should close bug #7407. |
|
|
439 | |
|
|
440 | Give /var/run/utmp and /var/log/wtmp the proper permissions |
|
|
441 | and ownership. First steps in fixing bug #7630. |
|
|
442 | |
|
|
443 | Change Raid stuff again in /etc/init.d/checkfs. |
|
|
444 | |
|
|
445 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
446 | |
|
|
447 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
448 | |
|
|
449 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
450 | |
|
|
451 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
452 | |
|
|
453 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
454 | bug #6887. |
|
|
455 | |
|
|
456 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
457 | This closes bug #6378. |
|
|
458 | |
|
|
459 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
460 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
461 | |
|
|
462 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
463 | |
|
|
464 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
465 | |
|
|
466 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
467 | line for getting devfs to work with pam_console. |
|
|
468 | |
|
|
469 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
470 | |
|
|
471 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
472 | the user selected one, fixing bug #6295. |
|
|
473 | |
|
|
474 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
475 | |
|
|
476 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
477 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
478 | loop exists too early. Resolves bug #5961. |
|
|
479 | |
|
|
480 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
481 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
482 | |
|
|
483 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
484 | |
|
|
485 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
486 | |
|
|
487 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
488 | |
|
|
489 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
490 | |
|
|
491 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
492 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
493 | |
|
|
494 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
495 | |
|
|
496 | Fix the 'Usage' line in the help to return the correct options for |
|
|
497 | the script (/sbin/runscript.sh). Resolve bug #6029. |
|
|
498 | |
|
|
499 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
500 | |
|
|
501 | Added UPS shutdown support for nut to halt.sh. |
|
|
502 | Added nut user/group as uid/gid 84. |
|
|
503 | |
|
|
504 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
505 | |
|
|
506 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
|
|
507 | awk, as it is more accurate). Closes bug #5458. |
|
|
508 | |
|
|
509 | Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
|
|
510 | and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
|
|
511 | Thanks goes to Chris PeBenito (bug #5570). |
|
|
512 | |
|
|
513 | Changed most daemons to use /bin/false as shell. Should close bug #5388. |
|
|
514 | |
|
|
515 | 27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
|
|
516 | |
|
|
517 | Added vpopmail user and group as 89:89 |
|
|
518 | |
|
|
519 | 22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
520 | |
|
|
521 | Add the cyrus user to /etc/passwd. Resolves bug #4100. |
|
|
522 | |
|
|
523 | Some bugfixes and speed improvements to /sbin/depscan.sh after |
|
|
524 | last changes. |
|
|
525 | |
|
|
526 | Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
|
|
527 | get some speed improvements. |
|
|
528 | |
|
|
529 | 21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
530 | |
|
|
531 | Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
|
|
532 | Kyle Manna <nitro@gentoo.org>. |
|
|
533 | |
|
|
534 | Add software RAID support to /etc/init.d/checkfs, thanks to |
|
|
535 | Daniel Ahlberg <aliz@gentoo.org>. |
|
|
536 | |
|
|
537 | Update the cache_depend() funtion in /sbin/depscan.sh not to |
|
|
538 | quit on any "}", but only on the one matching the first "{". This |
|
|
539 | requires wc in /bin, so baselayout should depend on |
|
|
540 | >=sys-apps/textutils-2.0.19-r2 |
|
|
541 | |
|
|
542 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
|
|
543 | mounted automatically on boot. This requires awk in /bin, so baselayout |
|
|
544 | should depend on >=sys-apps/gawk-3.1.0-r3. |
|
|
545 | |
|
|
546 | * rc-scripts 1.3.7 (17 Jul 2002) |
|
|
547 | |
|
|
548 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
549 | |
|
|
550 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
|
|
551 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
|
|
552 | |
|
|
553 | 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
554 | |
|
|
555 | Add additional entries to /etc/services to support cyrus-imapd, thanks |
|
|
556 | to Nick Hadaway <raker@gentoo.org>. |
|
|
557 | |
|
|
558 | Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
|
|
559 | problem with non 7bit ascii symbols. |
|
|
560 | |
|
|
561 | Updated /etc/init.d/checkfs to detect if lvm is already active. |
|
|
562 | This should resolve bug #3613. |
|
|
563 | |
|
|
564 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
565 | |
|
|
566 | Add "usb" group, gid 85. Move "sshd" user and group to 22. Move |
|
|
567 | "games" user and group to 35 |
|
|
568 | |
|
|
569 | 3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
570 | |
|
|
571 | Update Copyright displayed at boot, thanks to Sascha Schwabbauer |
|
|
572 | (aka cybersystem). Updated /sbin/rc for this. |
|
|
573 | |
|
|
574 | 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
575 | |
|
|
576 | Update /etc/skel/.bashrc to update the window title of X terminals |
|
|
577 | that supports it. Closes bug #4232. |
|
|
578 | |
|
|
579 | 26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
580 | |
|
|
581 | Add sshd user and group. Updated /etc/passwd and /etc/group for this. |
|
|
582 | |
|
|
583 | Update /etc/inputrc to resolve bug #2599. |
|
|
584 | |
|
|
585 | 20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
586 | |
|
|
587 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
|
|
588 | /etc/env.d/00basic for this. |
|
|
589 | |
|
|
590 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
|
|
591 | Nothing official, but I spent enouth time on it not to want to loose it :) |
|
|
592 | |
|
|
593 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
|
|
594 | to give output to stderr. This was caused by a call to "stty", which when |
|
|
595 | run without a attatched terminal, have this effect. Basically just pipe |
|
|
596 | stderr to /dev/null. |
|
|
597 | |
|
|
598 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
599 | |
|
|
600 | Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving |
|
|
601 | bug #3363 |
|
|
602 | |
|
|
603 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
604 | |
|
|
605 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
|
|
606 | if portmap was not started. This is to stop "hang" problems for |
|
|
607 | new users who do not add portmap to the default runlevel. See |
|
|
608 | bug #2555. |
|
|
609 | |
|
|
610 | Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. |
|
|
611 | |
|
|
612 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
613 | |
|
|
614 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
|
|
615 | |
|
|
616 | 13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
617 | |
|
|
618 | Change the homes of user "at" and "cron" in /etc/passwd, as |
|
|
619 | they moved to /var/spool/cron... |
|
|
620 | |
|
|
621 | * rc-scripts 1.3.5 (12 May 2002) |
|
|
622 | |
|
|
623 | 12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
624 | |
|
|
625 | Make slight modifications to /sbin/depscan.sh to improve speed (about |
|
|
626 | 1 second on a celeron 633). |
|
|
627 | |
|
|
628 | Finally fix /sbin/runscript.sh to properly handle interdependencies |
|
|
629 | between types need/use and before/after on runlevel change. I can |
|
|
630 | actually kick myself for previous implementations, as this fix simplifies |
|
|
631 | things a lot, and is almost 30 lines of code less! |
|
|
632 | |
|
|
633 | Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
|
|
634 | It rather just exit with a warning, as I think most people have like |
|
|
635 | me mounts that are to boxes that are not always up. |
|
|
636 | |
|
|
637 | Resolve bug #2439 (should not use try with the dd command for ramdisk |
|
|
638 | stuff). Also increase the number of inodes used for the ramdisk to |
|
|
639 | fix "out of space" errors. Updated /sbin/rc for this. |
|
|
640 | |
|
|
641 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
642 | |
|
|
643 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
|
|
644 | backup files to generate /etc/profile.env. |
|
|
645 | |
|
|
646 | Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
|
|
647 | for this. |
|
|
648 | |
|
|
649 | 6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
650 | |
|
|
651 | Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
|
|
652 | /etc/env.d/ file. Same for $QTDIR. |
|
|
653 | |
|
|
654 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
655 | |
|
|
656 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
|
|
657 | and is needed for some fixes. |
|
|
658 | |
|
|
659 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
660 | |
|
|
661 | Update /etc/rc.conf to be more clear and state that you should |
|
|
662 | remove consolefont from startup if you do not use it. Should |
|
|
663 | resolve bug #2174. |
|
|
664 | |
|
|
665 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
|
|
666 | |
|
|
667 | Added user/group apache with uid/gid 81. |
|
|
668 | |
|
|
669 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
670 | |
|
|
671 | Remove the "-net" from the line setting the default gateway |
|
|
672 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
|
|
673 | noting this. |
|
|
674 | |
|
|
675 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
|
|
676 | |
|
|
677 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
|
|
678 | which is installed with the nfs-utils package. Also tidied up some |
|
|
679 | really old, leftover junk like the non-supported stuff from rc5. |
|
|
680 | Closes #1754. |
|
|
681 | |
|
|
682 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
683 | |
|
|
684 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
|
|
685 | other people have wierd problems. |
|
|
686 | |
|
|
687 | * rc-scripts 1.3.4 (21 April 2002) |
|
|
688 | |
|
|
689 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
690 | |
|
|
691 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
|
|
692 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
|
|
693 | |
|
|
694 | Implement the status commandline argument. Updated /sbin/runscript.sh |
|
|
695 | and /sbin/rc-help.sh for this. |
|
|
696 | |
|
|
697 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
|
|
698 | and AFTER. |
|
|
699 | |
|
|
700 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
701 | |
|
|
702 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
|
|
703 | is needed, else /usr/bin/newgrp segfault. |
|
|
704 | |
|
|
705 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
706 | |
|
|
707 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
|
|
708 | Thanks to Väinö Järvelä for this fix. |
|
|
709 | |
|
|
710 | Update /etc/profile to also set the PS? variables if $SHELL |
|
|
711 | is set to /bin/sh. This should make prompt colours in |
|
|
712 | bootstrap work again. |
|
|
713 | |
|
|
714 | Move LVM stuff to checkfs to ensure that they get fscked. |
|
|
715 | This resolves bug #1552. |
|
|
716 | |
|
|
717 | * rc-scripts 1.3.3 (5 April 2002) |
|
|
718 | |
|
|
719 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
720 | |
|
|
721 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
|
|
722 | This is done to try and ensure system integrity. |
|
|
723 | |
|
|
724 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
725 | |
|
|
726 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
|
|
727 | |
|
|
728 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
|
|
729 | |
|
|
730 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
|
|
731 | |
|
|
732 | * rc-scripts 1.3.2 (24 Mar 2002) |
|
|
733 | |
|
|
734 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
735 | |
|
|
736 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
|
|
737 | for this. |
|
|
738 | |
|
|
739 | With the "before" and "after" stuff, recursion levels was getting too high, |
|
|
740 | and with some cases, things just plain did not work as it should. Reworked |
|
|
741 | things to to lower the levels of recursion and get the order right. Updated |
|
|
742 | /etc/init.d/runscript.sh for this. |
|
|
743 | |
|
|
744 | Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where |
|
|
745 | ${svcdir}/softlevel did not always exist, but runscript.sh tried to open it. |
|
|
746 | |
|
|
747 | Enhance --quiet support. Updated /etc/init.d/functions.sh for this. |
|
|
748 | |
|
|
749 | Remove /etc/pwdb.conf, as pwdb already install a copy of this. |
|
|
750 | |
|
|
751 | Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. |
|
|
752 | |
|
|
753 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
|
|
754 | and it seems it has fallen now to my discression. |
|
|
755 | |
|
|
756 | * rc-scripts 1.3.1 (23 Mar 2002) |
|
|
757 | |
|
|
758 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
|
|
759 | DHCP lease release from Jim Nutt. |
|
|
760 | |
|
|
761 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
|
|
762 | since there are a lot of important bug fixes in here that are needed. |
|
|
763 | |
|
|
764 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
765 | |
|
|
766 | Resolve bug #1292. |
|
|
767 | |
|
|
768 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
|
|
769 | Spidler. |
|
|
770 | |
|
|
771 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
772 | |
|
|
773 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
|
|
774 | version, 'cat /proc/mounts'. |
|
|
775 | |
|
|
776 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
777 | |
|
|
778 | Add initial support for the --quiet flag that suppress output. |
|
|
779 | |
|
|
780 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
781 | |
|
|
782 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
|
|
783 | as not all errors by depscan.sh is critical. It should be |
|
|
784 | reworked to do better error handeling. |
|
|
785 | |
|
|
786 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
787 | |
|
|
788 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
|
|
789 | /etc/group to match those of Debian, FBSD and others. Thanks |
|
|
790 | to those who reported it, and Woodchip for looking up the |
|
|
791 | proper values. |
|
|
792 | |
|
|
793 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
|
|
794 | This resolves bug #1150, thanks to Paul Fleischer. |
|
|
795 | |
|
|
796 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
797 | |
|
|
798 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
|
|
799 | as some users have /usr on seperate partition which is not |
|
|
800 | mounted when depscan.sh is run the first time. |
|
|
801 | |
|
|
802 | Updated the checking for more than one service providing the |
|
|
803 | same virtual function in /etc/init.d/depscan.sh. It should |
|
|
804 | be working now, and this also fix a problem that when there is no |
|
|
805 | service providing a virtual, counter was used uninitialized. |
|
|
806 | |
|
|
807 | * rc-scripts 1.3.0 (10 March 2002) |
|
|
808 | |
|
|
809 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
810 | |
|
|
811 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
|
|
812 | |
|
|
813 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
|
|
814 | |
|
|
815 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
|
|
816 | and /etc/init.d/localmount for this. |
|
|
817 | |
|
|
818 | Lots of form/syntax cleanups, most things should be more |
|
|
819 | consistant now. Fixed fail detection/return values of lots of |
|
|
820 | scripts. |
|
|
821 | |
|
|
822 | Lots of cleanup/fixes in the three main scripts behind our |
|
|
823 | rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh |
|
|
824 | |
|
|
825 | Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh |
|
|
826 | is sourced in a ebuild. |
|
|
827 | |
|
|
828 | Fix a bug that our rc-script wrapper introduced: Global variables |
|
|
829 | in scripts no longer worked. Updated /etc/init.d/runscript.sh for |
|
|
830 | this. |
|
|
831 | |
|
|
832 | Implemented more error checking for the main startup code in /sbin/rc. |
|
|
833 | Also fixed try() for mounting /proc (maybe all mount commands). |
|
|
834 | The function worked fine in a simulated test, but in real life failed |
|
|
835 | to detect a error when mounting /proc (remember to thank Grant for |
|
|
836 | his UserMode ebuilds, and Guide). |
|
|
837 | |
|
|
838 | * rc-scripts 1.2.9 (6 March 2002) |
|
|
839 | |
|
|
840 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
841 | |
|
|
842 | General form updates and some piping fixes. |
|
|
843 | |
|
|
844 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
|
|
845 | to fix a problem where startDM.sh would be respawned repeatedly |
|
|
846 | if xdm was not in the default runlevel. |
|
|
847 | |
|
|
848 | * rc-scripts 1.2.8 (4 March 2002) |
|
|
849 | |
|
|
850 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
851 | |
|
|
852 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
|
|
853 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
|
|
854 | move them to the xfree ebuild later on when things settles down. |
|
|
855 | |
|
|
856 | Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
|
|
857 | |
|
|
858 | Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
|
|
859 | where we had a invalid $PATH on boot in some cases. |
|
|
860 | |
|
|
861 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
|
|
862 | the new sys-apps/kbd package. |
|
|
863 | |
|
|
864 | * rc-scripts 1.2.7 (3 March 2002) |
|
|
865 | |
|
|
866 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
867 | |
|
|
868 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
|
|
869 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
|
|
870 | for this. |
|
|
871 | |
|
|
872 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
|
|
873 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
|
|
874 | this. |
|
|
875 | |
|
|
876 | Added caching of the "depend() { need foo; } " lines, and updated |
|
|
877 | /etc/init.d/depscan.sh to touch the actual files less. This should |
|
|
878 | speedup dependancy caching a lot, especially on slow machines. |
|
|
879 | |
|
|
880 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
|
|
881 | for security. |
|
|
882 | |
|
|
883 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
|
|
884 | |
|
|
885 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
886 | |
|
|
887 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
|
|
888 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
|
|
889 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
|
|
890 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
|
|
891 | |
|
|
892 | Removed stopping of dependant services that have current service as |
|
|
893 | a 'use'dependancy ... should be less confusing now. |
|
|
894 | Updated /etc/init.d/runscript.sh for this. |
|
|
895 | |
|
|
896 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
897 | |
|
|
898 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
|
|
899 | programs to startup. This should pretty much have /etc/init.d/ static, |
|
|
900 | except for baselayout updates, etc. |
|
|
901 | |
|
|
902 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
903 | |
|
|
904 | In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause |
|
|
905 | problems. Fixed this in /sbin/rc. |
|
|
906 | |
|
|
907 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
|
|
908 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
|
|
909 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
|
|
910 | |
|
|
911 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
912 | |
|
|
913 | Fix my brain dead update of the 25th. It really should keep |
|
|
914 | "gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in |
|
|
915 | retrieving kernel options. Updated /etc/init.d/functions.sh, |
|
|
916 | /etc/init.d/checkroot and /sbin/rc for this. |
|
|
917 | |
|
|
918 | Updated /etc/init.d/consolefont to work without devfs as well. |
|
|
919 | |
|
|
920 | When rebooting or shutting down, a service should not fail to stop |
|
|
921 | if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
|
|
922 | for this. |
|
|
923 | |
|
|
924 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
925 | |
|
|
926 | Added a check if /dev is mounted when creating entries for /etc/mtab. |
|
|
927 | This should solve a invalid entry or /dev being mounted even with |
|
|
928 | 'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this. |
|
|
929 | |
|
|
930 | 17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
|
|
931 | filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
|
|
932 | just in a comment now) |
|
|
933 | |
5 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): more fixes to |
934 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
935 | |
6 | 'after' and 'before', updated /etc/init.d/runscript.sh for this. |
936 | Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for |
7 | This should fix services not getting started in the correct order |
937 | this. This should fix services not getting started in the correct order |
8 | in a tight loop, services getting stopped out of order, and some |
938 | in a tight loop, services getting stopped out of order, and some other |
9 | other sanity checks. |
|
|
10 | |
|
|
11 | Updated rc-script.sh for updated help. |
939 | sanity checks. Updated rc-script.sh for updated help. |
12 | |
940 | |
13 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): update |
941 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
14 | /etc/profile to resolve bug #588. |
942 | |
|
|
943 | Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
|
|
944 | and added the 'after' type. 'before' and 'after' will only work currently |
|
|
945 | for a change of runlevel. Updated /etc/init.d/depscan.sh, |
|
|
946 | /etc/init.d/runscript.sh and /sbin/rc for this. |
15 | |
947 | |
16 | Reimplemented things a bit, and added the 'after' type. 'before' |
|
|
17 | and 'after' will only work currently for a change of runlevel. |
|
|
18 | Updated /etc/init.d/depscan.sh, /etc/init.d/runscript.sh and |
|
|
19 | /sbin/rc for it. |
|
|
20 | |
|
|
21 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): add some more |
948 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
949 | |
22 | entries to /etc/devfsd.conf to make alsa users life easier ... |
950 | Add some more entries to /etc/devfsd.conf to make alsa users life |
23 | thanks Tod. |
951 | easier ... thanks Tod. |
24 | |
952 | |
25 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Some more |
953 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
954 | |
26 | cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
955 | Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
27 | |
956 | |
28 | Fixed some services not starting again when restarting a service. |
957 | Fixed some services not starting again when restarting a service. |
29 | Seems simple is still the best way. |
958 | Seems simple is still the best way. |
30 | |
959 | |
31 | Fixed some other problems created with feature additions and cleanups. |
960 | Fixed some other problems created with feature additions and cleanups. |
32 | |
961 | |
33 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): General cleanups |
962 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
963 | |
34 | to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
964 | General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
35 | |
965 | |
36 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
966 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
37 | started first. |
967 | started first. |
38 | |
968 | |
39 | Added 'use *' to /etc/init.d/local to make sure it gets started |
969 | Added 'use *' to /etc/init.d/local to make sure it gets started |
40 | last. |
970 | last. |
41 | |
971 | |
42 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc |
972 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
973 | |
43 | to stop a service on change of runlevel if it is in 'use' by |
974 | Fixed /sbin/rc to stop a service on change of runlevel if it is |
44 | another service. |
975 | in 'use' by another service. |
45 | |
976 | |
46 | Added the 'provide' depend type for creating virtual services. |
977 | Added the 'provide' depend type for creating virtual services. |
47 | Updated /etc/init.d/depscan.sh for this. |
978 | Updated /etc/init.d/depscan.sh for this. |
48 | |
979 | |
49 | Added the 'before' depend type. This is more for changing the |
980 | Added the 'before' depend type. This is more for changing the |
… | |
… | |
57 | Added save_options() and get_options() to /etc/init.d/functions.sh |
988 | Added save_options() and get_options() to /etc/init.d/functions.sh |
58 | for saving misc settings between startup/shutdown. Updated |
989 | for saving misc settings between startup/shutdown. Updated |
59 | /etc/init.d/net.eth0 to use these and properly down virtual |
990 | /etc/init.d/net.eth0 to use these and properly down virtual |
60 | interfaces. |
991 | interfaces. |
61 | |
992 | |
62 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated both |
993 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
994 | |
63 | /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet on no |
995 | Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet |
64 | errors. |
996 | on no errors. |
65 | |
997 | |
66 | * rc-scripts 1.2.6 (6 Feb 2002) |
998 | * rc-scripts 1.2.6 (6 Feb 2002) |
67 | |
999 | |
68 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated /etc/net.eth0 |
|
|
69 | to specify the gateway device via the $gateway variable (something like |
|
|
70 | gateway="eth0/192.168.0.1"). |
|
|
71 | |
|
|
72 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): added rc-script |
1000 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
1001 | |
|
|
1002 | Updated /etc/net.eth0 to specify the gateway device via the $gateway |
|
|
1003 | variable (something like gateway="eth0/192.168.0.1"). |
|
|
1004 | |
|
|
1005 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
1006 | |
73 | /etc/init.d/numlock, for enabling numlock at boot. |
1007 | Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
74 | |
1008 | |
75 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): hopefully the |
1009 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
1010 | |
76 | last fix to /etc/init.d/netmount to umount cleanly. This fix |
1011 | Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix |
77 | implements a retry if not successful the first time, and will |
1012 | implements a retry if not successful the first time, and will kill |
78 | kill processess using the mount. Also small type-o fix to |
1013 | processess using the mount. Also small type-o fix to /etc/init.d/halt.sh. |
79 | /etc/init.d/halt.sh. |
|
|
80 | |
1014 | |
81 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
1015 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
82 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
1016 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
83 | Fixed /etc/passwd,group for user/group mysql. |
1017 | Fixed /etc/passwd,group for user/group mysql. |
84 | |
1018 | |
… | |
… | |
123 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
1057 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
124 | |
1058 | |
125 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
1059 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
126 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
1060 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
127 | |
1061 | |
128 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated |
1062 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
1063 | |
129 | /etc/init.d/depscan.sh to store info about missing dependancies of |
1064 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
130 | type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
1065 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
131 | to use this when starting a script ('need' dependancies is critical for |
1066 | to use this when starting a script ('need' dependancies is critical for |
132 | startup). Added the broken() function to /etc/init.d/runscript.sh |
1067 | startup). Added the broken() function to /etc/init.d/runscript.sh |
133 | to list the missing dependancies. |
1068 | to list the missing dependancies. |
134 | |
1069 | |
135 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
1070 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
… | |
… | |
137 | |
1072 | |
138 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
1073 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
139 | eend(), but print a warning on error, not a error. Updated |
1074 | eend(), but print a warning on error, not a error. Updated |
140 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
1075 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
141 | |
1076 | |
142 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c |
1077 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
143 | to run /etc/init.d/rc-help.sh if no arguments is passed to a rc-script. |
1078 | |
|
|
1079 | Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments |
|
|
1080 | is passed to a rc-script. |
144 | |
1081 | |
145 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
1082 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
146 | the rc-scripts. |
1083 | the rc-scripts. |
147 | |
1084 | |
148 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update |
1085 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
1086 | |
149 | /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
1087 | Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
150 | halt and reboot. This fixes a problem where / was not unmounted |
1088 | halt and reboot. This fixes a problem where / was not unmounted properly |
151 | properly in some cases. |
1089 | in some cases. |
152 | |
1090 | |
153 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to |
1091 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
154 | to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and |
1092 | |
155 | /etc/init.d/depscan.sh for this |
1093 | Move $svcdir to to /etc/init.d/functions.sh, and update |
|
|
1094 | /etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this |
156 | |
1095 | |
157 | Modified /etc/init.d/runscript.sh to also restart the services that |
1096 | Modified /etc/init.d/runscript.sh to also restart the services that |
158 | depend on a service if that service is restarted. Enhanced the |
1097 | depend on a service if that service is restarted. Enhanced the |
159 | restart function to be able to have custom restart() functions in |
1098 | restart function to be able to have custom restart() functions in |
160 | rc-scripts. The custom restart() have to use svc_stop() and |
1099 | rc-scripts. The custom restart() have to use svc_stop() and |
… | |
… | |
162 | |
1101 | |
163 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
1102 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
164 | stop a service without stopping the services that depends on that |
1103 | stop a service without stopping the services that depends on that |
165 | service. |
1104 | service. |
166 | |
1105 | |
167 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
1106 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
168 | service without stopping the services that depends on that service. |
1107 | service without stopping the services that depends on that service. |
169 | |
1108 | |
170 | * rc-scripts 1.2.3 (18 Dec 2001) |
1109 | * rc-scripts 1.2.3 (18 Dec 2001) |
171 | |
1110 | |
172 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
1111 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
173 | /sbin/init (old) to /sbin/rc (basically drop the init wrapper we used). |
1112 | |
|
|
1113 | Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the |
|
|
1114 | init wrapper we used). |
174 | |
1115 | |
175 | Some cleanups: take out the shm resize comment; |
1116 | Some cleanups: take out the shm resize comment; |
176 | |
1117 | |
177 | remove the $wrongmount; |
1118 | remove the $wrongmount; |
178 | |
1119 | |
… | |
… | |
189 | Also added functionality to detect if the kernel have DEVFS support |
1130 | Also added functionality to detect if the kernel have DEVFS support |
190 | compiled in; seems new users thinks devfs is unstable and as they do |
1131 | compiled in; seems new users thinks devfs is unstable and as they do |
191 | not always read the docs, it does not get compiled in ;/ Should |
1132 | not always read the docs, it does not get compiled in ;/ Should |
192 | make live for us a bit easier. |
1133 | make live for us a bit easier. |
193 | |
1134 | |
194 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill |
1135 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
195 | a cosmetic bug in the part that stops all the unneeded services. |
1136 | |
|
|
1137 | Fixed /sbin/rc to kill a cosmetic bug in the part that stops all |
|
|
1138 | the unneeded services. |
196 | |
1139 | |
197 | * rc-scripts 1.2.2 (8 Dec 2001) |
1140 | * rc-scripts 1.2.2 (8 Dec 2001) |
198 | |
1141 | |
199 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
1142 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
200 | |
1143 | |
… | |
… | |
211 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
1154 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
212 | and one for update-modules.8. These were adapted from Debian. Updated |
1155 | and one for update-modules.8. These were adapted from Debian. Updated |
213 | tarball.sh to include the new man directory. Updated baselayout to install |
1156 | tarball.sh to include the new man directory. Updated baselayout to install |
214 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
1157 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
215 | |
1158 | |
216 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init |
1159 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1160 | |
217 | to work correctly with the 'gentoo=nodevfs' option, and cleaned |
1161 | Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
218 | out old code. |
1162 | and cleaned out old code. |
219 | |
1163 | |
220 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
1164 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
221 | |
1165 | |
222 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
1166 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1167 | |
223 | /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
1168 | Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
224 | that can be used for services that needs to have a logger started |
1169 | that can be used for services that needs to have a logger started before |
225 | before they are started. Updated /etc/conf.d/basic with $SYSLOGGER |
1170 | they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used |
226 | that is used to define what loggers the 'logger' depend represent. |
1171 | to define what loggers the 'logger' depend represent. |
227 | |
1172 | |
228 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
1173 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1174 | |
229 | /etc/passwd and /etc/group with minor fixes to pass pwck and grpck. |
1175 | Updated /etc/passwd and /etc/group with minor fixes to pass pwck |
|
|
1176 | and grpck. |
230 | |
1177 | |
231 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in |
1178 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1179 | |
232 | /etc/profile for the user to 077 for security. |
1180 | Changed umask in /etc/profile for the user to 077 for security. |
233 | |
1181 | |
234 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
1182 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
235 | 'source /etc/rc.conf' line. |
1183 | 'source /etc/rc.conf' line. |
236 | |
1184 | |
237 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
1185 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
… | |
… | |
248 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
1196 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
249 | removed notail from the ext2 boot partition, other cleanups. |
1197 | removed notail from the ext2 boot partition, other cleanups. |
250 | |
1198 | |
251 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
1199 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
252 | |
1200 | |
253 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf |
1201 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
254 | and updated /sbin/init to use a new scheme for saving /dev permissions. |
1202 | |
|
|
1203 | Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving |
255 | Also moved /dev-state to /lib/dev-state which is a more standard location. |
1204 | /dev permissions. Also moved /dev-state to /lib/dev-state which is a more |
|
|
1205 | standard location. |
256 | |
1206 | |
257 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
1207 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
258 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
1208 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
259 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
1209 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
260 | changing runlevels did not want to work. |
1210 | changing runlevels did not want to work. |
… | |
… | |
289 | |
1239 | |
290 | * rc-scripts 1.1.8 (15 Nov 2001) |
1240 | * rc-scripts 1.1.8 (15 Nov 2001) |
291 | |
1241 | |
292 | 16 Nov 2001; removed bogus "mountall.test" script. |
1242 | 16 Nov 2001; removed bogus "mountall.test" script. |
293 | |
1243 | |
294 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
1244 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1245 | |
295 | init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not |
1246 | Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being |
296 | 'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded |
1247 | 'use' not 'uses', as it fits better with 'need' (not 'needs'). Also |
297 | for loop from init.d/depscan.sh, and other fixes. Updated names of new |
1248 | removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated |
298 | functions in init.d/runscript.sh to better sounding ones. Updated |
1249 | names of new functions in init.d/runscript.sh to better sounding ones. |
299 | init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups. |
1250 | Updated init.d/modules, init.d/netmount to use 'use'. Lots of other |
|
|
1251 | fixes/cleanups. |
|
|
1252 | |
300 | Removed try() out of init.d/runscript.sh (why was this here ?). |
1253 | Removed try() out of init.d/runscript.sh (why was this here ?). |
301 | |
1254 | |
302 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
1255 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1256 | |
303 | cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist. |
1257 | Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it |
|
|
1258 | doesn't exist. |
304 | |
1259 | |
305 | init.d/hostname: Added check for a valid /etc/hostname. |
1260 | init.d/hostname: Added check for a valid /etc/hostname. |
306 | |
1261 | |
307 | init.d/keymaps: Added check for valid $KEYMAP. |
1262 | init.d/keymaps: Added check for valid $KEYMAP. |
308 | |
1263 | |
… | |
… | |
314 | not 'default' runlevel. |
1269 | not 'default' runlevel. |
315 | |
1270 | |
316 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
1271 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
317 | this really needed (I cannot see that it is used anywhere ...)? |
1272 | this really needed (I cannot see that it is used anywhere ...)? |
318 | |
1273 | |
319 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
1274 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1275 | |
320 | init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called |
1276 | Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend |
321 | 'uses'. It basically have the same usage as 'need', except that it do not |
1277 | called 'uses'. It basically have the same usage as 'need', except that it |
322 | start services that is not in the current and 'boot' runlevels. |
1278 | do not start services that is not in the current and 'boot' runlevels. |
323 | |
1279 | |
324 | Updated init.d/netmount to use the 'uses' depend. |
1280 | Updated init.d/netmount to use the 'uses' depend. |
325 | |
1281 | |
326 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
1282 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
327 | not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
1283 | |
328 | starting and stopping of services not to start depends. |
1284 | Fixed init.d/runscript.sh not to destroy the 'need' depends in |
|
|
1285 | /${svcdir}/need. This caused subsequent starting and stopping of services |
|
|
1286 | not to start depends. |
329 | |
1287 | |
330 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
1288 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
331 | where the ${svcdir}/softscripts directory got destroyed before stopping |
1289 | |
332 | running services scheduled to be stopped. This with the fact that $SOFTLEVEL |
1290 | Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got |
333 | was set too early, caused the services to be stopped in the wrong order. |
1291 | destroyed before stopping running services scheduled to be stopped. This |
|
|
1292 | with the fact that $SOFTLEVEL was set too early, caused the services to be |
|
|
1293 | stopped in the wrong order. |
334 | |
1294 | |
335 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
1295 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1296 | |
336 | check if any network filesystems is mounted. |
1297 | Modified init.d/netmount to check if any network filesystems is mounted. |
337 | |
1298 | |
338 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
1299 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
339 | some awk and grep magic to find all remote filesystems and umount them. |
1300 | some awk and grep magic to find all remote filesystems and umount them. |
340 | |
1301 | |
341 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
1302 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
342 | (missing "/"); it now actually checks the root filesystem. Also, a |
1303 | |
343 | localmount cleanliness fix. |
1304 | A fix for checkroot (missing "/"); it now actually checks the root |
|
|
1305 | filesystem. Also, a localmount cleanliness fix. |
344 | |
1306 | |
345 | * rc-scripts 1.1.7 (18 Oct 2001) |
1307 | * rc-scripts 1.1.7 (18 Oct 2001) |
346 | |
1308 | |
347 | [old changelog format follows] |
1309 | [old changelog format follows] |
348 | |
1310 | |
… | |
… | |
383 | Brand new message functions (ewarn). |
1345 | Brand new message functions (ewarn). |
384 | |
1346 | |
385 | *sbin/init, init.d/checkroot |
1347 | *sbin/init, init.d/checkroot |
386 | We're going back to a /proc/mounts-based mtab symlink because it's |
1348 | We're going back to a /proc/mounts-based mtab symlink because it's |
387 | just plain better. Appropriate changes made. |
1349 | just plain better. Appropriate changes made. |
|
|
1350 | |
|
|
1351 | # vim:expandtab |