| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002-2003 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 | 04 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue), |
|
|
8 | bug #4222, thanks to Sean E Russell <ser@germane-software.com>, |
|
|
9 | Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show' |
|
|
10 | stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>. |
|
|
11 | |
|
|
12 | Fixed modules-update to only do the /etc/modprobe.conf generation if we |
|
|
13 | are actually running a 2.5+ kernel. |
| 4 | |
14 | |
| 5 | 29 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
15 | 29 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
16 | |
| 7 | Tweak /etc/init.d/check{root,fs} to set retval after each fsck call, |
17 | Tweak /etc/init.d/check{root,fs} to set retval after each fsck call, |
| 8 | and not the whole block. Tweak check checkroot to reboot if need be |
18 | and not the whole block. Tweak check checkroot to reboot if need be |