| 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 2001 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
|
|
4 | |
|
|
5 | 1 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: added a wrapper for |
|
|
6 | sourcing the rc-scripts to eliminate syntax errors. Thanks to |
|
|
7 | Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
|
|
8 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
|
|
9 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
|
|
10 | |
|
|
11 | Removed stopping of dependant services that have current service as |
|
|
12 | a 'use'dependancy ... should be less confusing now. |
|
|
13 | Updated /etc/init.d/runscript.sh for this. |
| 4 | |
14 | |
| 5 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/conf.d/local.start |
15 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/conf.d/local.start |
| 6 | and /etc/conf.d/local.stop for adding any misc programs to startup. This |
16 | and /etc/conf.d/local.stop for adding any misc programs to startup. This |
| 7 | should pretty much have /etc/init.d/ static, except for baselayout updates, |
17 | should pretty much have /etc/init.d/ static, except for baselayout updates, |
| 8 | etc. |
18 | etc. |