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 | |
|
|
41 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
42 | |
|
|
43 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
|
|
44 | backup files to generate /etc/profile.env. |
|
|
45 | |
|
|
46 | Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
|
|
47 | for this. |
|
|
48 | |
|
|
49 | 6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
50 | |
|
|
51 | Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
|
|
52 | /etc/env.d/ file. Same for $QTDIR. |
|
|
53 | |
|
|
54 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
55 | |
|
|
56 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
|
|
57 | and is needed for some fixes. |
|
|
58 | |
|
|
59 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
60 | |
|
|
61 | Update /etc/rc.conf to be more clear and state that you should |
|
|
62 | remove consolefont from startup if you do not use it. Should |
|
|
63 | resolve bug #2174. |
|
|
64 | |
|
|
65 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
|
|
66 | |
|
|
67 | Added user/group apache with uid/gid 81. |
|
|
68 | |
|
|
69 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
70 | |
|
|
71 | Remove the "-net" from the line setting the default gateway |
|
|
72 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
|
|
73 | noting this. |
|
|
74 | |
|
|
75 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
|
|
76 | |
|
|
77 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
|
|
78 | which is installed with the nfs-utils package. Also tidied up some |
|
|
79 | really old, leftover junk like the non-supported stuff from rc5. |
|
|
80 | Closes #1754. |
|
|
81 | |
5 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
82 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
83 | |
7 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
84 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
8 | other people have wierd problems. |
85 | other people have wierd problems. |
9 | |
86 | |
10 | * rc-scripts 1.3.4 (21 April 2002) |
87 | * rc-scripts 1.3.4 (21 April 2002) |
11 | |
88 | |
12 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
89 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
13 | |
90 | |
14 | 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, |
15 | 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. |
16 | |
93 | |
17 | Implement the status commandline argument. Updated /sbin/runscript.sh |
94 | Implement the status commandline argument. Updated /sbin/runscript.sh |
18 | and /sbin/rc-help.sh for this. |
95 | and /sbin/rc-help.sh for this. |
19 | |
96 | |
20 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
97 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
21 | and AFTER. |
98 | and AFTER. |
22 | |
99 | |
23 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
100 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
24 | |
101 | |
25 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
102 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
26 | is needed, else /usr/bin/newgrp segfault. |
103 | is needed, else /usr/bin/newgrp segfault. |
… | |
… | |
127 | 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 |
128 | service providing a virtual, counter was used uninitialized. |
205 | service providing a virtual, counter was used uninitialized. |
129 | |
206 | |
130 | * rc-scripts 1.3.0 (10 March 2002) |
207 | * rc-scripts 1.3.0 (10 March 2002) |
131 | |
208 | |
132 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: Resolved |
209 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
210 | |
133 | bug #1021; updated /etc/init.d/consolefont for this. |
211 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
134 | |
212 | |
135 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
213 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
136 | |
214 | |
137 | 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 |
138 | and /etc/init.d/localmount for this. |
216 | and /etc/init.d/localmount for this. |
… | |
… | |
157 | 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 |
158 | his UserMode ebuilds, and Guide). |
236 | his UserMode ebuilds, and Guide). |
159 | |
237 | |
160 | * rc-scripts 1.2.9 (6 March 2002) |
238 | * rc-scripts 1.2.9 (6 March 2002) |
161 | |
239 | |
162 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: General form |
240 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
241 | |
163 | updates and some piping fixes. |
242 | General form updates and some piping fixes. |
164 | |
243 | |
165 | 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 |
166 | to fix a problem where startDM.sh would be respawned repeatedly |
245 | to fix a problem where startDM.sh would be respawned repeatedly |
167 | if xdm was not in the default runlevel. |
246 | if xdm was not in the default runlevel. |
168 | |
247 | |
169 | * rc-scripts 1.2.8 (4 March 2002) |
248 | * rc-scripts 1.2.8 (4 March 2002) |
170 | |
249 | |
171 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/init.d/xdm, |
250 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
172 | /etc/X11/startDM.sh and updated /etc/inittab to fix the "dead key" |
251 | |
173 | 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 |
174 | xfree ebuild later on when things settles down. |
254 | move them to the xfree ebuild later on when things settles down. |
175 | |
255 | |
176 | 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. |
177 | |
257 | |
178 | 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 |
179 | where we had a invalid $PATH on boot in some cases. |
259 | where we had a invalid $PATH on boot in some cases. |
… | |
… | |
181 | 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 |
182 | the new sys-apps/kbd package. |
262 | the new sys-apps/kbd package. |
183 | |
263 | |
184 | * rc-scripts 1.2.7 (3 March 2002) |
264 | * rc-scripts 1.2.7 (3 March 2002) |
185 | |
265 | |
186 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: fixed the problem |
266 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
267 | |
187 | 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 |
188 | 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 |
189 | this. |
270 | for this. |
190 | |
271 | |
191 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
272 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
192 | /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 |
193 | this. |
274 | this. |
194 | |
275 | |
… | |
… | |
199 | 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 |
200 | for security. |
281 | for security. |
201 | |
282 | |
202 | 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. |
203 | |
284 | |
204 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: added a wrapper for |
285 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
286 | |
205 | sourcing the rc-scripts to eliminate syntax errors. Thanks to |
287 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
206 | Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
288 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
207 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
289 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
208 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
290 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
209 | |
291 | |
210 | Removed stopping of dependant services that have current service as |
292 | Removed stopping of dependant services that have current service as |
211 | a 'use'dependancy ... should be less confusing now. |
293 | a 'use'dependancy ... should be less confusing now. |
212 | Updated /etc/init.d/runscript.sh for this. |
294 | Updated /etc/init.d/runscript.sh for this. |
213 | |
295 | |
214 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/conf.d/local.start |
296 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
215 | and /etc/conf.d/local.stop for adding any misc programs to startup. This |
297 | |
216 | 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 |
217 | etc. |
299 | programs to startup. This should pretty much have /etc/init.d/ static, |
|
|
300 | except for baselayout updates, etc. |
218 | |
301 | |
219 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: in some wierd cases, |
302 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
303 | |
220 | 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 |
221 | this in /sbin/rc. |
305 | problems. Fixed this in /sbin/rc. |
222 | |
306 | |
223 | 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 |
224 | 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, |
225 | /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. |
226 | |
310 | |
227 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: fix my brain dead |
311 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
228 | update of the 25th. It really should keep "gentoo=nodevfs" in mind. |
312 | |
229 | Also added 'get_bootparam()' to help in retrieving kernel options. |
313 | Fix my brain dead update of the 25th. It really should keep |
230 | 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 |
231 | for this. |
315 | retrieving kernel options. Updated /etc/init.d/functions.sh, |
|
|
316 | /etc/init.d/checkroot and /sbin/rc for this. |
232 | |
317 | |
233 | Updated /etc/init.d/consolefont to work without devfs as well. |
318 | Updated /etc/init.d/consolefont to work without devfs as well. |
234 | |
319 | |
235 | 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 |
236 | 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 |
237 | for this. |
322 | for this. |
238 | |
323 | |
239 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: added a check if |
324 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
240 | /dev is mounted when creating entries for /etc/mtab. This should solve a |
325 | |
241 | 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. |
242 | 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. |
243 | |
329 | |
244 | 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 |
245 | 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 |
246 | just in a comment now) |
332 | just in a comment now) |
247 | |
333 | |
248 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): more fixes to 'after' and |
334 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
249 | 'before', updated /etc/init.d/runscript.sh for this. This should fix |
|
|
250 | services not getting started in the correct order in a tight loop, services |
|
|
251 | getting stopped out of order, and some other sanity checks. Updated |
|
|
252 | rc-script.sh for updated help. |
|
|
253 | |
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 | |
254 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): update /etc/profile to |
341 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
255 | resolve bug #588. Reimplemented things a bit, and added the 'after' type. |
342 | |
256 | 'before' and 'after' will only work currently for a change of runlevel. |
343 | Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
257 | 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. |
258 | |
347 | |
259 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): add some more entries to |
348 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
260 | /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. |
261 | |
352 | |
262 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Some more cleanups to |
353 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
354 | |
263 | /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. |
264 | |
356 | |
265 | Fixed some services not starting again when restarting a service. |
357 | Fixed some services not starting again when restarting a service. |
266 | Seems simple is still the best way. |
358 | Seems simple is still the best way. |
267 | |
359 | |
268 | Fixed some other problems created with feature additions and cleanups. |
360 | Fixed some other problems created with feature additions and cleanups. |
269 | |
361 | |
270 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): General cleanups to |
362 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
363 | |
271 | /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. |
272 | |
365 | |
273 | 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 |
274 | started first. |
367 | started first. |
275 | |
368 | |
276 | 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 |
277 | last. |
370 | last. |
278 | |
371 | |
279 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc |
372 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
373 | |
280 | 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 |
281 | another service. |
375 | in 'use' by another service. |
282 | |
376 | |
283 | Added the 'provide' depend type for creating virtual services. |
377 | Added the 'provide' depend type for creating virtual services. |
284 | Updated /etc/init.d/depscan.sh for this. |
378 | Updated /etc/init.d/depscan.sh for this. |
285 | |
379 | |
286 | Added the 'before' depend type. This is more for changing the |
380 | Added the 'before' depend type. This is more for changing the |
… | |
… | |
294 | 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 |
295 | for saving misc settings between startup/shutdown. Updated |
389 | for saving misc settings between startup/shutdown. Updated |
296 | /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 |
297 | interfaces. |
391 | interfaces. |
298 | |
392 | |
299 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated both |
393 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
394 | |
300 | /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 |
301 | errors. |
396 | on no errors. |
302 | |
397 | |
303 | * rc-scripts 1.2.6 (6 Feb 2002) |
398 | * rc-scripts 1.2.6 (6 Feb 2002) |
304 | |
399 | |
305 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated /etc/net.eth0 |
|
|
306 | to specify the gateway device via the $gateway variable (something like |
|
|
307 | gateway="eth0/192.168.0.1"). |
|
|
308 | |
|
|
309 | 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 | |
310 | /etc/init.d/numlock, for enabling numlock at boot. |
407 | Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
311 | |
408 | |
312 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): hopefully the |
409 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
410 | |
313 | 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 |
314 | implements a retry if not successful the first time, and will |
412 | implements a retry if not successful the first time, and will kill |
315 | 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. |
316 | /etc/init.d/halt.sh. |
|
|
317 | |
414 | |
318 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
415 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
319 | /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. |
320 | Fixed /etc/passwd,group for user/group mysql. |
417 | Fixed /etc/passwd,group for user/group mysql. |
321 | |
418 | |
… | |
… | |
360 | /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. |
361 | |
458 | |
362 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
459 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
363 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
460 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
364 | |
461 | |
365 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated |
462 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
463 | |
366 | /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 |
367 | 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 |
368 | 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 |
369 | startup). Added the broken() function to /etc/init.d/runscript.sh |
467 | startup). Added the broken() function to /etc/init.d/runscript.sh |
370 | to list the missing dependancies. |
468 | to list the missing dependancies. |
371 | |
469 | |
372 | 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 |
… | |
… | |
374 | |
472 | |
375 | 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 |
376 | eend(), but print a warning on error, not a error. Updated |
474 | eend(), but print a warning on error, not a error. Updated |
377 | /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. |
378 | |
476 | |
379 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c |
477 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
380 | 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. |
381 | |
481 | |
382 | 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 |
383 | the rc-scripts. |
483 | the rc-scripts. |
384 | |
484 | |
385 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update |
485 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
486 | |
386 | /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 |
387 | halt and reboot. This fixes a problem where / was not unmounted |
488 | halt and reboot. This fixes a problem where / was not unmounted properly |
388 | properly in some cases. |
489 | in some cases. |
389 | |
490 | |
390 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to |
491 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
391 | to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and |
492 | |
392 | /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 |
393 | |
495 | |
394 | 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 |
395 | depend on a service if that service is restarted. Enhanced the |
497 | depend on a service if that service is restarted. Enhanced the |
396 | restart function to be able to have custom restart() functions in |
498 | restart function to be able to have custom restart() functions in |
397 | rc-scripts. The custom restart() have to use svc_stop() and |
499 | rc-scripts. The custom restart() have to use svc_stop() and |
… | |
… | |
399 | |
501 | |
400 | 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 |
401 | stop a service without stopping the services that depends on that |
503 | stop a service without stopping the services that depends on that |
402 | service. |
504 | service. |
403 | |
505 | |
404 | 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 |
405 | service without stopping the services that depends on that service. |
507 | service without stopping the services that depends on that service. |
406 | |
508 | |
407 | * rc-scripts 1.2.3 (18 Dec 2001) |
509 | * rc-scripts 1.2.3 (18 Dec 2001) |
408 | |
510 | |
409 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
511 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
410 | /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). |
411 | |
515 | |
412 | Some cleanups: take out the shm resize comment; |
516 | Some cleanups: take out the shm resize comment; |
413 | |
517 | |
414 | remove the $wrongmount; |
518 | remove the $wrongmount; |
415 | |
519 | |
… | |
… | |
426 | Also added functionality to detect if the kernel have DEVFS support |
530 | Also added functionality to detect if the kernel have DEVFS support |
427 | 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 |
428 | 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 |
429 | make live for us a bit easier. |
533 | make live for us a bit easier. |
430 | |
534 | |
431 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill |
535 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
432 | 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. |
433 | |
539 | |
434 | * rc-scripts 1.2.2 (8 Dec 2001) |
540 | * rc-scripts 1.2.2 (8 Dec 2001) |
435 | |
541 | |
436 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
542 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
437 | |
543 | |
… | |
… | |
448 | 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 |
449 | 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 |
450 | 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 |
451 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
557 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
452 | |
558 | |
453 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init |
559 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
560 | |
454 | to work correctly with the 'gentoo=nodevfs' option, and cleaned |
561 | Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
455 | out old code. |
562 | and cleaned out old code. |
456 | |
563 | |
457 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
564 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
458 | |
565 | |
459 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
566 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
567 | |
460 | /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' |
461 | 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 |
462 | 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 |
463 | that is used to define what loggers the 'logger' depend represent. |
571 | to define what loggers the 'logger' depend represent. |
464 | |
572 | |
465 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
573 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
574 | |
466 | /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. |
467 | |
577 | |
468 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in |
578 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
579 | |
469 | /etc/profile for the user to 077 for security. |
580 | Changed umask in /etc/profile for the user to 077 for security. |
470 | |
581 | |
471 | 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 |
472 | 'source /etc/rc.conf' line. |
583 | 'source /etc/rc.conf' line. |
473 | |
584 | |
474 | 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 |
… | |
… | |
485 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
596 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
486 | removed notail from the ext2 boot partition, other cleanups. |
597 | removed notail from the ext2 boot partition, other cleanups. |
487 | |
598 | |
488 | 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. |
489 | |
600 | |
490 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf |
601 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
491 | 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 |
492 | 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. |
493 | |
606 | |
494 | 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 |
495 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
608 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
496 | 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 |
497 | changing runlevels did not want to work. |
610 | changing runlevels did not want to work. |
… | |
… | |
526 | |
639 | |
527 | * rc-scripts 1.1.8 (15 Nov 2001) |
640 | * rc-scripts 1.1.8 (15 Nov 2001) |
528 | |
641 | |
529 | 16 Nov 2001; removed bogus "mountall.test" script. |
642 | 16 Nov 2001; removed bogus "mountall.test" script. |
530 | |
643 | |
531 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
644 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
645 | |
532 | 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 |
533 | '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 |
534 | 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 |
535 | 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. |
536 | 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 | |
537 | 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 ?). |
538 | |
654 | |
539 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
655 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
656 | |
540 | 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. |
541 | |
659 | |
542 | init.d/hostname: Added check for a valid /etc/hostname. |
660 | init.d/hostname: Added check for a valid /etc/hostname. |
543 | |
661 | |
544 | init.d/keymaps: Added check for valid $KEYMAP. |
662 | init.d/keymaps: Added check for valid $KEYMAP. |
545 | |
663 | |
… | |
… | |
551 | not 'default' runlevel. |
669 | not 'default' runlevel. |
552 | |
670 | |
553 | 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 |
554 | this really needed (I cannot see that it is used anywhere ...)? |
672 | this really needed (I cannot see that it is used anywhere ...)? |
555 | |
673 | |
556 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
674 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
675 | |
557 | 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 |
558 | '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 |
559 | 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. |
560 | |
679 | |
561 | Updated init.d/netmount to use the 'uses' depend. |
680 | Updated init.d/netmount to use the 'uses' depend. |
562 | |
681 | |
563 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
682 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
564 | not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
683 | |
565 | 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. |
566 | |
687 | |
567 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
688 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
568 | where the ${svcdir}/softscripts directory got destroyed before stopping |
689 | |
569 | 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 |
570 | 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. |
571 | |
694 | |
572 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
695 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
696 | |
573 | check if any network filesystems is mounted. |
697 | Modified init.d/netmount to check if any network filesystems is mounted. |
574 | |
698 | |
575 | 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 |
576 | 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. |
577 | |
701 | |
578 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
702 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
579 | (missing "/"); it now actually checks the root filesystem. Also, a |
703 | |
580 | localmount cleanliness fix. |
704 | A fix for checkroot (missing "/"); it now actually checks the root |
|
|
705 | filesystem. Also, a localmount cleanliness fix. |
581 | |
706 | |
582 | * rc-scripts 1.1.7 (18 Oct 2001) |
707 | * rc-scripts 1.1.7 (18 Oct 2001) |
583 | |
708 | |
584 | [old changelog format follows] |
709 | [old changelog format follows] |
585 | |
710 | |
… | |
… | |
620 | Brand new message functions (ewarn). |
745 | Brand new message functions (ewarn). |
621 | |
746 | |
622 | *sbin/init, init.d/checkroot |
747 | *sbin/init, init.d/checkroot |
623 | 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 |
624 | just plain better. Appropriate changes made. |
749 | just plain better. Appropriate changes made. |
|
|
750 | |
|
|
751 | # vim:expandtab |