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