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 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
6 | |
|
|
7 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
8 | |
|
|
9 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
10 | |
|
|
11 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
12 | |
|
|
13 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
14 | bug #6887. |
|
|
15 | |
|
|
16 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
17 | This closes bug #6378. |
|
|
18 | |
|
|
19 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
20 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
21 | |
|
|
22 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
23 | |
|
|
24 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
25 | |
|
|
26 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
27 | line for getting devfs to work with pam_console. |
|
|
28 | |
|
|
29 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
30 | |
|
|
31 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
32 | the user selected one, fixing bug #6295. |
|
|
33 | |
|
|
34 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
35 | |
|
|
36 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
37 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
38 | loop exists too early. Resolves bug #5961. |
|
|
39 | |
|
|
40 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
41 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
42 | |
|
|
43 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
44 | |
|
|
45 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
46 | |
|
|
47 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
48 | |
|
|
49 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
50 | |
|
|
51 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
52 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
53 | |
|
|
54 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
55 | |
|
|
56 | Fix the 'Usage' line in the help to return the correct options for |
|
|
57 | the script (/sbin/runscript.sh). Resolve bug #6029. |
4 | |
58 | |
5 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
59 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
6 | |
60 | |
7 | Added UPS shutdown support for nut to halt.sh. |
61 | Added UPS shutdown support for nut to halt.sh. |
8 | Added nut user/group as uid/gid 84. |
62 | Added nut user/group as uid/gid 84. |
… | |
… | |
47 | |
101 | |
48 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
102 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
49 | mounted automatically on boot. This requires awk in /bin, so baselayout |
103 | mounted automatically on boot. This requires awk in /bin, so baselayout |
50 | should depend on >=sys-apps/gawk-3.1.0-r3. |
104 | should depend on >=sys-apps/gawk-3.1.0-r3. |
51 | |
105 | |
52 | * rc-scripts 1.3.6 (17 Jul 2002) |
106 | * rc-scripts 1.3.7 (17 Jul 2002) |
53 | |
107 | |
54 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
108 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
55 | |
109 | |
56 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
110 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
57 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
111 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |