| 1 |
rc-scripts 1.1.7, released 18 Oct 2001 |
| 2 |
====================================== |
| 3 |
|
| 4 |
*lots of scripts; woodchip |
| 5 |
removed old rc5 scripts from cvs |
| 6 |
|
| 7 |
*init.d/runscript.sh; agriffis |
| 8 |
Added support for rc.conf and home-grown functions |
| 9 |
|
| 10 |
*init.d/modules; |
| 11 |
Now correctly looks at /etc/modules.autoload |
| 12 |
|
| 13 |
rc-scripts-1.1.6, released 15 Sep 2001 |
| 14 |
====================================== |
| 15 |
|
| 16 |
*init.d/runscript.sh, others |
| 17 |
Handling of "net" dependencies resolve to all net devices in |
| 18 |
/etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
| 19 |
variable in /etc/rc.conf has been removed. |
| 20 |
|
| 21 |
*init.d/runscript.sh |
| 22 |
New "zap" option for manually resetting the state of an initscript |
| 23 |
to stopped. |
| 24 |
|
| 25 |
*init.d/{samba,sysklogd,sshd} |
| 26 |
Removed from CVS; they live in their respective packages. |
| 27 |
|
| 28 |
rc-scripts-1.1.5, released 02 Sep 2001 |
| 29 |
==================================== |
| 30 |
|
| 31 |
*sbin/rc-update |
| 32 |
New version of the rc-update command for the new initscripts. Works |
| 33 |
similarly to the old version, except this one updates our dependency |
| 34 |
cache. |
| 35 |
|
| 36 |
*init.d/functions.sh |
| 37 |
New and better looking informational message functions (einfo, einfon). |
| 38 |
Brand new message functions (ewarn). |
| 39 |
|
| 40 |
*sbin/init, init.d/checkroot |
| 41 |
We're going back to a /proc/mounts-based mtab symlink because it's |
| 42 |
just plain better. Appropriate changes made. |