| 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 | |
|
|
5 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
|
|
8 | /etc/group to match those of Debian, FBSD and others. Thanks |
|
|
9 | to those who reported it, and Woodchip for looking up the |
|
|
10 | proper values. |
|
|
11 | |
|
|
12 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
|
|
13 | This resolves bug #1150, thanks to Paul Fleischer. |
| 4 | |
14 | |
| 5 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
15 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
16 | |
| 7 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
17 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
| 8 | as some users have /usr on seperate partition which is not |
18 | as some users have /usr on seperate partition which is not |