| 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 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
|
|
8 | is needed, else /usr/bin/newgrp segfault. |
|
|
9 | |
|
|
10 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
11 | |
|
|
12 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
|
|
13 | Thanks to Väinö Järvelä for this fix. |
|
|
14 | |
|
|
15 | Update /etc/profile to also set the PS? variables if $SHELL |
|
|
16 | is set to /bin/sh. This should make prompt colours in |
|
|
17 | bootstrap work again. |
|
|
18 | |
|
|
19 | Move LVM stuff to checkfs to ensure that they get fscked. |
|
|
20 | This resolves bug #1552. |
|
|
21 | |
|
|
22 | * rc-scripts 1.3.3 (5 April 2002) |
|
|
23 | |
|
|
24 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
25 | |
|
|
26 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
|
|
27 | This is done to try and ensure system integrity. |
|
|
28 | |
|
|
29 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
30 | |
|
|
31 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
|
|
32 | |
|
|
33 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
|
|
34 | |
|
|
35 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
|
|
36 | |
|
|
37 | * rc-scripts 1.3.2 (24 Mar 2002) |
|
|
38 | |
|
|
39 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
40 | |
|
|
41 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
|
|
42 | for this. |
|
|
43 | |
|
|
44 | With the "before" and "after" stuff, recursion levels was getting too high, |
|
|
45 | and with some cases, things just plain did not work as it should. Reworked |
|
|
46 | things to to lower the levels of recursion and get the order right. Updated |
|
|
47 | /etc/init.d/runscript.sh for this. |
|
|
48 | |
|
|
49 | Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where |
|
|
50 | ${svcdir}/softlevel did not always exist, but runscript.sh tried to open it. |
|
|
51 | |
|
|
52 | Enhance --quiet support. Updated /etc/init.d/functions.sh for this. |
|
|
53 | |
|
|
54 | Remove /etc/pwdb.conf, as pwdb already install a copy of this. |
|
|
55 | |
|
|
56 | Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. |
|
|
57 | |
|
|
58 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
|
|
59 | and it seems it has fallen now to my discression. |
|
|
60 | |
|
|
61 | * rc-scripts 1.3.1 (23 Mar 2002) |
|
|
62 | |
|
|
63 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
|
|
64 | DHCP lease release from Jim Nutt. |
|
|
65 | |
|
|
66 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
|
|
67 | since there are a lot of important bug fixes in here that are needed. |
|
|
68 | |
|
|
69 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
70 | |
|
|
71 | Resolve bug #1292. |
|
|
72 | |
|
|
73 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
|
|
74 | Spidler. |
|
|
75 | |
|
|
76 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
77 | |
|
|
78 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
|
|
79 | version, 'cat /proc/mounts'. |
|
|
80 | |
|
|
81 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
82 | |
|
|
83 | Add initial support for the --quiet flag that suppress output. |
|
|
84 | |
|
|
85 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
86 | |
|
|
87 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
|
|
88 | as not all errors by depscan.sh is critical. It should be |
|
|
89 | reworked to do better error handeling. |
|
|
90 | |
|
|
91 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
92 | |
|
|
93 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
|
|
94 | /etc/group to match those of Debian, FBSD and others. Thanks |
|
|
95 | to those who reported it, and Woodchip for looking up the |
|
|
96 | proper values. |
|
|
97 | |
|
|
98 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
|
|
99 | This resolves bug #1150, thanks to Paul Fleischer. |
| 4 | |
100 | |
| 5 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
101 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
102 | |
| 7 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
103 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
| 8 | as some users have /usr on seperate partition which is not |
104 | as some users have /usr on seperate partition which is not |