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 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
|
|
8 | for this. |
|
|
9 | |
|
|
10 | With the "before" and "after" stuff, recursion levels was getting too high, |
|
|
11 | and with some cases, things just plain did not work as it should. Reworked |
|
|
12 | things to to lower the levels of recursion and get the order right. Updated |
|
|
13 | /etc/init.d/runscript.sh for this. |
|
|
14 | |
|
|
15 | Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where |
|
|
16 | ${svcdir}/softlevel did not always exist, but runscript.sh tried to open it. |
|
|
17 | |
|
|
18 | Enhance --quiet support. Updated /etc/init.d/functions.sh for this. |
|
|
19 | |
|
|
20 | Remove /etc/pwdb.conf, as pwdb already install a copy of this. |
|
|
21 | |
|
|
22 | Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. |
4 | |
23 | |
5 | * rc-scripts 1.3.1 (23 Mar 2002) |
24 | * rc-scripts 1.3.1 (23 Mar 2002) |
6 | |
25 | |
7 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
26 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
8 | DHCP lease release from Jim Nutt. |
27 | DHCP lease release from Jim Nutt. |