| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
| 4 | |
4 | |
|
|
5 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
|
|
8 | is needed, else /usr/bin/newgrp segfault. |
|
|
9 | |
| 5 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
10 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
11 | |
| 7 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
12 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
| 8 | Thanks to Väinö Järvelä for this fix. |
13 | Thanks to Väinö Järvelä for this fix. |
| 9 | |
14 | |
| 10 | Update /etc/profile to also set the PS? variables if $SHELL |
15 | Update /etc/profile to also set the PS? variables if $SHELL |
| 11 | is set to /bin/sh. This should make prompt colours in |
16 | is set to /bin/sh. This should make prompt colours in |
| 12 | bootstrap work again. |
17 | bootstrap work again. |
| 13 | |
18 | |
| 14 | Move LVM stuff to checkfs to ensure that they get fscked. |
19 | Move LVM stuff to checkfs to ensure that they get fscked. |
| 15 | This resolves bug #1552. |
20 | This resolves bug #1552. |
| 16 | |
21 | |
| 17 | * rc-scripts 1.3.3 (5 April 2002) |
22 | * rc-scripts 1.3.3 (5 April 2002) |
| 18 | |
23 | |
| 19 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
24 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 20 | |
25 | |