| 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 | 04 Sep 2005; Martin Schlemmer <azarah@gentoo.org>: |
|
|
5 | |
|
|
6 | Do not unmount /usr, but rather remount it ro, else we run into issues |
|
|
7 | with systems that have locales enabled, as the fuser call in halt.sh tries |
|
|
8 | to kill bash (due to it using /usr/lib/locale/*). |
| 3 | |
9 | |
| 4 | 03 Sep 2005; Martin Schlemmer <azarah@gentoo.org>: |
10 | 03 Sep 2005; Martin Schlemmer <azarah@gentoo.org>: |
| 5 | |
11 | |
| 6 | Add warning about having LANG in env_whitelist, add TERM to system |
12 | Add warning about having LANG in env_whitelist, add TERM to system |
| 7 | env_whitelist, set argv[0] to '/bin/bash' and not 'runscript'. |
13 | env_whitelist, set argv[0] to '/bin/bash' and not 'runscript'. |