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 | |
4 | |
|
|
5 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
|
|
8 | if portmap was not started. This is to stop "hang" problems for |
|
|
9 | new users who do not add portmap to the default runlevel. See |
|
|
10 | bug #2555. |
|
|
11 | |
|
|
12 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
13 | |
|
|
14 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
|
|
15 | |
|
|
16 | 13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
17 | |
|
|
18 | Change the homes of user "at" and "cron" in /etc/passwd, as |
|
|
19 | they moved to /var/spool/cron... |
|
|
20 | |
|
|
21 | * rc-scripts 1.3.5 (12 May 2002) |
|
|
22 | |
|
|
23 | 12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
24 | |
|
|
25 | Make slight modifications to /sbin/depscan.sh to improve speed (about |
|
|
26 | 1 second on a celeron 633). |
|
|
27 | |
|
|
28 | Finally fix /sbin/runscript.sh to properly handle interdependencies |
|
|
29 | between types need/use and before/after on runlevel change. I can |
|
|
30 | actually kick myself for previous implementations, as this fix simplifies |
|
|
31 | things a lot, and is almost 30 lines of code less! |
|
|
32 | |
|
|
33 | Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
|
|
34 | It rather just exit with a warning, as I think most people have like |
|
|
35 | me mounts that are to boxes that are not always up. |
|
|
36 | |
|
|
37 | Resolve bug #2439 (should not use try with the dd command for ramdisk |
|
|
38 | stuff). Also increase the number of inodes used for the ramdisk to |
|
|
39 | fix "out of space" errors. Updated /sbin/rc for this. |
|
|
40 | |
5 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
41 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
42 | |
7 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
43 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
8 | backup files to generate /etc/profile.env. |
44 | backup files to generate /etc/profile.env. |
|
|
45 | |
|
|
46 | Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
|
|
47 | for this. |
9 | |
48 | |
10 | 6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
49 | 6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
11 | |
50 | |
12 | Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
51 | Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
13 | /etc/env.d/ file. Same for $QTDIR. |
52 | /etc/env.d/ file. Same for $QTDIR. |
14 | |
53 | |
15 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
54 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
16 | |
55 | |
17 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
56 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
18 | and is needed for some fixes. |
57 | and is needed for some fixes. |
19 | |
58 | |
20 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
59 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
21 | |
60 | |
22 | Update /etc/rc.conf to be more clear and state that you should |
61 | Update /etc/rc.conf to be more clear and state that you should |
23 | remove consolefont from startup if you do not use it. Should |
62 | remove consolefont from startup if you do not use it. Should |
24 | resolve bug #2174. |
63 | resolve bug #2174. |
25 | |
64 | |
26 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
65 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
27 | |
66 | |
28 | Added user/group apache with uid/gid 81. |
67 | Added user/group apache with uid/gid 81. |
29 | |
68 | |
30 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
69 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
31 | |
70 | |
32 | Remove the "-net" from the line setting the default gateway |
71 | Remove the "-net" from the line setting the default gateway |
33 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
72 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
34 | noting this. |
73 | noting this. |
35 | |
74 | |
36 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
75 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
37 | |
76 | |
38 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
77 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
39 | which is installed with the nfs-utils package. Also tidied up some |
78 | which is installed with the nfs-utils package. Also tidied up some |
… | |
… | |
48 | * rc-scripts 1.3.4 (21 April 2002) |
87 | * rc-scripts 1.3.4 (21 April 2002) |
49 | |
88 | |
50 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
89 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
51 | |
90 | |
52 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
91 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
53 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
92 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
54 | |
93 | |
55 | Implement the status commandline argument. Updated /sbin/runscript.sh |
94 | Implement the status commandline argument. Updated /sbin/runscript.sh |
56 | and /sbin/rc-help.sh for this. |
95 | and /sbin/rc-help.sh for this. |
57 | |
96 | |
58 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
97 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
59 | and AFTER. |
98 | and AFTER. |
60 | |
99 | |
61 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
100 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
62 | |
101 | |
63 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
102 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
64 | is needed, else /usr/bin/newgrp segfault. |
103 | is needed, else /usr/bin/newgrp segfault. |
… | |
… | |
165 | be working now, and this also fix a problem that when there is no |
204 | be working now, and this also fix a problem that when there is no |
166 | service providing a virtual, counter was used uninitialized. |
205 | service providing a virtual, counter was used uninitialized. |
167 | |
206 | |
168 | * rc-scripts 1.3.0 (10 March 2002) |
207 | * rc-scripts 1.3.0 (10 March 2002) |
169 | |
208 | |
170 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: Resolved |
209 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
210 | |
171 | bug #1021; updated /etc/init.d/consolefont for this. |
211 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
172 | |
212 | |
173 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
213 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
174 | |
214 | |
175 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
215 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
176 | and /etc/init.d/localmount for this. |
216 | and /etc/init.d/localmount for this. |
… | |
… | |
195 | to detect a error when mounting /proc (remember to thank Grant for |
235 | to detect a error when mounting /proc (remember to thank Grant for |
196 | his UserMode ebuilds, and Guide). |
236 | his UserMode ebuilds, and Guide). |
197 | |
237 | |
198 | * rc-scripts 1.2.9 (6 March 2002) |
238 | * rc-scripts 1.2.9 (6 March 2002) |
199 | |
239 | |
200 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: General form |
240 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
241 | |
201 | updates and some piping fixes. |
242 | General form updates and some piping fixes. |
202 | |
243 | |
203 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
244 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
204 | to fix a problem where startDM.sh would be respawned repeatedly |
245 | to fix a problem where startDM.sh would be respawned repeatedly |
205 | if xdm was not in the default runlevel. |
246 | if xdm was not in the default runlevel. |
206 | |
247 | |
207 | * rc-scripts 1.2.8 (4 March 2002) |
248 | * rc-scripts 1.2.8 (4 March 2002) |
208 | |
249 | |
209 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/init.d/xdm, |
250 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
210 | /etc/X11/startDM.sh and updated /etc/inittab to fix the "dead key" |
251 | |
211 | problem we had with xdm/gdm/kdm. We should move them to the |
252 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
|
|
253 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
212 | xfree ebuild later on when things settles down. |
254 | move them to the xfree ebuild later on when things settles down. |
213 | |
255 | |
214 | Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
256 | Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
215 | |
257 | |
216 | Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
258 | Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
217 | where we had a invalid $PATH on boot in some cases. |
259 | where we had a invalid $PATH on boot in some cases. |
… | |
… | |
219 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
261 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
220 | the new sys-apps/kbd package. |
262 | the new sys-apps/kbd package. |
221 | |
263 | |
222 | * rc-scripts 1.2.7 (3 March 2002) |
264 | * rc-scripts 1.2.7 (3 March 2002) |
223 | |
265 | |
224 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: fixed the problem |
266 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
267 | |
225 | of rc-scripts trying to start/stop a service multiple times if it |
268 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
226 | fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc for |
269 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
227 | this. |
270 | for this. |
228 | |
271 | |
229 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
272 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
230 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
273 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
231 | this. |
274 | this. |
232 | |
275 | |
… | |
… | |
237 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
280 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
238 | for security. |
281 | for security. |
239 | |
282 | |
240 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
283 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
241 | |
284 | |
242 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: added a wrapper for |
285 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
286 | |
243 | sourcing the rc-scripts to eliminate syntax errors. Thanks to |
287 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
244 | Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
288 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
245 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
289 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
246 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
290 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
247 | |
291 | |
248 | Removed stopping of dependant services that have current service as |
292 | Removed stopping of dependant services that have current service as |
249 | a 'use'dependancy ... should be less confusing now. |
293 | a 'use'dependancy ... should be less confusing now. |
250 | Updated /etc/init.d/runscript.sh for this. |
294 | Updated /etc/init.d/runscript.sh for this. |
251 | |
295 | |
252 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/conf.d/local.start |
296 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
253 | and /etc/conf.d/local.stop for adding any misc programs to startup. This |
297 | |
254 | should pretty much have /etc/init.d/ static, except for baselayout updates, |
298 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
255 | etc. |
299 | programs to startup. This should pretty much have /etc/init.d/ static, |
|
|
300 | except for baselayout updates, etc. |
256 | |
301 | |
257 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: in some wierd cases, |
302 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
303 | |
258 | a redundent /dev/.devfsd on a unmounted /dev can cause problems. Fixed |
304 | In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause |
259 | this in /sbin/rc. |
305 | problems. Fixed this in /sbin/rc. |
260 | |
306 | |
261 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
307 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
262 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
308 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
263 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
309 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
264 | |
310 | |
265 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: fix my brain dead |
311 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
266 | update of the 25th. It really should keep "gentoo=nodevfs" in mind. |
312 | |
267 | Also added 'get_bootparam()' to help in retrieving kernel options. |
313 | Fix my brain dead update of the 25th. It really should keep |
268 | Updated /etc/init.d/functions.sh, /etc/init.d/checkroot and /sbin/rc |
314 | "gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in |
269 | for this. |
315 | retrieving kernel options. Updated /etc/init.d/functions.sh, |
|
|
316 | /etc/init.d/checkroot and /sbin/rc for this. |
270 | |
317 | |
271 | Updated /etc/init.d/consolefont to work without devfs as well. |
318 | Updated /etc/init.d/consolefont to work without devfs as well. |
272 | |
319 | |
273 | When rebooting or shutting down, a service should not fail to stop |
320 | When rebooting or shutting down, a service should not fail to stop |
274 | if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
321 | if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
275 | for this. |
322 | for this. |
276 | |
323 | |
277 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: added a check if |
324 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
278 | /dev is mounted when creating entries for /etc/mtab. This should solve a |
325 | |
279 | invalid entry or /dev being mounted even with 'gentoo=nodevfs' option. |
326 | Added a check if /dev is mounted when creating entries for /etc/mtab. |
280 | Updated /etc/init.d/checkroot for this. |
327 | This should solve a invalid entry or /dev being mounted even with |
|
|
328 | 'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this. |
281 | |
329 | |
282 | 17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
330 | 17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
283 | filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
331 | filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
284 | just in a comment now) |
332 | just in a comment now) |
285 | |
333 | |
286 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): more fixes to 'after' and |
334 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
287 | 'before', updated /etc/init.d/runscript.sh for this. This should fix |
|
|
288 | services not getting started in the correct order in a tight loop, services |
|
|
289 | getting stopped out of order, and some other sanity checks. Updated |
|
|
290 | rc-script.sh for updated help. |
|
|
291 | |
335 | |
|
|
336 | Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for |
|
|
337 | this. This should fix services not getting started in the correct order |
|
|
338 | in a tight loop, services getting stopped out of order, and some other |
|
|
339 | sanity checks. Updated rc-script.sh for updated help. |
|
|
340 | |
292 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): update /etc/profile to |
341 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
293 | resolve bug #588. Reimplemented things a bit, and added the 'after' type. |
342 | |
294 | 'before' and 'after' will only work currently for a change of runlevel. |
343 | Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
295 | Updated /etc/init.d/depscan.sh, /etc/init.d/runscript.sh and /sbin/rc for it. |
344 | and added the 'after' type. 'before' and 'after' will only work currently |
|
|
345 | for a change of runlevel. Updated /etc/init.d/depscan.sh, |
|
|
346 | /etc/init.d/runscript.sh and /sbin/rc for this. |
296 | |
347 | |
297 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): add some more entries to |
348 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
298 | /etc/devfsd.conf to make alsa users life easier ... thanks Tod. |
349 | |
|
|
350 | Add some more entries to /etc/devfsd.conf to make alsa users life |
|
|
351 | easier ... thanks Tod. |
299 | |
352 | |
300 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Some more cleanups to |
353 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
354 | |
301 | /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
355 | Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
302 | |
356 | |
303 | Fixed some services not starting again when restarting a service. |
357 | Fixed some services not starting again when restarting a service. |
304 | Seems simple is still the best way. |
358 | Seems simple is still the best way. |
305 | |
359 | |
306 | Fixed some other problems created with feature additions and cleanups. |
360 | Fixed some other problems created with feature additions and cleanups. |
307 | |
361 | |
308 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): General cleanups to |
362 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
363 | |
309 | /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
364 | General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
310 | |
365 | |
311 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
366 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
312 | started first. |
367 | started first. |
313 | |
368 | |
314 | Added 'use *' to /etc/init.d/local to make sure it gets started |
369 | Added 'use *' to /etc/init.d/local to make sure it gets started |
315 | last. |
370 | last. |
316 | |
371 | |
317 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc |
372 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
373 | |
318 | to stop a service on change of runlevel if it is in 'use' by |
374 | Fixed /sbin/rc to stop a service on change of runlevel if it is |
319 | another service. |
375 | in 'use' by another service. |
320 | |
376 | |
321 | Added the 'provide' depend type for creating virtual services. |
377 | Added the 'provide' depend type for creating virtual services. |
322 | Updated /etc/init.d/depscan.sh for this. |
378 | Updated /etc/init.d/depscan.sh for this. |
323 | |
379 | |
324 | Added the 'before' depend type. This is more for changing the |
380 | Added the 'before' depend type. This is more for changing the |
… | |
… | |
332 | Added save_options() and get_options() to /etc/init.d/functions.sh |
388 | Added save_options() and get_options() to /etc/init.d/functions.sh |
333 | for saving misc settings between startup/shutdown. Updated |
389 | for saving misc settings between startup/shutdown. Updated |
334 | /etc/init.d/net.eth0 to use these and properly down virtual |
390 | /etc/init.d/net.eth0 to use these and properly down virtual |
335 | interfaces. |
391 | interfaces. |
336 | |
392 | |
337 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated both |
393 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
394 | |
338 | /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet on no |
395 | Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet |
339 | errors. |
396 | on no errors. |
340 | |
397 | |
341 | * rc-scripts 1.2.6 (6 Feb 2002) |
398 | * rc-scripts 1.2.6 (6 Feb 2002) |
342 | |
399 | |
343 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated /etc/net.eth0 |
|
|
344 | to specify the gateway device via the $gateway variable (something like |
|
|
345 | gateway="eth0/192.168.0.1"). |
|
|
346 | |
|
|
347 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): added rc-script |
400 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
401 | |
|
|
402 | Updated /etc/net.eth0 to specify the gateway device via the $gateway |
|
|
403 | variable (something like gateway="eth0/192.168.0.1"). |
|
|
404 | |
|
|
405 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
406 | |
348 | /etc/init.d/numlock, for enabling numlock at boot. |
407 | Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
349 | |
408 | |
350 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): hopefully the |
409 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
410 | |
351 | last fix to /etc/init.d/netmount to umount cleanly. This fix |
411 | Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix |
352 | implements a retry if not successful the first time, and will |
412 | implements a retry if not successful the first time, and will kill |
353 | kill processess using the mount. Also small type-o fix to |
413 | processess using the mount. Also small type-o fix to /etc/init.d/halt.sh. |
354 | /etc/init.d/halt.sh. |
|
|
355 | |
414 | |
356 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
415 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
357 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
416 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
358 | Fixed /etc/passwd,group for user/group mysql. |
417 | Fixed /etc/passwd,group for user/group mysql. |
359 | |
418 | |
… | |
… | |
398 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
457 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
399 | |
458 | |
400 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
459 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
401 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
460 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
402 | |
461 | |
403 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated |
462 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
463 | |
404 | /etc/init.d/depscan.sh to store info about missing dependancies of |
464 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
405 | type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
465 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
406 | to use this when starting a script ('need' dependancies is critical for |
466 | to use this when starting a script ('need' dependancies is critical for |
407 | startup). Added the broken() function to /etc/init.d/runscript.sh |
467 | startup). Added the broken() function to /etc/init.d/runscript.sh |
408 | to list the missing dependancies. |
468 | to list the missing dependancies. |
409 | |
469 | |
410 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
470 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
… | |
… | |
412 | |
472 | |
413 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
473 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
414 | eend(), but print a warning on error, not a error. Updated |
474 | eend(), but print a warning on error, not a error. Updated |
415 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
475 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
416 | |
476 | |
417 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c |
477 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
418 | to run /etc/init.d/rc-help.sh if no arguments is passed to a rc-script. |
478 | |
|
|
479 | Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments |
|
|
480 | is passed to a rc-script. |
419 | |
481 | |
420 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
482 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
421 | the rc-scripts. |
483 | the rc-scripts. |
422 | |
484 | |
423 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update |
485 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
486 | |
424 | /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
487 | Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
425 | halt and reboot. This fixes a problem where / was not unmounted |
488 | halt and reboot. This fixes a problem where / was not unmounted properly |
426 | properly in some cases. |
489 | in some cases. |
427 | |
490 | |
428 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to |
491 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
429 | to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and |
492 | |
430 | /etc/init.d/depscan.sh for this |
493 | Move $svcdir to to /etc/init.d/functions.sh, and update |
|
|
494 | /etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this |
431 | |
495 | |
432 | Modified /etc/init.d/runscript.sh to also restart the services that |
496 | Modified /etc/init.d/runscript.sh to also restart the services that |
433 | depend on a service if that service is restarted. Enhanced the |
497 | depend on a service if that service is restarted. Enhanced the |
434 | restart function to be able to have custom restart() functions in |
498 | restart function to be able to have custom restart() functions in |
435 | rc-scripts. The custom restart() have to use svc_stop() and |
499 | rc-scripts. The custom restart() have to use svc_stop() and |
… | |
… | |
437 | |
501 | |
438 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
502 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
439 | stop a service without stopping the services that depends on that |
503 | stop a service without stopping the services that depends on that |
440 | service. |
504 | service. |
441 | |
505 | |
442 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
506 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
443 | service without stopping the services that depends on that service. |
507 | service without stopping the services that depends on that service. |
444 | |
508 | |
445 | * rc-scripts 1.2.3 (18 Dec 2001) |
509 | * rc-scripts 1.2.3 (18 Dec 2001) |
446 | |
510 | |
447 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
511 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
448 | /sbin/init (old) to /sbin/rc (basically drop the init wrapper we used). |
512 | |
|
|
513 | Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the |
|
|
514 | init wrapper we used). |
449 | |
515 | |
450 | Some cleanups: take out the shm resize comment; |
516 | Some cleanups: take out the shm resize comment; |
451 | |
517 | |
452 | remove the $wrongmount; |
518 | remove the $wrongmount; |
453 | |
519 | |
… | |
… | |
464 | Also added functionality to detect if the kernel have DEVFS support |
530 | Also added functionality to detect if the kernel have DEVFS support |
465 | compiled in; seems new users thinks devfs is unstable and as they do |
531 | compiled in; seems new users thinks devfs is unstable and as they do |
466 | not always read the docs, it does not get compiled in ;/ Should |
532 | not always read the docs, it does not get compiled in ;/ Should |
467 | make live for us a bit easier. |
533 | make live for us a bit easier. |
468 | |
534 | |
469 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill |
535 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
470 | a cosmetic bug in the part that stops all the unneeded services. |
536 | |
|
|
537 | Fixed /sbin/rc to kill a cosmetic bug in the part that stops all |
|
|
538 | the unneeded services. |
471 | |
539 | |
472 | * rc-scripts 1.2.2 (8 Dec 2001) |
540 | * rc-scripts 1.2.2 (8 Dec 2001) |
473 | |
541 | |
474 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
542 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
475 | |
543 | |
… | |
… | |
486 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
554 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
487 | and one for update-modules.8. These were adapted from Debian. Updated |
555 | and one for update-modules.8. These were adapted from Debian. Updated |
488 | tarball.sh to include the new man directory. Updated baselayout to install |
556 | tarball.sh to include the new man directory. Updated baselayout to install |
489 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
557 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
490 | |
558 | |
491 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init |
559 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
560 | |
492 | to work correctly with the 'gentoo=nodevfs' option, and cleaned |
561 | Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
493 | out old code. |
562 | and cleaned out old code. |
494 | |
563 | |
495 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
564 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
496 | |
565 | |
497 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
566 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
567 | |
498 | /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
568 | Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
499 | that can be used for services that needs to have a logger started |
569 | that can be used for services that needs to have a logger started before |
500 | before they are started. Updated /etc/conf.d/basic with $SYSLOGGER |
570 | they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used |
501 | that is used to define what loggers the 'logger' depend represent. |
571 | to define what loggers the 'logger' depend represent. |
502 | |
572 | |
503 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
573 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
574 | |
504 | /etc/passwd and /etc/group with minor fixes to pass pwck and grpck. |
575 | Updated /etc/passwd and /etc/group with minor fixes to pass pwck |
|
|
576 | and grpck. |
505 | |
577 | |
506 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in |
578 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
579 | |
507 | /etc/profile for the user to 077 for security. |
580 | Changed umask in /etc/profile for the user to 077 for security. |
508 | |
581 | |
509 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
582 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
510 | 'source /etc/rc.conf' line. |
583 | 'source /etc/rc.conf' line. |
511 | |
584 | |
512 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
585 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
… | |
… | |
523 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
596 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
524 | removed notail from the ext2 boot partition, other cleanups. |
597 | removed notail from the ext2 boot partition, other cleanups. |
525 | |
598 | |
526 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
599 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
527 | |
600 | |
528 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf |
601 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
529 | and updated /sbin/init to use a new scheme for saving /dev permissions. |
602 | |
|
|
603 | Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving |
530 | Also moved /dev-state to /lib/dev-state which is a more standard location. |
604 | /dev permissions. Also moved /dev-state to /lib/dev-state which is a more |
|
|
605 | standard location. |
531 | |
606 | |
532 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
607 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
533 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
608 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
534 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
609 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
535 | changing runlevels did not want to work. |
610 | changing runlevels did not want to work. |
… | |
… | |
564 | |
639 | |
565 | * rc-scripts 1.1.8 (15 Nov 2001) |
640 | * rc-scripts 1.1.8 (15 Nov 2001) |
566 | |
641 | |
567 | 16 Nov 2001; removed bogus "mountall.test" script. |
642 | 16 Nov 2001; removed bogus "mountall.test" script. |
568 | |
643 | |
569 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
644 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
645 | |
570 | init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not |
646 | Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being |
571 | 'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded |
647 | 'use' not 'uses', as it fits better with 'need' (not 'needs'). Also |
572 | for loop from init.d/depscan.sh, and other fixes. Updated names of new |
648 | removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated |
573 | functions in init.d/runscript.sh to better sounding ones. Updated |
649 | names of new functions in init.d/runscript.sh to better sounding ones. |
574 | init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups. |
650 | Updated init.d/modules, init.d/netmount to use 'use'. Lots of other |
|
|
651 | fixes/cleanups. |
|
|
652 | |
575 | Removed try() out of init.d/runscript.sh (why was this here ?). |
653 | Removed try() out of init.d/runscript.sh (why was this here ?). |
576 | |
654 | |
577 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
655 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
656 | |
578 | cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist. |
657 | Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it |
|
|
658 | doesn't exist. |
579 | |
659 | |
580 | init.d/hostname: Added check for a valid /etc/hostname. |
660 | init.d/hostname: Added check for a valid /etc/hostname. |
581 | |
661 | |
582 | init.d/keymaps: Added check for valid $KEYMAP. |
662 | init.d/keymaps: Added check for valid $KEYMAP. |
583 | |
663 | |
… | |
… | |
589 | not 'default' runlevel. |
669 | not 'default' runlevel. |
590 | |
670 | |
591 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
671 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
592 | this really needed (I cannot see that it is used anywhere ...)? |
672 | this really needed (I cannot see that it is used anywhere ...)? |
593 | |
673 | |
594 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
674 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
675 | |
595 | init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called |
676 | Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend |
596 | 'uses'. It basically have the same usage as 'need', except that it do not |
677 | called 'uses'. It basically have the same usage as 'need', except that it |
597 | start services that is not in the current and 'boot' runlevels. |
678 | do not start services that is not in the current and 'boot' runlevels. |
598 | |
679 | |
599 | Updated init.d/netmount to use the 'uses' depend. |
680 | Updated init.d/netmount to use the 'uses' depend. |
600 | |
681 | |
601 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
682 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
602 | not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
683 | |
603 | starting and stopping of services not to start depends. |
684 | Fixed init.d/runscript.sh not to destroy the 'need' depends in |
|
|
685 | /${svcdir}/need. This caused subsequent starting and stopping of services |
|
|
686 | not to start depends. |
604 | |
687 | |
605 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
688 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
606 | where the ${svcdir}/softscripts directory got destroyed before stopping |
689 | |
607 | running services scheduled to be stopped. This with the fact that $SOFTLEVEL |
690 | Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got |
608 | was set too early, caused the services to be stopped in the wrong order. |
691 | destroyed before stopping running services scheduled to be stopped. This |
|
|
692 | with the fact that $SOFTLEVEL was set too early, caused the services to be |
|
|
693 | stopped in the wrong order. |
609 | |
694 | |
610 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
695 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
696 | |
611 | check if any network filesystems is mounted. |
697 | Modified init.d/netmount to check if any network filesystems is mounted. |
612 | |
698 | |
613 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
699 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
614 | some awk and grep magic to find all remote filesystems and umount them. |
700 | some awk and grep magic to find all remote filesystems and umount them. |
615 | |
701 | |
616 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
702 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
617 | (missing "/"); it now actually checks the root filesystem. Also, a |
703 | |
618 | localmount cleanliness fix. |
704 | A fix for checkroot (missing "/"); it now actually checks the root |
|
|
705 | filesystem. Also, a localmount cleanliness fix. |
619 | |
706 | |
620 | * rc-scripts 1.1.7 (18 Oct 2001) |
707 | * rc-scripts 1.1.7 (18 Oct 2001) |
621 | |
708 | |
622 | [old changelog format follows] |
709 | [old changelog format follows] |
623 | |
710 | |
… | |
… | |
658 | Brand new message functions (ewarn). |
745 | Brand new message functions (ewarn). |
659 | |
746 | |
660 | *sbin/init, init.d/checkroot |
747 | *sbin/init, init.d/checkroot |
661 | We're going back to a /proc/mounts-based mtab symlink because it's |
748 | We're going back to a /proc/mounts-based mtab symlink because it's |
662 | just plain better. Appropriate changes made. |
749 | just plain better. Appropriate changes made. |
|
|
750 | |
|
|
751 | # vim:expandtab |