| 1 |
# 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 |
29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so
|
| 6 |
I added some awk and grep magic to find all remote filesystems and
|
| 7 |
umount them.
|
| 8 |
|
| 9 |
29 Oct 2001; Martin Schlemmer (azarah@gentoo.org)
|
| 10 |
A fix for checkroot (missing "/"); it now actually checks the root
|
| 11 |
filesystem. Also, a localmount cleanliness fix.
|
| 12 |
|
| 13 |
* rc-scripts 1.1.7 (18 Oct 2001)
|
| 14 |
|
| 15 |
[old changelog format follows]
|
| 16 |
|
| 17 |
*lots of scripts; woodchip
|
| 18 |
removed old rc5 scripts from cvs
|
| 19 |
|
| 20 |
*init.d/runscript.sh; agriffis
|
| 21 |
Added support for rc.conf and home-grown functions
|
| 22 |
|
| 23 |
*init.d/modules;
|
| 24 |
Now correctly looks at /etc/modules.autoload
|
| 25 |
|
| 26 |
rc-scripts-1.1.6, released 15 Sep 2001
|
| 27 |
======================================
|
| 28 |
|
| 29 |
*init.d/runscript.sh, others
|
| 30 |
Handling of "net" dependencies resolve to all net devices in
|
| 31 |
/etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES
|
| 32 |
variable in /etc/rc.conf has been removed.
|
| 33 |
|
| 34 |
*init.d/runscript.sh
|
| 35 |
New "zap" option for manually resetting the state of an initscript
|
| 36 |
to stopped.
|
| 37 |
|
| 38 |
*init.d/{samba,sysklogd,sshd}
|
| 39 |
Removed from CVS; they live in their respective packages.
|
| 40 |
|
| 41 |
rc-scripts-1.1.5, released 02 Sep 2001
|
| 42 |
====================================
|
| 43 |
|
| 44 |
*sbin/rc-update
|
| 45 |
New version of the rc-update command for the new initscripts. Works
|
| 46 |
similarly to the old version, except this one updates our dependency
|
| 47 |
cache.
|
| 48 |
|
| 49 |
*init.d/functions.sh
|
| 50 |
New and better looking informational message functions (einfo, einfon).
|
| 51 |
Brand new message functions (ewarn).
|
| 52 |
|
| 53 |
*sbin/init, init.d/checkroot
|
| 54 |
We're going back to a /proc/mounts-based mtab symlink because it's
|
| 55 |
just plain better. Appropriate changes made.
|