| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL |
2 | # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
|
|
4 | |
|
|
5 | 28 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
6 | |
|
|
7 | Revert pam_console_apply udev check in bootmisc/halt.sh since |
|
|
8 | the bug is with pam_console_apply and not udev/pam. |
|
|
9 | |
|
|
10 | Use ${EUID} instead of $(id -u) to help out BSD in runscript.sh |
| 4 | |
11 | |
| 5 | 26 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
12 | 26 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
| 6 | |
13 | |
| 7 | Don't use -A with fsck to respect the fs_passno since it'll try |
14 | Don't use -A with fsck to respect the fs_passno since it'll try |
| 8 | to fsck all filesystems, not just the ones specified. Instead, |
15 | to fsck all filesystems, not just the ones specified. Instead, |