| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002 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 | * rc-scripts 1.3.8 (08 Aug 2002) |
| 4 | |
6 | |
| 5 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
7 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
8 | |
| 7 | Move the color ls stuff to .bashrc. Fix bug #5250. |
9 | Move the color ls stuff to .bashrc. Fix bug #5250. |
| 8 | |
10 | |
| … | |
… | |
| 61 | |
63 | |
| 62 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
64 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
| 63 | mounted automatically on boot. This requires awk in /bin, so baselayout |
65 | mounted automatically on boot. This requires awk in /bin, so baselayout |
| 64 | should depend on >=sys-apps/gawk-3.1.0-r3. |
66 | should depend on >=sys-apps/gawk-3.1.0-r3. |
| 65 | |
67 | |
| 66 | * rc-scripts 1.3.6 (17 Jul 2002) |
68 | * rc-scripts 1.3.7 (17 Jul 2002) |
| 67 | |
69 | |
| 68 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
70 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 69 | |
71 | |
| 70 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
72 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
| 71 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
73 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |