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 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): more fixes to |
|
|
6 | 'after' and 'before', updated /etc/init.d/runscript.sh for this. |
|
|
7 | This should fix services not getting started in the correct order |
|
|
8 | in a tight loop, services getting stopped out of order, and some |
|
|
9 | other sanity checks. |
|
|
10 | |
|
|
11 | Updated rc-script.sh for updated help. |
|
|
12 | |
|
|
13 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): update |
|
|
14 | /etc/profile to resolve bug #588. |
|
|
15 | |
|
|
16 | Reimplemented things a bit, and added the 'after' type. 'before' |
|
|
17 | and 'after' will only work currently for a change of runlevel. |
|
|
18 | Updated /etc/init.d/depscan.sh, /etc/init.d/runscript.sh and |
|
|
19 | /sbin/rc for it. |
|
|
20 | |
|
|
21 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): add some more |
|
|
22 | entries to /etc/devfsd.conf to make alsa users life easier ... |
|
|
23 | thanks Tod. |
|
|
24 | |
|
|
25 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Some more |
|
|
26 | cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
|
|
27 | |
|
|
28 | Fixed some services not starting again when restarting a service. |
|
|
29 | Seems simple is still the best way. |
|
|
30 | |
|
|
31 | Fixed some other problems created with feature additions and cleanups. |
|
|
32 | |
|
|
33 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): General cleanups |
|
|
34 | to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
|
|
35 | |
|
|
36 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
|
|
37 | started first. |
|
|
38 | |
|
|
39 | Added 'use *' to /etc/init.d/local to make sure it gets started |
|
|
40 | last. |
|
|
41 | |
|
|
42 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc |
|
|
43 | to stop a service on change of runlevel if it is in 'use' by |
|
|
44 | another service. |
|
|
45 | |
|
|
46 | Added the 'provide' depend type for creating virtual services. |
|
|
47 | Updated /etc/init.d/depscan.sh for this. |
|
|
48 | |
|
|
49 | Added the 'before' depend type. This is more for changing the |
|
|
50 | order services start in. Updated /etc/init.d/depscan.sh and |
|
|
51 | /etc/init.d/functions.sh for this. |
|
|
52 | |
|
|
53 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
|
|
54 | dependancy types. This can be used with 'use' and 'before' to |
|
|
55 | start a script last or first respectively. |
|
|
56 | |
|
|
57 | Added save_options() and get_options() to /etc/init.d/functions.sh |
|
|
58 | for saving misc settings between startup/shutdown. Updated |
|
|
59 | /etc/init.d/net.eth0 to use these and properly down virtual |
|
|
60 | interfaces. |
|
|
61 | |
|
|
62 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated both |
|
|
63 | /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet on no |
|
|
64 | errors. |
|
|
65 | |
|
|
66 | * rc-scripts 1.2.6 (6 Feb 2002) |
|
|
67 | |
|
|
68 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated /etc/net.eth0 |
|
|
69 | to specify the gateway device via the $gateway variable (something like |
|
|
70 | gateway="eth0/192.168.0.1"). |
|
|
71 | |
|
|
72 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): added rc-script |
|
|
73 | /etc/init.d/numlock, for enabling numlock at boot. |
|
|
74 | |
|
|
75 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): hopefully the |
|
|
76 | last fix to /etc/init.d/netmount to umount cleanly. This fix |
|
|
77 | implements a retry if not successful the first time, and will |
|
|
78 | kill processess using the mount. Also small type-o fix to |
|
|
79 | /etc/init.d/halt.sh. |
4 | |
80 | |
5 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
81 | 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. |
82 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
7 | Fixed /etc/passwd,group for user/group mysql. |
83 | Fixed /etc/passwd,group for user/group mysql. |
8 | |
84 | |