| 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 | 16 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | 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 |
|
|
9 | Jason Rhinelander <jason-gentoo@gossamer-threads.com> for the fix. |
| 4 | |
10 | |
| 5 | 15 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
11 | 15 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
12 | |
| 7 | Add a warning to cachedepends.awk if a rc-script's name ends in |
13 | Add a warning to cachedepends.awk if a rc-script's name ends in |
| 8 | '.sh', bug #33134. Add better error checking to /sbin/depscan.sh. |
14 | '.sh', bug #33134. Add better error checking to /sbin/depscan.sh. |