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