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 | 24 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Optimize USB fs stuff in /etc/init.d/localmount to use less cats etc. |
|
|
8 | Fix a problem where it might not have mounted the USB fs when usbcore |
|
|
9 | was compiled as module, and the kernel did not mount it by the time |
|
|
10 | the script was started. Get it to rather check what filesystems is |
|
|
11 | supported when deciding if it should use 'usbdevfs' or 'usbfs', as |
|
|
12 | later 2.4 kernels now also support the newer 'usbfs'. |
|
|
13 | |
|
|
14 | 16 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
15 | |
|
|
16 | Update sbin/rc-envupdate.sh.bash for bug #17549. |
|
|
17 | |
|
|
18 | * rc-scripts 1.4.3.4 (16 March 2003) |
|
|
19 | |
|
|
20 | 16 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
21 | |
|
|
22 | Add /etc/issue done by a Polish ascii-artists, v|rus with some slight |
|
|
23 | modifications (purple and display hostname, etc). Closes bug #16806. |
|
|
24 | |
|
|
25 | Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to |
|
|
26 | work properly. Closes bug #17348. |
|
|
27 | |
|
|
28 | Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown |
|
|
29 | of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0. |
|
|
30 | |
|
|
31 | 11 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
32 | |
|
|
33 | Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low |
|
|
34 | <lostlogic@gentoo.org>! |
4 | |
35 | |
5 | 10 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
36 | 10 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
37 | |
7 | Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
38 | Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
8 | and /etc/init.d/halt.sh for this. |
39 | and /etc/init.d/halt.sh for this. |