| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
| 4 | |
4 | |
| 5 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so |
5 | * rc-scripts 1.1.8 (15 Nov 2001) |
| 6 | I added some awk and grep magic to find all remote filesystems and |
6 | |
| 7 | umount them. |
7 | 16 Nov 2001; removed bogus "mountall.test" script. |
| 8 | |
8 | |
|
|
9 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
|
|
10 | init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not |
|
|
11 | 'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded |
|
|
12 | for loop from init.d/depscan.sh, and other fixes. Updated names of new |
|
|
13 | functions in init.d/runscript.sh to better sounding ones. Updated |
|
|
14 | init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups. |
|
|
15 | Removed try() out of init.d/runscript.sh (why was this here ?). |
|
|
16 | |
|
|
17 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
|
|
18 | cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist. |
|
|
19 | |
|
|
20 | init.d/hostname: Added check for a valid /etc/hostname. |
|
|
21 | |
|
|
22 | init.d/keymaps: Added check for valid $KEYMAP. |
|
|
23 | |
|
|
24 | init.d/modules: Added sysklogd, metalog, syslog-ng as 'use' deps. This |
|
|
25 | should solve Woodchip's syslog+glue issue. We just have to change the |
|
|
26 | console loglevel for metalog and syslog-ng (sysklogd already updated) not to |
|
|
27 | output info and warnings, etc to the console, then boot will be much cleaner. |
|
|
28 | Also the install guide will need changing to add the loggers to 'boot' and |
|
|
29 | not 'default' runlevel. |
|
|
30 | |
|
|
31 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
|
|
32 | this really needed (I cannot see that it is used anywhere ...)? |
|
|
33 | |
|
|
34 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
|
|
35 | init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called |
|
|
36 | 'uses'. It basically have the same usage as 'need', except that it do not |
|
|
37 | start services that is not in the current and 'boot' runlevels. |
|
|
38 | |
|
|
39 | Updated init.d/netmount to use the 'uses' depend. |
|
|
40 | |
|
|
41 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
|
|
42 | not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
|
|
43 | starting and stopping of services not to start depends. |
|
|
44 | |
|
|
45 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
|
|
46 | where the ${svcdir}/softscripts directory got destroyed before stopping |
|
|
47 | running services scheduled to be stopped. This with the fact that $SOFTLEVEL |
|
|
48 | was set too early, caused the services to be stopped in the wrong order. |
|
|
49 | |
|
|
50 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
|
|
51 | check if any network filesystems is mounted. |
|
|
52 | |
|
|
53 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
|
|
54 | some awk and grep magic to find all remote filesystems and umount them. |
|
|
55 | |
| 9 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org) |
56 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
| 10 | A fix for checkroot (missing "/"); it now actually checks the root |
57 | (missing "/"); it now actually checks the root filesystem. Also, a |
| 11 | filesystem. Also, a localmount cleanliness fix. |
58 | localmount cleanliness fix. |
| 12 | |
59 | |
| 13 | * rc-scripts 1.1.7 (18 Oct 2001) |
60 | * rc-scripts 1.1.7 (18 Oct 2001) |
| 14 | |
61 | |
| 15 | [old changelog format follows] |
62 | [old changelog format follows] |
| 16 | |
63 | |