| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002-2003 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 | 26 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Fix /etc/init.d/halt.sh to reset pam_console permissions, else |
|
|
8 | the next bootup might be done with some non-root nodes which cause |
|
|
9 | some odd issues. |
| 4 | |
10 | |
| 5 | 16 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
11 | 16 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
12 | |
| 7 | Fix carrier detection - we need to do a 'ifconfig $IFACE up' else |
13 | Fix carrier detection - we need to do a 'ifconfig $IFACE up' else |
| 8 | some drivers do not set the IFF_RUNNING bit, bug #33272, thanks to |
14 | some drivers do not set the IFF_RUNNING bit, bug #33272, thanks to |