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