| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2001 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 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): hopefully the |
|
|
6 | last fix to /etc/init.d/netmount to umount cleanly. This fix |
|
|
7 | implements a retry if not successful the first time, and will |
|
|
8 | kill processess using the mount. Also small type-o fix to |
|
|
9 | /etc/init.d/halt.sh. |
| 4 | |
10 | |
| 5 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
11 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
| 6 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
12 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
| 7 | Fixed /etc/passwd,group for user/group mysql. |
13 | Fixed /etc/passwd,group for user/group mysql. |
| 8 | |
14 | |