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 | * rc-scripts 1.3.1 (23 Mar 2002) |
|
|
6 | |
|
|
7 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new |
|
|
8 | release since there are a lot of important bug fixes in here that |
|
|
9 | are needed. |
|
|
10 | |
|
|
11 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
12 | |
|
|
13 | Resolve bug #1292. |
|
|
14 | |
|
|
15 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
|
|
16 | Spidler. |
|
|
17 | |
|
|
18 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
19 | |
|
|
20 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
|
|
21 | version, 'cat /proc/mounts'. |
|
|
22 | |
|
|
23 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
24 | |
|
|
25 | Add initial support for the --quiet flag that suppress output. |
|
|
26 | |
|
|
27 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
28 | |
|
|
29 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
|
|
30 | as not all errors by depscan.sh is critical. It should be |
|
|
31 | reworked to do better error handeling. |
|
|
32 | |
|
|
33 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
34 | |
|
|
35 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
|
|
36 | /etc/group to match those of Debian, FBSD and others. Thanks |
|
|
37 | to those who reported it, and Woodchip for looking up the |
|
|
38 | proper values. |
|
|
39 | |
|
|
40 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
|
|
41 | This resolves bug #1150, thanks to Paul Fleischer. |
4 | |
42 | |
5 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
43 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
44 | |
7 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
45 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
8 | as some users have /usr on seperate partition which is not |
46 | as some users have /usr on seperate partition which is not |