… | |
… | |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
4 | |
4 | |
5 | 12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
5 | 12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
6 | |
7 | Make slight modifications to /sbin/depscan.sh to improve speed (about |
7 | Make slight modifications to /sbin/depscan.sh to improve speed (about |
8 | 1 second on a celeron 633). |
8 | 1 second on a celeron 633). |
9 | |
9 | |
10 | Finally fix /sbin/runscript.sh to properly handle interdependencies |
10 | Finally fix /sbin/runscript.sh to properly handle interdependencies |
11 | between types need/use and before/after on runlevel change. I can |
11 | between types need/use and before/after on runlevel change. I can |
12 | actually kick myself for previous implementations, as this fix simplifies |
12 | actually kick myself for previous implementations, as this fix simplifies |
13 | things a lot, and is almost 30 lines of code less! |
13 | things a lot, and is almost 30 lines of code less! |
14 | |
14 | |
15 | Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
15 | Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
16 | It rather just exit with a warning, as I think most people have like |
16 | It rather just exit with a warning, as I think most people have like |
17 | me mounts that are to boxes that are not always up. |
17 | me mounts that are to boxes that are not always up. |
18 | |
18 | |
19 | Resolve bug #2439 (should not use try with the dd command for ramdisk |
19 | Resolve bug #2439 (should not use try with the dd command for ramdisk |
20 | stuff). Also increase the number of inodes used for the ramdisk to |
20 | stuff). Also increase the number of inodes used for the ramdisk to |
21 | fix "out of space" errors. Updated /sbin/rc for this. |
21 | fix "out of space" errors. Updated /sbin/rc for this. |
22 | |
22 | |
23 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
23 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
24 | |
24 | |
25 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
25 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
26 | backup files to generate /etc/profile.env. |
26 | backup files to generate /etc/profile.env. |
27 | |
27 | |
28 | Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
28 | Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
29 | for this. |
29 | for this. |
30 | |
30 | |
31 | 6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
31 | 6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
32 | |
32 | |
33 | Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
33 | Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
34 | /etc/env.d/ file. Same for $QTDIR. |
34 | /etc/env.d/ file. Same for $QTDIR. |
35 | |
35 | |
36 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
36 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
37 | |
37 | |
38 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
38 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
39 | and is needed for some fixes. |
39 | and is needed for some fixes. |
40 | |
40 | |
41 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
41 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
42 | |
42 | |
43 | Update /etc/rc.conf to be more clear and state that you should |
43 | Update /etc/rc.conf to be more clear and state that you should |
44 | remove consolefont from startup if you do not use it. Should |
44 | remove consolefont from startup if you do not use it. Should |
45 | resolve bug #2174. |
45 | resolve bug #2174. |
46 | |
46 | |
47 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
47 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
48 | |
48 | |
49 | Added user/group apache with uid/gid 81. |
49 | Added user/group apache with uid/gid 81. |
50 | |
50 | |
51 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
51 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
52 | |
52 | |
53 | Remove the "-net" from the line setting the default gateway |
53 | Remove the "-net" from the line setting the default gateway |
54 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
54 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
55 | noting this. |
55 | noting this. |
56 | |
56 | |
57 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
57 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
58 | |
58 | |
59 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
59 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
60 | which is installed with the nfs-utils package. Also tidied up some |
60 | which is installed with the nfs-utils package. Also tidied up some |
… | |
… | |
69 | * rc-scripts 1.3.4 (21 April 2002) |
69 | * rc-scripts 1.3.4 (21 April 2002) |
70 | |
70 | |
71 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
71 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
72 | |
72 | |
73 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
73 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
74 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
74 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
75 | |
75 | |
76 | Implement the status commandline argument. Updated /sbin/runscript.sh |
76 | Implement the status commandline argument. Updated /sbin/runscript.sh |
77 | and /sbin/rc-help.sh for this. |
77 | and /sbin/rc-help.sh for this. |
78 | |
78 | |
79 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
79 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
80 | and AFTER. |
80 | and AFTER. |
81 | |
81 | |
82 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
82 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
83 | |
83 | |
84 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
84 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
85 | is needed, else /usr/bin/newgrp segfault. |
85 | is needed, else /usr/bin/newgrp segfault. |
… | |
… | |
186 | be working now, and this also fix a problem that when there is no |
186 | be working now, and this also fix a problem that when there is no |
187 | service providing a virtual, counter was used uninitialized. |
187 | service providing a virtual, counter was used uninitialized. |
188 | |
188 | |
189 | * rc-scripts 1.3.0 (10 March 2002) |
189 | * rc-scripts 1.3.0 (10 March 2002) |
190 | |
190 | |
191 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: Resolved |
191 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
192 | |
192 | bug #1021; updated /etc/init.d/consolefont for this. |
193 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
193 | |
194 | |
194 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
195 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
195 | |
196 | |
196 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
197 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
197 | and /etc/init.d/localmount for this. |
198 | and /etc/init.d/localmount for this. |
… | |
… | |
216 | to detect a error when mounting /proc (remember to thank Grant for |
217 | to detect a error when mounting /proc (remember to thank Grant for |
217 | his UserMode ebuilds, and Guide). |
218 | his UserMode ebuilds, and Guide). |
218 | |
219 | |
219 | * rc-scripts 1.2.9 (6 March 2002) |
220 | * rc-scripts 1.2.9 (6 March 2002) |
220 | |
221 | |
221 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: General form |
222 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
223 | |
222 | updates and some piping fixes. |
224 | General form updates and some piping fixes. |
223 | |
225 | |
224 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
226 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
225 | to fix a problem where startDM.sh would be respawned repeatedly |
227 | to fix a problem where startDM.sh would be respawned repeatedly |
226 | if xdm was not in the default runlevel. |
228 | if xdm was not in the default runlevel. |
227 | |
229 | |
228 | * rc-scripts 1.2.8 (4 March 2002) |
230 | * rc-scripts 1.2.8 (4 March 2002) |
229 | |
231 | |
230 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/init.d/xdm, |
232 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
231 | /etc/X11/startDM.sh and updated /etc/inittab to fix the "dead key" |
233 | |
232 | problem we had with xdm/gdm/kdm. We should move them to the |
234 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
|
|
235 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
233 | xfree ebuild later on when things settles down. |
236 | move them to the xfree ebuild later on when things settles down. |
234 | |
237 | |
235 | Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
238 | Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
236 | |
239 | |
237 | Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
240 | Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
238 | where we had a invalid $PATH on boot in some cases. |
241 | where we had a invalid $PATH on boot in some cases. |
… | |
… | |
240 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
243 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
241 | the new sys-apps/kbd package. |
244 | the new sys-apps/kbd package. |
242 | |
245 | |
243 | * rc-scripts 1.2.7 (3 March 2002) |
246 | * rc-scripts 1.2.7 (3 March 2002) |
244 | |
247 | |
245 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: fixed the problem |
248 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
249 | |
246 | of rc-scripts trying to start/stop a service multiple times if it |
250 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
247 | fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc for |
251 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
248 | this. |
252 | for this. |
249 | |
253 | |
250 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
254 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
251 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
255 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
252 | this. |
256 | this. |
253 | |
257 | |
… | |
… | |
258 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
262 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
259 | for security. |
263 | for security. |
260 | |
264 | |
261 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
265 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
262 | |
266 | |
263 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: added a wrapper for |
267 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
268 | |
264 | sourcing the rc-scripts to eliminate syntax errors. Thanks to |
269 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
265 | Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
270 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
266 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
271 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
267 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
272 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
268 | |
273 | |
269 | Removed stopping of dependant services that have current service as |
274 | Removed stopping of dependant services that have current service as |
270 | a 'use'dependancy ... should be less confusing now. |
275 | a 'use'dependancy ... should be less confusing now. |
271 | Updated /etc/init.d/runscript.sh for this. |
276 | Updated /etc/init.d/runscript.sh for this. |
272 | |
277 | |
273 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/conf.d/local.start |
278 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
274 | and /etc/conf.d/local.stop for adding any misc programs to startup. This |
279 | |
275 | should pretty much have /etc/init.d/ static, except for baselayout updates, |
280 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
276 | etc. |
281 | programs to startup. This should pretty much have /etc/init.d/ static, |
|
|
282 | except for baselayout updates, etc. |
277 | |
283 | |
278 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: in some wierd cases, |
284 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
285 | |
279 | a redundent /dev/.devfsd on a unmounted /dev can cause problems. Fixed |
286 | In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause |
280 | this in /sbin/rc. |
287 | problems. Fixed this in /sbin/rc. |
281 | |
288 | |
282 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
289 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
283 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
290 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
284 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
291 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
285 | |
292 | |
286 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: fix my brain dead |
293 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
287 | update of the 25th. It really should keep "gentoo=nodevfs" in mind. |
294 | |
288 | Also added 'get_bootparam()' to help in retrieving kernel options. |
295 | Fix my brain dead update of the 25th. It really should keep |
289 | Updated /etc/init.d/functions.sh, /etc/init.d/checkroot and /sbin/rc |
296 | "gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in |
290 | for this. |
297 | retrieving kernel options. Updated /etc/init.d/functions.sh, |
|
|
298 | /etc/init.d/checkroot and /sbin/rc for this. |
291 | |
299 | |
292 | Updated /etc/init.d/consolefont to work without devfs as well. |
300 | Updated /etc/init.d/consolefont to work without devfs as well. |
293 | |
301 | |
294 | When rebooting or shutting down, a service should not fail to stop |
302 | When rebooting or shutting down, a service should not fail to stop |
295 | if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
303 | if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
296 | for this. |
304 | for this. |
297 | |
305 | |
298 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: added a check if |
306 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
299 | /dev is mounted when creating entries for /etc/mtab. This should solve a |
307 | |
300 | invalid entry or /dev being mounted even with 'gentoo=nodevfs' option. |
308 | Added a check if /dev is mounted when creating entries for /etc/mtab. |
301 | Updated /etc/init.d/checkroot for this. |
309 | This should solve a invalid entry or /dev being mounted even with |
|
|
310 | 'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this. |
302 | |
311 | |
303 | 17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
312 | 17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
304 | filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
313 | filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
305 | just in a comment now) |
314 | just in a comment now) |
306 | |
315 | |
307 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): more fixes to 'after' and |
316 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
308 | 'before', updated /etc/init.d/runscript.sh for this. This should fix |
|
|
309 | services not getting started in the correct order in a tight loop, services |
|
|
310 | getting stopped out of order, and some other sanity checks. Updated |
|
|
311 | rc-script.sh for updated help. |
|
|
312 | |
317 | |
|
|
318 | Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for |
|
|
319 | this. This should fix services not getting started in the correct order |
|
|
320 | in a tight loop, services getting stopped out of order, and some other |
|
|
321 | sanity checks. Updated rc-script.sh for updated help. |
|
|
322 | |
313 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): update /etc/profile to |
323 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
314 | resolve bug #588. Reimplemented things a bit, and added the 'after' type. |
324 | |
315 | 'before' and 'after' will only work currently for a change of runlevel. |
325 | Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
316 | Updated /etc/init.d/depscan.sh, /etc/init.d/runscript.sh and /sbin/rc for it. |
326 | and added the 'after' type. 'before' and 'after' will only work currently |
|
|
327 | for a change of runlevel. Updated /etc/init.d/depscan.sh, |
|
|
328 | /etc/init.d/runscript.sh and /sbin/rc for this. |
317 | |
329 | |
318 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): add some more entries to |
330 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
319 | /etc/devfsd.conf to make alsa users life easier ... thanks Tod. |
331 | |
|
|
332 | Add some more entries to /etc/devfsd.conf to make alsa users life |
|
|
333 | easier ... thanks Tod. |
320 | |
334 | |
321 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Some more cleanups to |
335 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
336 | |
322 | /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
337 | Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
323 | |
338 | |
324 | Fixed some services not starting again when restarting a service. |
339 | Fixed some services not starting again when restarting a service. |
325 | Seems simple is still the best way. |
340 | Seems simple is still the best way. |
326 | |
341 | |
327 | Fixed some other problems created with feature additions and cleanups. |
342 | Fixed some other problems created with feature additions and cleanups. |
328 | |
343 | |
329 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): General cleanups to |
344 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
345 | |
330 | /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
346 | General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
331 | |
347 | |
332 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
348 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
333 | started first. |
349 | started first. |
334 | |
350 | |
335 | Added 'use *' to /etc/init.d/local to make sure it gets started |
351 | Added 'use *' to /etc/init.d/local to make sure it gets started |
336 | last. |
352 | last. |
337 | |
353 | |
338 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc |
354 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
355 | |
339 | to stop a service on change of runlevel if it is in 'use' by |
356 | Fixed /sbin/rc to stop a service on change of runlevel if it is |
340 | another service. |
357 | in 'use' by another service. |
341 | |
358 | |
342 | Added the 'provide' depend type for creating virtual services. |
359 | Added the 'provide' depend type for creating virtual services. |
343 | Updated /etc/init.d/depscan.sh for this. |
360 | Updated /etc/init.d/depscan.sh for this. |
344 | |
361 | |
345 | Added the 'before' depend type. This is more for changing the |
362 | Added the 'before' depend type. This is more for changing the |
… | |
… | |
353 | Added save_options() and get_options() to /etc/init.d/functions.sh |
370 | Added save_options() and get_options() to /etc/init.d/functions.sh |
354 | for saving misc settings between startup/shutdown. Updated |
371 | for saving misc settings between startup/shutdown. Updated |
355 | /etc/init.d/net.eth0 to use these and properly down virtual |
372 | /etc/init.d/net.eth0 to use these and properly down virtual |
356 | interfaces. |
373 | interfaces. |
357 | |
374 | |
358 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated both |
375 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
376 | |
359 | /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet on no |
377 | Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet |
360 | errors. |
378 | on no errors. |
361 | |
379 | |
362 | * rc-scripts 1.2.6 (6 Feb 2002) |
380 | * rc-scripts 1.2.6 (6 Feb 2002) |
363 | |
381 | |
364 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated /etc/net.eth0 |
|
|
365 | to specify the gateway device via the $gateway variable (something like |
|
|
366 | gateway="eth0/192.168.0.1"). |
|
|
367 | |
|
|
368 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): added rc-script |
382 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
383 | |
|
|
384 | Updated /etc/net.eth0 to specify the gateway device via the $gateway |
|
|
385 | variable (something like gateway="eth0/192.168.0.1"). |
|
|
386 | |
|
|
387 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
388 | |
369 | /etc/init.d/numlock, for enabling numlock at boot. |
389 | Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
370 | |
390 | |
371 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): hopefully the |
391 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
392 | |
372 | last fix to /etc/init.d/netmount to umount cleanly. This fix |
393 | Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix |
373 | implements a retry if not successful the first time, and will |
394 | implements a retry if not successful the first time, and will kill |
374 | kill processess using the mount. Also small type-o fix to |
395 | processess using the mount. Also small type-o fix to /etc/init.d/halt.sh. |
375 | /etc/init.d/halt.sh. |
|
|
376 | |
396 | |
377 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
397 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
378 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
398 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
379 | Fixed /etc/passwd,group for user/group mysql. |
399 | Fixed /etc/passwd,group for user/group mysql. |
380 | |
400 | |
… | |
… | |
419 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
439 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
420 | |
440 | |
421 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
441 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
422 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
442 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
423 | |
443 | |
424 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated |
444 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
445 | |
425 | /etc/init.d/depscan.sh to store info about missing dependancies of |
446 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
426 | type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
447 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
427 | to use this when starting a script ('need' dependancies is critical for |
448 | to use this when starting a script ('need' dependancies is critical for |
428 | startup). Added the broken() function to /etc/init.d/runscript.sh |
449 | startup). Added the broken() function to /etc/init.d/runscript.sh |
429 | to list the missing dependancies. |
450 | to list the missing dependancies. |
430 | |
451 | |
431 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
452 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
… | |
… | |
433 | |
454 | |
434 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
455 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
435 | eend(), but print a warning on error, not a error. Updated |
456 | eend(), but print a warning on error, not a error. Updated |
436 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
457 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
437 | |
458 | |
438 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c |
459 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
439 | to run /etc/init.d/rc-help.sh if no arguments is passed to a rc-script. |
460 | |
|
|
461 | Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments |
|
|
462 | is passed to a rc-script. |
440 | |
463 | |
441 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
464 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
442 | the rc-scripts. |
465 | the rc-scripts. |
443 | |
466 | |
444 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update |
467 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
468 | |
445 | /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
469 | Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
446 | halt and reboot. This fixes a problem where / was not unmounted |
470 | halt and reboot. This fixes a problem where / was not unmounted properly |
447 | properly in some cases. |
471 | in some cases. |
448 | |
472 | |
449 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to |
473 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
450 | to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and |
474 | |
451 | /etc/init.d/depscan.sh for this |
475 | Move $svcdir to to /etc/init.d/functions.sh, and update |
|
|
476 | /etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this |
452 | |
477 | |
453 | Modified /etc/init.d/runscript.sh to also restart the services that |
478 | Modified /etc/init.d/runscript.sh to also restart the services that |
454 | depend on a service if that service is restarted. Enhanced the |
479 | depend on a service if that service is restarted. Enhanced the |
455 | restart function to be able to have custom restart() functions in |
480 | restart function to be able to have custom restart() functions in |
456 | rc-scripts. The custom restart() have to use svc_stop() and |
481 | rc-scripts. The custom restart() have to use svc_stop() and |
… | |
… | |
458 | |
483 | |
459 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
484 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
460 | stop a service without stopping the services that depends on that |
485 | stop a service without stopping the services that depends on that |
461 | service. |
486 | service. |
462 | |
487 | |
463 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
488 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
464 | service without stopping the services that depends on that service. |
489 | service without stopping the services that depends on that service. |
465 | |
490 | |
466 | * rc-scripts 1.2.3 (18 Dec 2001) |
491 | * rc-scripts 1.2.3 (18 Dec 2001) |
467 | |
492 | |
468 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
493 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
469 | /sbin/init (old) to /sbin/rc (basically drop the init wrapper we used). |
494 | |
|
|
495 | Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the |
|
|
496 | init wrapper we used). |
470 | |
497 | |
471 | Some cleanups: take out the shm resize comment; |
498 | Some cleanups: take out the shm resize comment; |
472 | |
499 | |
473 | remove the $wrongmount; |
500 | remove the $wrongmount; |
474 | |
501 | |
… | |
… | |
485 | Also added functionality to detect if the kernel have DEVFS support |
512 | Also added functionality to detect if the kernel have DEVFS support |
486 | compiled in; seems new users thinks devfs is unstable and as they do |
513 | compiled in; seems new users thinks devfs is unstable and as they do |
487 | not always read the docs, it does not get compiled in ;/ Should |
514 | not always read the docs, it does not get compiled in ;/ Should |
488 | make live for us a bit easier. |
515 | make live for us a bit easier. |
489 | |
516 | |
490 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill |
517 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
491 | a cosmetic bug in the part that stops all the unneeded services. |
518 | |
|
|
519 | Fixed /sbin/rc to kill a cosmetic bug in the part that stops all |
|
|
520 | the unneeded services. |
492 | |
521 | |
493 | * rc-scripts 1.2.2 (8 Dec 2001) |
522 | * rc-scripts 1.2.2 (8 Dec 2001) |
494 | |
523 | |
495 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
524 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
496 | |
525 | |
… | |
… | |
507 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
536 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
508 | and one for update-modules.8. These were adapted from Debian. Updated |
537 | and one for update-modules.8. These were adapted from Debian. Updated |
509 | tarball.sh to include the new man directory. Updated baselayout to install |
538 | tarball.sh to include the new man directory. Updated baselayout to install |
510 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
539 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
511 | |
540 | |
512 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init |
541 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
542 | |
513 | to work correctly with the 'gentoo=nodevfs' option, and cleaned |
543 | Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
514 | out old code. |
544 | and cleaned out old code. |
515 | |
545 | |
516 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
546 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
517 | |
547 | |
518 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
548 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
549 | |
519 | /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
550 | Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
520 | that can be used for services that needs to have a logger started |
551 | that can be used for services that needs to have a logger started before |
521 | before they are started. Updated /etc/conf.d/basic with $SYSLOGGER |
552 | they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used |
522 | that is used to define what loggers the 'logger' depend represent. |
553 | to define what loggers the 'logger' depend represent. |
523 | |
554 | |
524 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
555 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
556 | |
525 | /etc/passwd and /etc/group with minor fixes to pass pwck and grpck. |
557 | Updated /etc/passwd and /etc/group with minor fixes to pass pwck |
|
|
558 | and grpck. |
526 | |
559 | |
527 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in |
560 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
561 | |
528 | /etc/profile for the user to 077 for security. |
562 | Changed umask in /etc/profile for the user to 077 for security. |
529 | |
563 | |
530 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
564 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
531 | 'source /etc/rc.conf' line. |
565 | 'source /etc/rc.conf' line. |
532 | |
566 | |
533 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
567 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
… | |
… | |
544 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
578 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
545 | removed notail from the ext2 boot partition, other cleanups. |
579 | removed notail from the ext2 boot partition, other cleanups. |
546 | |
580 | |
547 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
581 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
548 | |
582 | |
549 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf |
583 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
550 | and updated /sbin/init to use a new scheme for saving /dev permissions. |
584 | |
|
|
585 | Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving |
551 | Also moved /dev-state to /lib/dev-state which is a more standard location. |
586 | /dev permissions. Also moved /dev-state to /lib/dev-state which is a more |
|
|
587 | standard location. |
552 | |
588 | |
553 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
589 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
554 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
590 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
555 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
591 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
556 | changing runlevels did not want to work. |
592 | changing runlevels did not want to work. |
… | |
… | |
585 | |
621 | |
586 | * rc-scripts 1.1.8 (15 Nov 2001) |
622 | * rc-scripts 1.1.8 (15 Nov 2001) |
587 | |
623 | |
588 | 16 Nov 2001; removed bogus "mountall.test" script. |
624 | 16 Nov 2001; removed bogus "mountall.test" script. |
589 | |
625 | |
590 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
626 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
627 | |
591 | init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not |
628 | Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being |
592 | 'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded |
629 | 'use' not 'uses', as it fits better with 'need' (not 'needs'). Also |
593 | for loop from init.d/depscan.sh, and other fixes. Updated names of new |
630 | removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated |
594 | functions in init.d/runscript.sh to better sounding ones. Updated |
631 | names of new functions in init.d/runscript.sh to better sounding ones. |
595 | init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups. |
632 | Updated init.d/modules, init.d/netmount to use 'use'. Lots of other |
|
|
633 | fixes/cleanups. |
|
|
634 | |
596 | Removed try() out of init.d/runscript.sh (why was this here ?). |
635 | Removed try() out of init.d/runscript.sh (why was this here ?). |
597 | |
636 | |
598 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
637 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
638 | |
599 | cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist. |
639 | Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it |
|
|
640 | doesn't exist. |
600 | |
641 | |
601 | init.d/hostname: Added check for a valid /etc/hostname. |
642 | init.d/hostname: Added check for a valid /etc/hostname. |
602 | |
643 | |
603 | init.d/keymaps: Added check for valid $KEYMAP. |
644 | init.d/keymaps: Added check for valid $KEYMAP. |
604 | |
645 | |
… | |
… | |
610 | not 'default' runlevel. |
651 | not 'default' runlevel. |
611 | |
652 | |
612 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
653 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
613 | this really needed (I cannot see that it is used anywhere ...)? |
654 | this really needed (I cannot see that it is used anywhere ...)? |
614 | |
655 | |
615 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
656 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
657 | |
616 | init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called |
658 | Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend |
617 | 'uses'. It basically have the same usage as 'need', except that it do not |
659 | called 'uses'. It basically have the same usage as 'need', except that it |
618 | start services that is not in the current and 'boot' runlevels. |
660 | do not start services that is not in the current and 'boot' runlevels. |
619 | |
661 | |
620 | Updated init.d/netmount to use the 'uses' depend. |
662 | Updated init.d/netmount to use the 'uses' depend. |
621 | |
663 | |
622 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
664 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
623 | not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
665 | |
624 | starting and stopping of services not to start depends. |
666 | Fixed init.d/runscript.sh not to destroy the 'need' depends in |
|
|
667 | /${svcdir}/need. This caused subsequent starting and stopping of services |
|
|
668 | not to start depends. |
625 | |
669 | |
626 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
670 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
627 | where the ${svcdir}/softscripts directory got destroyed before stopping |
671 | |
628 | running services scheduled to be stopped. This with the fact that $SOFTLEVEL |
672 | Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got |
629 | was set too early, caused the services to be stopped in the wrong order. |
673 | destroyed before stopping running services scheduled to be stopped. This |
|
|
674 | with the fact that $SOFTLEVEL was set too early, caused the services to be |
|
|
675 | stopped in the wrong order. |
630 | |
676 | |
631 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
677 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
678 | |
632 | check if any network filesystems is mounted. |
679 | Modified init.d/netmount to check if any network filesystems is mounted. |
633 | |
680 | |
634 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
681 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
635 | some awk and grep magic to find all remote filesystems and umount them. |
682 | some awk and grep magic to find all remote filesystems and umount them. |
636 | |
683 | |
637 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
684 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
638 | (missing "/"); it now actually checks the root filesystem. Also, a |
685 | |
639 | localmount cleanliness fix. |
686 | A fix for checkroot (missing "/"); it now actually checks the root |
|
|
687 | filesystem. Also, a localmount cleanliness fix. |
640 | |
688 | |
641 | * rc-scripts 1.1.7 (18 Oct 2001) |
689 | * rc-scripts 1.1.7 (18 Oct 2001) |
642 | |
690 | |
643 | [old changelog format follows] |
691 | [old changelog format follows] |
644 | |
692 | |
… | |
… | |
679 | Brand new message functions (ewarn). |
727 | Brand new message functions (ewarn). |
680 | |
728 | |
681 | *sbin/init, init.d/checkroot |
729 | *sbin/init, init.d/checkroot |
682 | We're going back to a /proc/mounts-based mtab symlink because it's |
730 | We're going back to a /proc/mounts-based mtab symlink because it's |
683 | just plain better. Appropriate changes made. |
731 | just plain better. Appropriate changes made. |
|
|
732 | |
|
|
733 | # vim:expandtab |