| 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 | 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 |
|
|
7 | should pretty much have /etc/init.d/ static, except for baselayout updates, |
|
|
8 | etc. |
| 4 | |
9 | |
| 5 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: in some wierd cases, |
10 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: in some wierd cases, |
| 6 | a redundent /dev/.devfsd on a unmounted /dev can cause problems. Fixed |
11 | a redundent /dev/.devfsd on a unmounted /dev can cause problems. Fixed |
| 7 | this in /sbin/rc. |
12 | this in /sbin/rc. |
| 8 | |
13 | |