| 1 | # ChangeLog for Gentoo System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo System Intialization ("rc") scripts |
| 2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2 |
2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2 |
|
|
3 | |
|
|
4 | 19 May 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
5 | |
|
|
6 | Merged Paul Pacheco's parallel startup #69854 and modules update |
|
|
7 | #55329 patches |
|
|
8 | |
|
|
9 | If RC_PARALLEL_STARTUP==yes then we no longer output einfo/ebegin |
|
|
10 | messages as they don't line up on screen correctly - instead we output |
|
|
11 | service ${myservice} starting/started/stopping/stopped/failed |
| 3 | |
12 | |
| 4 | 17 May 2005; Mike Frysinger <vapier@gentoo.org>: |
13 | 17 May 2005; Mike Frysinger <vapier@gentoo.org>: |
| 5 | |
14 | |
| 6 | Make sure /dev is mounted with exec since many video drivers need to |
15 | Make sure /dev is mounted with exec since many video drivers need to |
| 7 | mmap() device nodes in there with exec access #92921 by Lachlan Pease. |
16 | mmap() device nodes in there with exec access #92921 by Lachlan Pease. |