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