| 1 |
drobbins |
1.6 |
# ChangeLog for Gentoo Linux System Intialization ("rc") scripts
|
| 2 |
|
|
# Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL
|
| 3 |
|
|
# Written by Daniel Robbins (drobbins@gentoo.org)
|
| 4 |
|
|
|
| 5 |
drobbins |
1.10 |
25 Nov 2001; Fixed init.d/clock script to work in UTC mode.
|
| 6 |
|
|
|
| 7 |
woodchip |
1.9 |
17 Nov 2001; Donny Davies (woodchip@gentoo.org): Added /etc/shells file
|
| 8 |
|
|
to rc-scripts. Can remove it from sys-libs/shadow at the next release.
|
| 9 |
|
|
|
| 10 |
drobbins |
1.8 |
* rc-scripts 1.1.8 (15 Nov 2001)
|
| 11 |
|
|
|
| 12 |
|
|
16 Nov 2001; removed bogus "mountall.test" script.
|
| 13 |
drobbins |
1.7 |
|
| 14 |
drobbins |
1.8 |
15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated
|
| 15 |
|
|
init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not
|
| 16 |
|
|
'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded
|
| 17 |
|
|
for loop from init.d/depscan.sh, and other fixes. Updated names of new
|
| 18 |
|
|
functions in init.d/runscript.sh to better sounding ones. Updated
|
| 19 |
|
|
init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups.
|
| 20 |
|
|
Removed try() out of init.d/runscript.sh (why was this here ?).
|
| 21 |
|
|
|
| 22 |
|
|
14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now
|
| 23 |
|
|
cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist.
|
| 24 |
|
|
|
| 25 |
|
|
init.d/hostname: Added check for a valid /etc/hostname.
|
| 26 |
|
|
|
| 27 |
|
|
init.d/keymaps: Added check for valid $KEYMAP.
|
| 28 |
|
|
|
| 29 |
|
|
init.d/modules: Added sysklogd, metalog, syslog-ng as 'use' deps. This
|
| 30 |
|
|
should solve Woodchip's syslog+glue issue. We just have to change the
|
| 31 |
|
|
console loglevel for metalog and syslog-ng (sysklogd already updated) not to
|
| 32 |
|
|
output info and warnings, etc to the console, then boot will be much cleaner.
|
| 33 |
|
|
Also the install guide will need changing to add the loggers to 'boot' and
|
| 34 |
|
|
not 'default' runlevel.
|
| 35 |
|
|
|
| 36 |
|
|
init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is
|
| 37 |
|
|
this really needed (I cannot see that it is used anywhere ...)?
|
| 38 |
|
|
|
| 39 |
|
|
13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated
|
| 40 |
|
|
init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called
|
| 41 |
|
|
'uses'. It basically have the same usage as 'need', except that it do not
|
| 42 |
|
|
start services that is not in the current and 'boot' runlevels.
|
| 43 |
|
|
|
| 44 |
|
|
Updated init.d/netmount to use the 'uses' depend.
|
| 45 |
|
|
|
| 46 |
|
|
11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh
|
| 47 |
|
|
not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent
|
| 48 |
|
|
starting and stopping of services not to start depends.
|
| 49 |
|
|
|
| 50 |
|
|
7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc
|
| 51 |
|
|
where the ${svcdir}/softscripts directory got destroyed before stopping
|
| 52 |
|
|
running services scheduled to be stopped. This with the fact that $SOFTLEVEL
|
| 53 |
|
|
was set too early, caused the services to be stopped in the wrong order.
|
| 54 |
|
|
|
| 55 |
|
|
30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to
|
| 56 |
|
|
check if any network filesystems is mounted.
|
| 57 |
|
|
|
| 58 |
|
|
29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added
|
| 59 |
|
|
some awk and grep magic to find all remote filesystems and umount them.
|
| 60 |
|
|
|
| 61 |
|
|
29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot
|
| 62 |
|
|
(missing "/"); it now actually checks the root filesystem. Also, a
|
| 63 |
|
|
localmount cleanliness fix.
|
| 64 |
drobbins |
1.6 |
|
| 65 |
|
|
* rc-scripts 1.1.7 (18 Oct 2001)
|
| 66 |
|
|
|
| 67 |
|
|
[old changelog format follows]
|
| 68 |
drobbins |
1.5 |
|
| 69 |
|
|
*lots of scripts; woodchip
|
| 70 |
|
|
removed old rc5 scripts from cvs
|
| 71 |
|
|
|
| 72 |
|
|
*init.d/runscript.sh; agriffis
|
| 73 |
|
|
Added support for rc.conf and home-grown functions
|
| 74 |
|
|
|
| 75 |
|
|
*init.d/modules;
|
| 76 |
drobbins |
1.4 |
Now correctly looks at /etc/modules.autoload
|
| 77 |
|
|
|
| 78 |
drobbins |
1.3 |
rc-scripts-1.1.6, released 15 Sep 2001
|
| 79 |
|
|
======================================
|
| 80 |
|
|
|
| 81 |
|
|
*init.d/runscript.sh, others
|
| 82 |
|
|
Handling of "net" dependencies resolve to all net devices in
|
| 83 |
|
|
/etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES
|
| 84 |
|
|
variable in /etc/rc.conf has been removed.
|
| 85 |
|
|
|
| 86 |
drobbins |
1.2 |
*init.d/runscript.sh
|
| 87 |
|
|
New "zap" option for manually resetting the state of an initscript
|
| 88 |
|
|
to stopped.
|
| 89 |
|
|
|
| 90 |
|
|
*init.d/{samba,sysklogd,sshd}
|
| 91 |
|
|
Removed from CVS; they live in their respective packages.
|
| 92 |
|
|
|
| 93 |
drobbins |
1.1 |
rc-scripts-1.1.5, released 02 Sep 2001
|
| 94 |
|
|
====================================
|
| 95 |
|
|
|
| 96 |
|
|
*sbin/rc-update
|
| 97 |
|
|
New version of the rc-update command for the new initscripts. Works
|
| 98 |
|
|
similarly to the old version, except this one updates our dependency
|
| 99 |
|
|
cache.
|
| 100 |
|
|
|
| 101 |
|
|
*init.d/functions.sh
|
| 102 |
|
|
New and better looking informational message functions (einfo, einfon).
|
| 103 |
|
|
Brand new message functions (ewarn).
|
| 104 |
|
|
|
| 105 |
|
|
*sbin/init, init.d/checkroot
|
| 106 |
|
|
We're going back to a /proc/mounts-based mtab symlink because it's
|
| 107 |
|
|
just plain better. Appropriate changes made.
|