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. |
|
|
80 | |
|
|
81 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
|
|
82 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
|
|
83 | Fixed /etc/passwd,group for user/group mysql. |
|
|
84 | |
|
|
85 | 27 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added charset |
|
|
86 | map file support to /etc/init.d/consolefont and the setting to |
|
|
87 | /etc/rc.conf. |
|
|
88 | |
|
|
89 | 25 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed dircolors |
|
|
90 | in skel files to support both versions of dircolors. |
|
|
91 | |
|
|
92 | 23 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed bug |
|
|
93 | in the restart stuff of /etc/init.d/runscript.sh that caused |
|
|
94 | a restart of a 'net' service not to restart services again |
|
|
95 | that depended on it. |
|
|
96 | |
|
|
97 | * rc-scripts 1.2.5 (20 Jan 2002) |
|
|
98 | |
|
|
99 | 20 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
|
|
100 | /etc/init.d/net.eth0 to 'use' pcmcia. |
|
|
101 | |
|
|
102 | 8 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added '--sh' to |
|
|
103 | the dircolors command in /etc/skel/.bash_profile to handle cases |
|
|
104 | where bash do not export $SHELL. |
|
|
105 | |
|
|
106 | 6 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
|
|
107 | /etc/init.d/runscripts.sh, /etc/init.d/net.eth0, /etc/conf.d/net and |
|
|
108 | removed /etc/init.d/net.eth0-dhcp to reflect a new 'bsd-ish' config |
|
|
109 | scheme for the net.eth* scripts. |
|
|
110 | |
|
|
111 | 6 Jan 2002: Donny Davies (woodchip@gentoo.org): Removed email address |
|
|
112 | from manpages; no need for that.. |
|
|
113 | |
|
|
114 | 5 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fix type-o in |
|
|
115 | /etc/devfsd.conf; had 'dvd' in the cdrw stuff. |
4 | |
116 | |
5 | * rc-scripts 1.2.4 (30 Dec 2001) |
117 | * rc-scripts 1.2.4 (30 Dec 2001) |
6 | |
118 | |
7 | 30 Dec 2001: Daniel Robbins (drobbins@gentoo.org): Changed default umask |
119 | 30 Dec 2001: Daniel Robbins (drobbins@gentoo.org): Changed default umask |
8 | back to 022 as it should be. |
120 | back to 022 as it should be. |