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 | 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Update /etc/skel/.bashrc to update the window title of X terminals |
|
|
8 | that supports it. Closes bug #4232. |
|
|
9 | |
|
|
10 | 26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
11 | |
|
|
12 | Add sshd user and group. Updated /etc/passwd and /etc/group for this. |
|
|
13 | |
|
|
14 | Update /etc/inputrc to resolve bug #2599. |
|
|
15 | |
|
|
16 | 20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
17 | |
|
|
18 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
|
|
19 | /etc/env.d/00basic for this. |
|
|
20 | |
|
|
21 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
|
|
22 | Nothing official, but I spent enouth time on it not to want to loose it :) |
|
|
23 | |
|
|
24 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
|
|
25 | to give output to stderr. This was caused by a call to "stty", which when |
|
|
26 | run without a attatched terminal, have this effect. Basically just pipe |
|
|
27 | stderr to /dev/null. |
|
|
28 | |
|
|
29 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
30 | |
|
|
31 | Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving |
|
|
32 | bug #3363 |
|
|
33 | |
|
|
34 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
35 | |
|
|
36 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
|
|
37 | if portmap was not started. This is to stop "hang" problems for |
|
|
38 | new users who do not add portmap to the default runlevel. See |
|
|
39 | bug #2555. |
|
|
40 | |
|
|
41 | Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. |
|
|
42 | |
|
|
43 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
44 | |
|
|
45 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
|
|
46 | |
|
|
47 | 13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
48 | |
|
|
49 | Change the homes of user "at" and "cron" in /etc/passwd, as |
|
|
50 | they moved to /var/spool/cron... |
|
|
51 | |
|
|
52 | * rc-scripts 1.3.5 (12 May 2002) |
|
|
53 | |
|
|
54 | 12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
55 | |
|
|
56 | Make slight modifications to /sbin/depscan.sh to improve speed (about |
|
|
57 | 1 second on a celeron 633). |
|
|
58 | |
|
|
59 | Finally fix /sbin/runscript.sh to properly handle interdependencies |
|
|
60 | between types need/use and before/after on runlevel change. I can |
|
|
61 | actually kick myself for previous implementations, as this fix simplifies |
|
|
62 | things a lot, and is almost 30 lines of code less! |
|
|
63 | |
|
|
64 | Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
|
|
65 | It rather just exit with a warning, as I think most people have like |
|
|
66 | me mounts that are to boxes that are not always up. |
|
|
67 | |
|
|
68 | Resolve bug #2439 (should not use try with the dd command for ramdisk |
|
|
69 | stuff). Also increase the number of inodes used for the ramdisk to |
|
|
70 | fix "out of space" errors. Updated /sbin/rc for this. |
|
|
71 | |
|
|
72 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
73 | |
|
|
74 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
|
|
75 | backup files to generate /etc/profile.env. |
|
|
76 | |
|
|
77 | Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
|
|
78 | for this. |
|
|
79 | |
|
|
80 | 6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
81 | |
|
|
82 | Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
|
|
83 | /etc/env.d/ file. Same for $QTDIR. |
|
|
84 | |
|
|
85 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
86 | |
|
|
87 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
|
|
88 | and is needed for some fixes. |
|
|
89 | |
|
|
90 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
91 | |
|
|
92 | Update /etc/rc.conf to be more clear and state that you should |
|
|
93 | remove consolefont from startup if you do not use it. Should |
|
|
94 | resolve bug #2174. |
|
|
95 | |
|
|
96 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
|
|
97 | |
|
|
98 | Added user/group apache with uid/gid 81. |
|
|
99 | |
|
|
100 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
101 | |
|
|
102 | Remove the "-net" from the line setting the default gateway |
|
|
103 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
|
|
104 | noting this. |
|
|
105 | |
|
|
106 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
|
|
107 | |
|
|
108 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
|
|
109 | which is installed with the nfs-utils package. Also tidied up some |
|
|
110 | really old, leftover junk like the non-supported stuff from rc5. |
|
|
111 | Closes #1754. |
|
|
112 | |
|
|
113 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
114 | |
|
|
115 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
|
|
116 | other people have wierd problems. |
|
|
117 | |
|
|
118 | * rc-scripts 1.3.4 (21 April 2002) |
|
|
119 | |
|
|
120 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
121 | |
|
|
122 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
|
|
123 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
|
|
124 | |
|
|
125 | Implement the status commandline argument. Updated /sbin/runscript.sh |
|
|
126 | and /sbin/rc-help.sh for this. |
|
|
127 | |
|
|
128 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
|
|
129 | and AFTER. |
|
|
130 | |
|
|
131 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
132 | |
|
|
133 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
|
|
134 | is needed, else /usr/bin/newgrp segfault. |
|
|
135 | |
|
|
136 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
137 | |
|
|
138 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
|
|
139 | Thanks to Väinö Järvelä for this fix. |
|
|
140 | |
|
|
141 | Update /etc/profile to also set the PS? variables if $SHELL |
|
|
142 | is set to /bin/sh. This should make prompt colours in |
|
|
143 | bootstrap work again. |
|
|
144 | |
|
|
145 | Move LVM stuff to checkfs to ensure that they get fscked. |
|
|
146 | This resolves bug #1552. |
|
|
147 | |
|
|
148 | * rc-scripts 1.3.3 (5 April 2002) |
|
|
149 | |
|
|
150 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
151 | |
|
|
152 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
|
|
153 | This is done to try and ensure system integrity. |
|
|
154 | |
|
|
155 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
156 | |
|
|
157 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
|
|
158 | |
|
|
159 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
|
|
160 | |
|
|
161 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
|
|
162 | |
|
|
163 | * rc-scripts 1.3.2 (24 Mar 2002) |
4 | |
164 | |
5 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
165 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
166 | |
7 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
167 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
8 | for this. |
168 | for this. |
… | |
… | |
19 | |
179 | |
20 | Remove /etc/pwdb.conf, as pwdb already install a copy of this. |
180 | Remove /etc/pwdb.conf, as pwdb already install a copy of this. |
21 | |
181 | |
22 | Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. |
182 | Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. |
23 | |
183 | |
|
|
184 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
|
|
185 | and it seems it has fallen now to my discression. |
|
|
186 | |
24 | * rc-scripts 1.3.1 (23 Mar 2002) |
187 | * rc-scripts 1.3.1 (23 Mar 2002) |
25 | |
188 | |
26 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
189 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
27 | DHCP lease release from Jim Nutt. |
190 | DHCP lease release from Jim Nutt. |
28 | |
191 | |
… | |
… | |
72 | be working now, and this also fix a problem that when there is no |
235 | be working now, and this also fix a problem that when there is no |
73 | service providing a virtual, counter was used uninitialized. |
236 | service providing a virtual, counter was used uninitialized. |
74 | |
237 | |
75 | * rc-scripts 1.3.0 (10 March 2002) |
238 | * rc-scripts 1.3.0 (10 March 2002) |
76 | |
239 | |
77 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: Resolved |
240 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
241 | |
78 | bug #1021; updated /etc/init.d/consolefont for this. |
242 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
79 | |
243 | |
80 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
244 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
81 | |
245 | |
82 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
246 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
83 | and /etc/init.d/localmount for this. |
247 | and /etc/init.d/localmount for this. |
… | |
… | |
102 | to detect a error when mounting /proc (remember to thank Grant for |
266 | to detect a error when mounting /proc (remember to thank Grant for |
103 | his UserMode ebuilds, and Guide). |
267 | his UserMode ebuilds, and Guide). |
104 | |
268 | |
105 | * rc-scripts 1.2.9 (6 March 2002) |
269 | * rc-scripts 1.2.9 (6 March 2002) |
106 | |
270 | |
107 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: General form |
271 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
272 | |
108 | updates and some piping fixes. |
273 | General form updates and some piping fixes. |
109 | |
274 | |
110 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
275 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
111 | to fix a problem where startDM.sh would be respawned repeatedly |
276 | to fix a problem where startDM.sh would be respawned repeatedly |
112 | if xdm was not in the default runlevel. |
277 | if xdm was not in the default runlevel. |
113 | |
278 | |
114 | * rc-scripts 1.2.8 (4 March 2002) |
279 | * rc-scripts 1.2.8 (4 March 2002) |
115 | |
280 | |
116 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/init.d/xdm, |
281 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
117 | /etc/X11/startDM.sh and updated /etc/inittab to fix the "dead key" |
282 | |
118 | problem we had with xdm/gdm/kdm. We should move them to the |
283 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
|
|
284 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
119 | xfree ebuild later on when things settles down. |
285 | move them to the xfree ebuild later on when things settles down. |
120 | |
286 | |
121 | Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
287 | Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
122 | |
288 | |
123 | Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
289 | Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
124 | where we had a invalid $PATH on boot in some cases. |
290 | where we had a invalid $PATH on boot in some cases. |
… | |
… | |
126 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
292 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
127 | the new sys-apps/kbd package. |
293 | the new sys-apps/kbd package. |
128 | |
294 | |
129 | * rc-scripts 1.2.7 (3 March 2002) |
295 | * rc-scripts 1.2.7 (3 March 2002) |
130 | |
296 | |
131 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: fixed the problem |
297 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
298 | |
132 | of rc-scripts trying to start/stop a service multiple times if it |
299 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
133 | fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc for |
300 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
134 | this. |
301 | for this. |
135 | |
302 | |
136 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
303 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
137 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
304 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
138 | this. |
305 | this. |
139 | |
306 | |
… | |
… | |
144 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
311 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
145 | for security. |
312 | for security. |
146 | |
313 | |
147 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
314 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
148 | |
315 | |
149 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: added a wrapper for |
316 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
317 | |
150 | sourcing the rc-scripts to eliminate syntax errors. Thanks to |
318 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
151 | Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
319 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
152 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
320 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
153 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
321 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
154 | |
322 | |
155 | Removed stopping of dependant services that have current service as |
323 | Removed stopping of dependant services that have current service as |
156 | a 'use'dependancy ... should be less confusing now. |
324 | a 'use'dependancy ... should be less confusing now. |
157 | Updated /etc/init.d/runscript.sh for this. |
325 | Updated /etc/init.d/runscript.sh for this. |
158 | |
326 | |
159 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/conf.d/local.start |
327 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
160 | and /etc/conf.d/local.stop for adding any misc programs to startup. This |
328 | |
161 | should pretty much have /etc/init.d/ static, except for baselayout updates, |
329 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
162 | etc. |
330 | programs to startup. This should pretty much have /etc/init.d/ static, |
|
|
331 | except for baselayout updates, etc. |
163 | |
332 | |
164 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: in some wierd cases, |
333 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
334 | |
165 | a redundent /dev/.devfsd on a unmounted /dev can cause problems. Fixed |
335 | In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause |
166 | this in /sbin/rc. |
336 | problems. Fixed this in /sbin/rc. |
167 | |
337 | |
168 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
338 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
169 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
339 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
170 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
340 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
171 | |
341 | |
172 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: fix my brain dead |
342 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
173 | update of the 25th. It really should keep "gentoo=nodevfs" in mind. |
343 | |
174 | Also added 'get_bootparam()' to help in retrieving kernel options. |
344 | Fix my brain dead update of the 25th. It really should keep |
175 | Updated /etc/init.d/functions.sh, /etc/init.d/checkroot and /sbin/rc |
345 | "gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in |
176 | for this. |
346 | retrieving kernel options. Updated /etc/init.d/functions.sh, |
|
|
347 | /etc/init.d/checkroot and /sbin/rc for this. |
177 | |
348 | |
178 | Updated /etc/init.d/consolefont to work without devfs as well. |
349 | Updated /etc/init.d/consolefont to work without devfs as well. |
179 | |
350 | |
180 | When rebooting or shutting down, a service should not fail to stop |
351 | When rebooting or shutting down, a service should not fail to stop |
181 | if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
352 | if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
182 | for this. |
353 | for this. |
183 | |
354 | |
184 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: added a check if |
355 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
185 | /dev is mounted when creating entries for /etc/mtab. This should solve a |
356 | |
186 | invalid entry or /dev being mounted even with 'gentoo=nodevfs' option. |
357 | Added a check if /dev is mounted when creating entries for /etc/mtab. |
187 | Updated /etc/init.d/checkroot for this. |
358 | This should solve a invalid entry or /dev being mounted even with |
|
|
359 | 'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this. |
188 | |
360 | |
189 | 17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
361 | 17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
190 | filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
362 | filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
191 | just in a comment now) |
363 | just in a comment now) |
192 | |
364 | |
193 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): more fixes to 'after' and |
365 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
194 | 'before', updated /etc/init.d/runscript.sh for this. This should fix |
|
|
195 | services not getting started in the correct order in a tight loop, services |
|
|
196 | getting stopped out of order, and some other sanity checks. Updated |
|
|
197 | rc-script.sh for updated help. |
|
|
198 | |
366 | |
|
|
367 | Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for |
|
|
368 | this. This should fix services not getting started in the correct order |
|
|
369 | in a tight loop, services getting stopped out of order, and some other |
|
|
370 | sanity checks. Updated rc-script.sh for updated help. |
|
|
371 | |
199 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): update /etc/profile to |
372 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
200 | resolve bug #588. Reimplemented things a bit, and added the 'after' type. |
373 | |
201 | 'before' and 'after' will only work currently for a change of runlevel. |
374 | Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
202 | Updated /etc/init.d/depscan.sh, /etc/init.d/runscript.sh and /sbin/rc for it. |
375 | and added the 'after' type. 'before' and 'after' will only work currently |
|
|
376 | for a change of runlevel. Updated /etc/init.d/depscan.sh, |
|
|
377 | /etc/init.d/runscript.sh and /sbin/rc for this. |
203 | |
378 | |
204 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): add some more entries to |
379 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
205 | /etc/devfsd.conf to make alsa users life easier ... thanks Tod. |
380 | |
|
|
381 | Add some more entries to /etc/devfsd.conf to make alsa users life |
|
|
382 | easier ... thanks Tod. |
206 | |
383 | |
207 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Some more cleanups to |
384 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
385 | |
208 | /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
386 | Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
209 | |
387 | |
210 | Fixed some services not starting again when restarting a service. |
388 | Fixed some services not starting again when restarting a service. |
211 | Seems simple is still the best way. |
389 | Seems simple is still the best way. |
212 | |
390 | |
213 | Fixed some other problems created with feature additions and cleanups. |
391 | Fixed some other problems created with feature additions and cleanups. |
214 | |
392 | |
215 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): General cleanups to |
393 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
394 | |
216 | /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
395 | General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
217 | |
396 | |
218 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
397 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
219 | started first. |
398 | started first. |
220 | |
399 | |
221 | Added 'use *' to /etc/init.d/local to make sure it gets started |
400 | Added 'use *' to /etc/init.d/local to make sure it gets started |
222 | last. |
401 | last. |
223 | |
402 | |
224 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc |
403 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
404 | |
225 | to stop a service on change of runlevel if it is in 'use' by |
405 | Fixed /sbin/rc to stop a service on change of runlevel if it is |
226 | another service. |
406 | in 'use' by another service. |
227 | |
407 | |
228 | Added the 'provide' depend type for creating virtual services. |
408 | Added the 'provide' depend type for creating virtual services. |
229 | Updated /etc/init.d/depscan.sh for this. |
409 | Updated /etc/init.d/depscan.sh for this. |
230 | |
410 | |
231 | Added the 'before' depend type. This is more for changing the |
411 | Added the 'before' depend type. This is more for changing the |
… | |
… | |
239 | Added save_options() and get_options() to /etc/init.d/functions.sh |
419 | Added save_options() and get_options() to /etc/init.d/functions.sh |
240 | for saving misc settings between startup/shutdown. Updated |
420 | for saving misc settings between startup/shutdown. Updated |
241 | /etc/init.d/net.eth0 to use these and properly down virtual |
421 | /etc/init.d/net.eth0 to use these and properly down virtual |
242 | interfaces. |
422 | interfaces. |
243 | |
423 | |
244 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated both |
424 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
425 | |
245 | /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet on no |
426 | Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet |
246 | errors. |
427 | on no errors. |
247 | |
428 | |
248 | * rc-scripts 1.2.6 (6 Feb 2002) |
429 | * rc-scripts 1.2.6 (6 Feb 2002) |
249 | |
430 | |
250 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated /etc/net.eth0 |
|
|
251 | to specify the gateway device via the $gateway variable (something like |
|
|
252 | gateway="eth0/192.168.0.1"). |
|
|
253 | |
|
|
254 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): added rc-script |
431 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
432 | |
|
|
433 | Updated /etc/net.eth0 to specify the gateway device via the $gateway |
|
|
434 | variable (something like gateway="eth0/192.168.0.1"). |
|
|
435 | |
|
|
436 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
437 | |
255 | /etc/init.d/numlock, for enabling numlock at boot. |
438 | Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
256 | |
439 | |
257 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): hopefully the |
440 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
441 | |
258 | last fix to /etc/init.d/netmount to umount cleanly. This fix |
442 | Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix |
259 | implements a retry if not successful the first time, and will |
443 | implements a retry if not successful the first time, and will kill |
260 | kill processess using the mount. Also small type-o fix to |
444 | processess using the mount. Also small type-o fix to /etc/init.d/halt.sh. |
261 | /etc/init.d/halt.sh. |
|
|
262 | |
445 | |
263 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
446 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
264 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
447 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
265 | Fixed /etc/passwd,group for user/group mysql. |
448 | Fixed /etc/passwd,group for user/group mysql. |
266 | |
449 | |
… | |
… | |
305 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
488 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
306 | |
489 | |
307 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
490 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
308 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
491 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
309 | |
492 | |
310 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated |
493 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
494 | |
311 | /etc/init.d/depscan.sh to store info about missing dependancies of |
495 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
312 | type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
496 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
313 | to use this when starting a script ('need' dependancies is critical for |
497 | to use this when starting a script ('need' dependancies is critical for |
314 | startup). Added the broken() function to /etc/init.d/runscript.sh |
498 | startup). Added the broken() function to /etc/init.d/runscript.sh |
315 | to list the missing dependancies. |
499 | to list the missing dependancies. |
316 | |
500 | |
317 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
501 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
… | |
… | |
319 | |
503 | |
320 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
504 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
321 | eend(), but print a warning on error, not a error. Updated |
505 | eend(), but print a warning on error, not a error. Updated |
322 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
506 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
323 | |
507 | |
324 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c |
508 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
325 | to run /etc/init.d/rc-help.sh if no arguments is passed to a rc-script. |
509 | |
|
|
510 | Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments |
|
|
511 | is passed to a rc-script. |
326 | |
512 | |
327 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
513 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
328 | the rc-scripts. |
514 | the rc-scripts. |
329 | |
515 | |
330 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update |
516 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
517 | |
331 | /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
518 | Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
332 | halt and reboot. This fixes a problem where / was not unmounted |
519 | halt and reboot. This fixes a problem where / was not unmounted properly |
333 | properly in some cases. |
520 | in some cases. |
334 | |
521 | |
335 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to |
522 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
336 | to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and |
523 | |
337 | /etc/init.d/depscan.sh for this |
524 | Move $svcdir to to /etc/init.d/functions.sh, and update |
|
|
525 | /etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this |
338 | |
526 | |
339 | Modified /etc/init.d/runscript.sh to also restart the services that |
527 | Modified /etc/init.d/runscript.sh to also restart the services that |
340 | depend on a service if that service is restarted. Enhanced the |
528 | depend on a service if that service is restarted. Enhanced the |
341 | restart function to be able to have custom restart() functions in |
529 | restart function to be able to have custom restart() functions in |
342 | rc-scripts. The custom restart() have to use svc_stop() and |
530 | rc-scripts. The custom restart() have to use svc_stop() and |
… | |
… | |
344 | |
532 | |
345 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
533 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
346 | stop a service without stopping the services that depends on that |
534 | stop a service without stopping the services that depends on that |
347 | service. |
535 | service. |
348 | |
536 | |
349 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
537 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
350 | service without stopping the services that depends on that service. |
538 | service without stopping the services that depends on that service. |
351 | |
539 | |
352 | * rc-scripts 1.2.3 (18 Dec 2001) |
540 | * rc-scripts 1.2.3 (18 Dec 2001) |
353 | |
541 | |
354 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
542 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
355 | /sbin/init (old) to /sbin/rc (basically drop the init wrapper we used). |
543 | |
|
|
544 | Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the |
|
|
545 | init wrapper we used). |
356 | |
546 | |
357 | Some cleanups: take out the shm resize comment; |
547 | Some cleanups: take out the shm resize comment; |
358 | |
548 | |
359 | remove the $wrongmount; |
549 | remove the $wrongmount; |
360 | |
550 | |
… | |
… | |
371 | Also added functionality to detect if the kernel have DEVFS support |
561 | Also added functionality to detect if the kernel have DEVFS support |
372 | compiled in; seems new users thinks devfs is unstable and as they do |
562 | compiled in; seems new users thinks devfs is unstable and as they do |
373 | not always read the docs, it does not get compiled in ;/ Should |
563 | not always read the docs, it does not get compiled in ;/ Should |
374 | make live for us a bit easier. |
564 | make live for us a bit easier. |
375 | |
565 | |
376 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill |
566 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
377 | a cosmetic bug in the part that stops all the unneeded services. |
567 | |
|
|
568 | Fixed /sbin/rc to kill a cosmetic bug in the part that stops all |
|
|
569 | the unneeded services. |
378 | |
570 | |
379 | * rc-scripts 1.2.2 (8 Dec 2001) |
571 | * rc-scripts 1.2.2 (8 Dec 2001) |
380 | |
572 | |
381 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
573 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
382 | |
574 | |
… | |
… | |
393 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
585 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
394 | and one for update-modules.8. These were adapted from Debian. Updated |
586 | and one for update-modules.8. These were adapted from Debian. Updated |
395 | tarball.sh to include the new man directory. Updated baselayout to install |
587 | tarball.sh to include the new man directory. Updated baselayout to install |
396 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
588 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
397 | |
589 | |
398 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init |
590 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
591 | |
399 | to work correctly with the 'gentoo=nodevfs' option, and cleaned |
592 | Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
400 | out old code. |
593 | and cleaned out old code. |
401 | |
594 | |
402 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
595 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
403 | |
596 | |
404 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
597 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
598 | |
405 | /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
599 | Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
406 | that can be used for services that needs to have a logger started |
600 | that can be used for services that needs to have a logger started before |
407 | before they are started. Updated /etc/conf.d/basic with $SYSLOGGER |
601 | they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used |
408 | that is used to define what loggers the 'logger' depend represent. |
602 | to define what loggers the 'logger' depend represent. |
409 | |
603 | |
410 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
604 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
605 | |
411 | /etc/passwd and /etc/group with minor fixes to pass pwck and grpck. |
606 | Updated /etc/passwd and /etc/group with minor fixes to pass pwck |
|
|
607 | and grpck. |
412 | |
608 | |
413 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in |
609 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
610 | |
414 | /etc/profile for the user to 077 for security. |
611 | Changed umask in /etc/profile for the user to 077 for security. |
415 | |
612 | |
416 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
613 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
417 | 'source /etc/rc.conf' line. |
614 | 'source /etc/rc.conf' line. |
418 | |
615 | |
419 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
616 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
… | |
… | |
430 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
627 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
431 | removed notail from the ext2 boot partition, other cleanups. |
628 | removed notail from the ext2 boot partition, other cleanups. |
432 | |
629 | |
433 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
630 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
434 | |
631 | |
435 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf |
632 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
436 | and updated /sbin/init to use a new scheme for saving /dev permissions. |
633 | |
|
|
634 | Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving |
437 | Also moved /dev-state to /lib/dev-state which is a more standard location. |
635 | /dev permissions. Also moved /dev-state to /lib/dev-state which is a more |
|
|
636 | standard location. |
438 | |
637 | |
439 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
638 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
440 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
639 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
441 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
640 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
442 | changing runlevels did not want to work. |
641 | changing runlevels did not want to work. |
… | |
… | |
471 | |
670 | |
472 | * rc-scripts 1.1.8 (15 Nov 2001) |
671 | * rc-scripts 1.1.8 (15 Nov 2001) |
473 | |
672 | |
474 | 16 Nov 2001; removed bogus "mountall.test" script. |
673 | 16 Nov 2001; removed bogus "mountall.test" script. |
475 | |
674 | |
476 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
675 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
676 | |
477 | init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not |
677 | Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being |
478 | 'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded |
678 | 'use' not 'uses', as it fits better with 'need' (not 'needs'). Also |
479 | for loop from init.d/depscan.sh, and other fixes. Updated names of new |
679 | removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated |
480 | functions in init.d/runscript.sh to better sounding ones. Updated |
680 | names of new functions in init.d/runscript.sh to better sounding ones. |
481 | init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups. |
681 | Updated init.d/modules, init.d/netmount to use 'use'. Lots of other |
|
|
682 | fixes/cleanups. |
|
|
683 | |
482 | Removed try() out of init.d/runscript.sh (why was this here ?). |
684 | Removed try() out of init.d/runscript.sh (why was this here ?). |
483 | |
685 | |
484 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
686 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
687 | |
485 | cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist. |
688 | Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it |
|
|
689 | doesn't exist. |
486 | |
690 | |
487 | init.d/hostname: Added check for a valid /etc/hostname. |
691 | init.d/hostname: Added check for a valid /etc/hostname. |
488 | |
692 | |
489 | init.d/keymaps: Added check for valid $KEYMAP. |
693 | init.d/keymaps: Added check for valid $KEYMAP. |
490 | |
694 | |
… | |
… | |
496 | not 'default' runlevel. |
700 | not 'default' runlevel. |
497 | |
701 | |
498 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
702 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
499 | this really needed (I cannot see that it is used anywhere ...)? |
703 | this really needed (I cannot see that it is used anywhere ...)? |
500 | |
704 | |
501 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
705 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
706 | |
502 | init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called |
707 | Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend |
503 | 'uses'. It basically have the same usage as 'need', except that it do not |
708 | called 'uses'. It basically have the same usage as 'need', except that it |
504 | start services that is not in the current and 'boot' runlevels. |
709 | do not start services that is not in the current and 'boot' runlevels. |
505 | |
710 | |
506 | Updated init.d/netmount to use the 'uses' depend. |
711 | Updated init.d/netmount to use the 'uses' depend. |
507 | |
712 | |
508 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
713 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
509 | not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
714 | |
510 | starting and stopping of services not to start depends. |
715 | Fixed init.d/runscript.sh not to destroy the 'need' depends in |
|
|
716 | /${svcdir}/need. This caused subsequent starting and stopping of services |
|
|
717 | not to start depends. |
511 | |
718 | |
512 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
719 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
513 | where the ${svcdir}/softscripts directory got destroyed before stopping |
720 | |
514 | running services scheduled to be stopped. This with the fact that $SOFTLEVEL |
721 | Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got |
515 | was set too early, caused the services to be stopped in the wrong order. |
722 | destroyed before stopping running services scheduled to be stopped. This |
|
|
723 | with the fact that $SOFTLEVEL was set too early, caused the services to be |
|
|
724 | stopped in the wrong order. |
516 | |
725 | |
517 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
726 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
727 | |
518 | check if any network filesystems is mounted. |
728 | Modified init.d/netmount to check if any network filesystems is mounted. |
519 | |
729 | |
520 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
730 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
521 | some awk and grep magic to find all remote filesystems and umount them. |
731 | some awk and grep magic to find all remote filesystems and umount them. |
522 | |
732 | |
523 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
733 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
524 | (missing "/"); it now actually checks the root filesystem. Also, a |
734 | |
525 | localmount cleanliness fix. |
735 | A fix for checkroot (missing "/"); it now actually checks the root |
|
|
736 | filesystem. Also, a localmount cleanliness fix. |
526 | |
737 | |
527 | * rc-scripts 1.1.7 (18 Oct 2001) |
738 | * rc-scripts 1.1.7 (18 Oct 2001) |
528 | |
739 | |
529 | [old changelog format follows] |
740 | [old changelog format follows] |
530 | |
741 | |
… | |
… | |
565 | Brand new message functions (ewarn). |
776 | Brand new message functions (ewarn). |
566 | |
777 | |
567 | *sbin/init, init.d/checkroot |
778 | *sbin/init, init.d/checkroot |
568 | We're going back to a /proc/mounts-based mtab symlink because it's |
779 | We're going back to a /proc/mounts-based mtab symlink because it's |
569 | just plain better. Appropriate changes made. |
780 | just plain better. Appropriate changes made. |
|
|
781 | |
|
|
782 | # vim:expandtab |