| 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
|
|
4 | |
|
|
5 | 03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Fix /sbin/modules-update to work with module-init-tools-0.9.9. |
|
|
8 | |
|
|
9 | 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
10 | |
|
|
11 | Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
|
|
12 | Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
|
|
13 | |
|
|
14 | 27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
|
|
15 | |
|
|
16 | Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
|
|
17 | Add fix from the wonderful analysis of Toby Dickenson |
|
|
18 | <tdickenson@geminidataloggers.com> in #12947. |
|
|
19 | |
|
|
20 | 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
21 | |
|
|
22 | Fix start-stop-daemon to check the call to nice() correctly for failure, |
|
|
23 | closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
|
|
24 | |
|
|
25 | Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
|
|
26 | and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
|
|
27 | Malcolm Scott <m@lcolm.org.uk>. |
|
|
28 | |
|
|
29 | 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
|
|
30 | |
|
|
31 | Updated /etc/rc.conf to add elogind support #13790. |
|
|
32 | |
|
|
33 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
34 | |
|
|
35 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
36 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
37 | |
|
|
38 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
39 | |
|
|
40 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
41 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
42 | for this. |
|
|
43 | |
|
|
44 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
45 | This closes bug #13868. |
|
|
46 | |
|
|
47 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
48 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
49 | |
|
|
50 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
51 | |
|
|
52 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
53 | |
|
|
54 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
55 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
56 | irc. |
|
|
57 | |
|
|
58 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
59 | |
|
|
60 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
61 | |
|
|
62 | Truely fix bootup on seperate /var. |
|
|
63 | |
|
|
64 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
|
|
65 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
66 | |
|
|
67 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
68 | |
|
|
69 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
70 | |
|
|
71 | Fix bootup on seperate /var. |
|
|
72 | |
|
|
73 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
74 | |
|
|
75 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
76 | |
|
|
77 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
78 | |
|
|
79 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
80 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
81 | |
|
|
82 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
83 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
84 | |
|
|
85 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
86 | |
|
|
87 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
88 | |
|
|
89 | Too much to mention, but here are a few: |
|
|
90 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
91 | ours was pretty broken :( |
|
|
92 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
93 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
94 | to support this. |
|
|
95 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
96 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
97 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
98 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
99 | /sbin/rc a bit. |
|
|
100 | - Updated Copyright dates to 2003. |
|
|
101 | |
|
|
102 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
103 | |
|
|
104 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
105 | |
|
|
106 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
107 | lines, as it seems users do not note the need to have them all on |
|
|
108 | one line .... |
|
|
109 | |
|
|
110 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
111 | script not ending on a digit. This closes bug #12887. |
|
|
112 | |
|
|
113 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
114 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
115 | with new get_KV ... |
|
|
116 | |
|
|
117 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
118 | |
|
|
119 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
120 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
121 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
122 | /sbin/modules-update for this. |
|
|
123 | |
|
|
124 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
125 | we are running kernel 2.5 or later ... |
|
|
126 | |
|
|
127 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
128 | |
|
|
129 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
130 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
131 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
132 | |
|
|
133 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
134 | |
|
|
135 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
136 | bug #8901. |
|
|
137 | |
|
|
138 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
139 | spaces ... |
|
|
140 | |
|
|
141 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
142 | |
|
|
143 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
144 | |
|
|
145 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
146 | |
|
|
147 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
148 | |
|
|
149 | Add INFOPATH to /etc/env.d/00basic. |
|
|
150 | |
|
|
151 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
152 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
153 | This closes bug #12411. |
|
|
154 | |
|
|
155 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
156 | |
|
|
157 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
158 | |
|
|
159 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
160 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
161 | |
|
|
162 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
163 | in bug # |
|
|
164 | |
|
|
165 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
166 | |
|
|
167 | Update shell for postgres user, closing bug #12258. |
|
|
168 | |
|
|
169 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
170 | |
|
|
171 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
172 | bug #8999. |
|
|
173 | |
|
|
174 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
175 | |
|
|
176 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
177 | |
|
|
178 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
179 | |
|
|
180 | Add smmsp uid and gid. Closes bug #8952. |
|
|
181 | |
|
|
182 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
183 | |
|
|
184 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
185 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
186 | |
|
|
187 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
188 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
189 | src/awk/genenviron.awk for this. |
|
|
190 | |
|
|
191 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
192 | |
|
|
193 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
194 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
195 | |
|
|
196 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
197 | bug #11445. |
|
|
198 | |
|
|
199 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
200 | /etc/env.d/00basic, bug #10916. |
|
|
201 | |
|
|
202 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
203 | |
|
|
204 | Add more improvements to clustering code. This is from |
|
|
205 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
206 | |
|
|
207 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
208 | |
|
|
209 | Change default 'net' dependency behaviour to be more suited |
|
|
210 | for notebook users. Basically if at least one net.* service |
|
|
211 | beside net.lo start successfully, the 'net' dependency is |
|
|
212 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
213 | in /etc/conf.d/rc to change this back to the old default. |
|
|
214 | This is the start to address bug #2706. |
|
|
215 | |
|
|
216 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
217 | |
|
|
218 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
219 | |
|
|
220 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
221 | info at: |
|
|
222 | |
|
|
223 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
224 | |
|
|
225 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
226 | |
|
|
227 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
228 | bug #7803. |
|
|
229 | |
|
|
230 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
231 | |
|
|
232 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
233 | This should close bug #10891. |
|
|
234 | |
|
|
235 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
236 | |
|
|
237 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
238 | |
|
|
239 | Add some more checks to src/awk/*. Fix error printing for |
|
|
240 | /sbin/depscan.sh. |
|
|
241 | |
|
|
242 | Link awk module with gcc and not with ld. This should fix |
|
|
243 | problems on sparc and alpha. Many thanks for this fix to |
|
|
244 | Stephan Jones <cretin@gentoo.org>. |
|
|
245 | |
|
|
246 | Remove the copyright info from config files, thanks to |
|
|
247 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
248 | |
|
|
249 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
250 | |
|
|
251 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
252 | |
|
|
253 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
254 | to awk. This is also much faster than its bash version. |
|
|
255 | |
|
|
256 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
257 | things even slower on older boxes. Bug #10548. |
|
|
258 | |
|
|
259 | After a bored Vapier decided that he needed to update the |
|
|
260 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
261 | not too many people will nuke thier fstab :/ |
|
|
262 | |
|
|
263 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
264 | |
|
|
265 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
266 | |
|
|
267 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
268 | fixing the need for find which broke systems with /usr on |
|
|
269 | a different partition. |
|
|
270 | |
|
|
271 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
272 | |
|
|
273 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
274 | src/awk/gendepends.awk. |
|
|
275 | |
|
|
276 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
277 | to src/awk/functions.awk. |
|
|
278 | |
|
|
279 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
280 | |
|
|
281 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
282 | |
|
|
283 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
284 | to do the main work, giving about 10 times speed improvement on |
|
|
285 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
286 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
287 | for this. This should close bug #10548. |
|
|
288 | |
|
|
289 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
290 | |
|
|
291 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
292 | |
|
|
293 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
294 | |
|
|
295 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
296 | |
|
|
297 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
298 | bug #10048. |
|
|
299 | |
|
|
300 | Get deps on logger sane again. I wanted to get the logger started |
|
|
301 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
302 | on seperate partition. |
|
|
303 | |
|
|
304 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
305 | |
|
|
306 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
307 | do not exists. Closes bug #7738, comment #5. |
|
|
308 | |
|
|
309 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
310 | |
|
|
311 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
312 | |
|
|
313 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
314 | bug #9707. |
|
|
315 | |
|
|
316 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
317 | |
|
|
318 | Fix update-modules borking if there are directories present |
|
|
319 | in /etc/modules.d/. Closes bug #9632. |
|
|
320 | |
|
|
321 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
322 | |
|
|
323 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
324 | depend on localmount, but rather on checkroot, as all of them |
|
|
325 | just need / to be mounted. This should fix race conditions |
|
|
326 | because of checkfs dependency on modules. This should close |
|
|
327 | bug #9266. |
|
|
328 | |
|
|
329 | * rc-scripts 1.4.1 (13 Oct 2002) |
|
|
330 | |
|
|
331 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
332 | |
|
|
333 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
|
|
334 | is additional measures for bug #8281. |
|
|
335 | |
|
|
336 | 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
337 | |
|
|
338 | Update /etc/init.d/net.eth0 to fix bug #8626. |
|
|
339 | |
|
|
340 | Fix /sbin/rc-update to check return code of "ln". This should |
|
|
341 | close bug #8867. |
|
|
342 | |
|
|
343 | 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
344 | |
|
|
345 | Fix indentation in /etc/inputrc. This should close |
|
|
346 | bug #8368. |
|
|
347 | |
|
|
348 | Add extended status functionality. Should close bug #2462. |
|
|
349 | |
|
|
350 | Add support for /sbin/rc-update to check if the rc-script |
|
|
351 | is executable or not. Thanks to widersacher@gmx.net, closing |
|
|
352 | bug #8326. |
|
|
353 | |
|
|
354 | 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
355 | |
|
|
356 | Fix /etc/init.d/bootmisc not to kill pidfiles of running |
|
|
357 | daemons. Improve NGPT support in /sbin/rc a bit. |
|
|
358 | |
|
|
359 | 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
360 | |
|
|
361 | Fix my last screwup with /etc/init.d/net.ppp0. Basically |
|
|
362 | forgot to change a few DEVICE's to IFACE ... |
|
|
363 | |
|
|
364 | 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
365 | |
|
|
366 | NGPT support. |
|
|
367 | |
|
|
368 | 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
369 | |
|
|
370 | Did a small fix to /etc/init.d/net.eth0, thanks to |
|
|
371 | naanyaar2000@yahoo.com, bug #7407. |
|
|
372 | |
|
|
373 | 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
374 | |
|
|
375 | Add the permission stuff for generic scsi when compiled as |
|
|
376 | module, thanks to Bauno <bauno@inwind.it>. |
|
|
377 | |
|
|
378 | Add support for /etc/devfs.d/ for additional devfs config |
|
|
379 | stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
|
|
380 | |
|
|
381 | 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
382 | |
|
|
383 | Fix small type-o from last changes to /etc/init.d/netmount. |
|
|
384 | Should resolve bug #7803. |
|
|
385 | |
|
|
386 | * rc-scripts 1.4.0 (7 Sep 2002) |
|
|
387 | |
|
|
388 | 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
389 | |
|
|
390 | Update /etc/init.d/net.eth0 to handle individual broadcast |
|
|
391 | and netmask for aliases. Should close bug #7407. |
|
|
392 | |
|
|
393 | Give /var/run/utmp and /var/log/wtmp the proper permissions |
|
|
394 | and ownership. First steps in fixing bug #7630. |
|
|
395 | |
|
|
396 | Change Raid stuff again in /etc/init.d/checkfs. |
|
|
397 | |
|
|
398 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
399 | |
|
|
400 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
401 | |
|
|
402 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
403 | |
|
|
404 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
405 | |
|
|
406 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
407 | bug #6887. |
|
|
408 | |
|
|
409 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
410 | This closes bug #6378. |
|
|
411 | |
|
|
412 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
413 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
414 | |
|
|
415 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
416 | |
|
|
417 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
418 | |
|
|
419 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
420 | line for getting devfs to work with pam_console. |
|
|
421 | |
|
|
422 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
423 | |
|
|
424 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
425 | the user selected one, fixing bug #6295. |
|
|
426 | |
|
|
427 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
428 | |
|
|
429 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
430 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
431 | loop exists too early. Resolves bug #5961. |
|
|
432 | |
|
|
433 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
434 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
435 | |
|
|
436 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
437 | |
|
|
438 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
439 | |
|
|
440 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
441 | |
|
|
442 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
443 | |
|
|
444 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
445 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
446 | |
|
|
447 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
448 | |
|
|
449 | Fix the 'Usage' line in the help to return the correct options for |
|
|
450 | the script (/sbin/runscript.sh). Resolve bug #6029. |
|
|
451 | |
|
|
452 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
453 | |
|
|
454 | Added UPS shutdown support for nut to halt.sh. |
|
|
455 | Added nut user/group as uid/gid 84. |
|
|
456 | |
|
|
457 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
458 | |
|
|
459 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
|
|
460 | awk, as it is more accurate). Closes bug #5458. |
|
|
461 | |
|
|
462 | Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
|
|
463 | and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
|
|
464 | Thanks goes to Chris PeBenito (bug #5570). |
|
|
465 | |
|
|
466 | Changed most daemons to use /bin/false as shell. Should close bug #5388. |
|
|
467 | |
|
|
468 | 27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
|
|
469 | |
|
|
470 | Added vpopmail user and group as 89:89 |
|
|
471 | |
|
|
472 | 22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
473 | |
|
|
474 | Add the cyrus user to /etc/passwd. Resolves bug #4100. |
|
|
475 | |
|
|
476 | Some bugfixes and speed improvements to /sbin/depscan.sh after |
|
|
477 | last changes. |
|
|
478 | |
|
|
479 | Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
|
|
480 | get some speed improvements. |
|
|
481 | |
|
|
482 | 21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
483 | |
|
|
484 | Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
|
|
485 | Kyle Manna <nitro@gentoo.org>. |
|
|
486 | |
|
|
487 | Add software RAID support to /etc/init.d/checkfs, thanks to |
|
|
488 | Daniel Ahlberg <aliz@gentoo.org>. |
|
|
489 | |
|
|
490 | Update the cache_depend() funtion in /sbin/depscan.sh not to |
|
|
491 | quit on any "}", but only on the one matching the first "{". This |
|
|
492 | requires wc in /bin, so baselayout should depend on |
|
|
493 | >=sys-apps/textutils-2.0.19-r2 |
|
|
494 | |
|
|
495 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
|
|
496 | mounted automatically on boot. This requires awk in /bin, so baselayout |
|
|
497 | should depend on >=sys-apps/gawk-3.1.0-r3. |
|
|
498 | |
|
|
499 | * rc-scripts 1.3.7 (17 Jul 2002) |
|
|
500 | |
|
|
501 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
502 | |
|
|
503 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
|
|
504 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
|
|
505 | |
|
|
506 | 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
507 | |
|
|
508 | Add additional entries to /etc/services to support cyrus-imapd, thanks |
|
|
509 | to Nick Hadaway <raker@gentoo.org>. |
|
|
510 | |
|
|
511 | Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
|
|
512 | problem with non 7bit ascii symbols. |
|
|
513 | |
|
|
514 | Updated /etc/init.d/checkfs to detect if lvm is already active. |
|
|
515 | This should resolve bug #3613. |
|
|
516 | |
|
|
517 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
518 | |
|
|
519 | Add "usb" group, gid 85. Move "sshd" user and group to 22. Move |
|
|
520 | "games" user and group to 35 |
|
|
521 | |
|
|
522 | 3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
523 | |
|
|
524 | Update Copyright displayed at boot, thanks to Sascha Schwabbauer |
|
|
525 | (aka cybersystem). Updated /sbin/rc for this. |
|
|
526 | |
|
|
527 | 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
528 | |
|
|
529 | Update /etc/skel/.bashrc to update the window title of X terminals |
|
|
530 | that supports it. Closes bug #4232. |
|
|
531 | |
|
|
532 | 26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
533 | |
|
|
534 | Add sshd user and group. Updated /etc/passwd and /etc/group for this. |
|
|
535 | |
|
|
536 | Update /etc/inputrc to resolve bug #2599. |
|
|
537 | |
|
|
538 | 20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
539 | |
|
|
540 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
|
|
541 | /etc/env.d/00basic for this. |
|
|
542 | |
|
|
543 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
|
|
544 | Nothing official, but I spent enouth time on it not to want to loose it :) |
|
|
545 | |
|
|
546 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
|
|
547 | to give output to stderr. This was caused by a call to "stty", which when |
|
|
548 | run without a attatched terminal, have this effect. Basically just pipe |
|
|
549 | stderr to /dev/null. |
|
|
550 | |
|
|
551 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
552 | |
|
|
553 | Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving |
|
|
554 | bug #3363 |
|
|
555 | |
|
|
556 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
557 | |
|
|
558 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
|
|
559 | if portmap was not started. This is to stop "hang" problems for |
|
|
560 | new users who do not add portmap to the default runlevel. See |
|
|
561 | bug #2555. |
|
|
562 | |
|
|
563 | Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. |
|
|
564 | |
|
|
565 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
566 | |
|
|
567 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
|
|
568 | |
|
|
569 | 13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
570 | |
|
|
571 | Change the homes of user "at" and "cron" in /etc/passwd, as |
|
|
572 | they moved to /var/spool/cron... |
|
|
573 | |
|
|
574 | * rc-scripts 1.3.5 (12 May 2002) |
|
|
575 | |
|
|
576 | 12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
577 | |
|
|
578 | Make slight modifications to /sbin/depscan.sh to improve speed (about |
|
|
579 | 1 second on a celeron 633). |
|
|
580 | |
|
|
581 | Finally fix /sbin/runscript.sh to properly handle interdependencies |
|
|
582 | between types need/use and before/after on runlevel change. I can |
|
|
583 | actually kick myself for previous implementations, as this fix simplifies |
|
|
584 | things a lot, and is almost 30 lines of code less! |
|
|
585 | |
|
|
586 | Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
|
|
587 | It rather just exit with a warning, as I think most people have like |
|
|
588 | me mounts that are to boxes that are not always up. |
|
|
589 | |
|
|
590 | Resolve bug #2439 (should not use try with the dd command for ramdisk |
|
|
591 | stuff). Also increase the number of inodes used for the ramdisk to |
|
|
592 | fix "out of space" errors. Updated /sbin/rc for this. |
|
|
593 | |
|
|
594 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
595 | |
|
|
596 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
|
|
597 | backup files to generate /etc/profile.env. |
|
|
598 | |
|
|
599 | Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
|
|
600 | for this. |
|
|
601 | |
|
|
602 | 6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
603 | |
|
|
604 | Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
|
|
605 | /etc/env.d/ file. Same for $QTDIR. |
|
|
606 | |
|
|
607 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
608 | |
|
|
609 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
|
|
610 | and is needed for some fixes. |
|
|
611 | |
|
|
612 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
613 | |
|
|
614 | Update /etc/rc.conf to be more clear and state that you should |
|
|
615 | remove consolefont from startup if you do not use it. Should |
|
|
616 | resolve bug #2174. |
|
|
617 | |
|
|
618 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
|
|
619 | |
|
|
620 | Added user/group apache with uid/gid 81. |
|
|
621 | |
|
|
622 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
623 | |
|
|
624 | Remove the "-net" from the line setting the default gateway |
|
|
625 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
|
|
626 | noting this. |
|
|
627 | |
|
|
628 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
|
|
629 | |
|
|
630 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
|
|
631 | which is installed with the nfs-utils package. Also tidied up some |
|
|
632 | really old, leftover junk like the non-supported stuff from rc5. |
|
|
633 | Closes #1754. |
|
|
634 | |
|
|
635 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
636 | |
|
|
637 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
|
|
638 | other people have wierd problems. |
|
|
639 | |
|
|
640 | * rc-scripts 1.3.4 (21 April 2002) |
|
|
641 | |
|
|
642 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
643 | |
|
|
644 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
|
|
645 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
|
|
646 | |
|
|
647 | Implement the status commandline argument. Updated /sbin/runscript.sh |
|
|
648 | and /sbin/rc-help.sh for this. |
|
|
649 | |
|
|
650 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
|
|
651 | and AFTER. |
|
|
652 | |
|
|
653 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
654 | |
|
|
655 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
|
|
656 | is needed, else /usr/bin/newgrp segfault. |
|
|
657 | |
|
|
658 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
659 | |
|
|
660 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
|
|
661 | Thanks to Väinö Järvelä for this fix. |
|
|
662 | |
|
|
663 | Update /etc/profile to also set the PS? variables if $SHELL |
|
|
664 | is set to /bin/sh. This should make prompt colours in |
|
|
665 | bootstrap work again. |
|
|
666 | |
|
|
667 | Move LVM stuff to checkfs to ensure that they get fscked. |
|
|
668 | This resolves bug #1552. |
|
|
669 | |
|
|
670 | * rc-scripts 1.3.3 (5 April 2002) |
|
|
671 | |
|
|
672 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
673 | |
|
|
674 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
|
|
675 | This is done to try and ensure system integrity. |
|
|
676 | |
|
|
677 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
678 | |
|
|
679 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
|
|
680 | |
|
|
681 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
|
|
682 | |
|
|
683 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
|
|
684 | |
|
|
685 | * rc-scripts 1.3.2 (24 Mar 2002) |
|
|
686 | |
|
|
687 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
688 | |
|
|
689 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
|
|
690 | for this. |
|
|
691 | |
|
|
692 | With the "before" and "after" stuff, recursion levels was getting too high, |
|
|
693 | and with some cases, things just plain did not work as it should. Reworked |
|
|
694 | things to to lower the levels of recursion and get the order right. Updated |
|
|
695 | /etc/init.d/runscript.sh for this. |
|
|
696 | |
|
|
697 | Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where |
|
|
698 | ${svcdir}/softlevel did not always exist, but runscript.sh tried to open it. |
|
|
699 | |
|
|
700 | Enhance --quiet support. Updated /etc/init.d/functions.sh for this. |
|
|
701 | |
|
|
702 | Remove /etc/pwdb.conf, as pwdb already install a copy of this. |
|
|
703 | |
|
|
704 | Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. |
|
|
705 | |
|
|
706 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
|
|
707 | and it seems it has fallen now to my discression. |
|
|
708 | |
|
|
709 | * rc-scripts 1.3.1 (23 Mar 2002) |
|
|
710 | |
|
|
711 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
|
|
712 | DHCP lease release from Jim Nutt. |
|
|
713 | |
|
|
714 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
|
|
715 | since there are a lot of important bug fixes in here that are needed. |
|
|
716 | |
|
|
717 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
718 | |
|
|
719 | Resolve bug #1292. |
|
|
720 | |
|
|
721 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
|
|
722 | Spidler. |
|
|
723 | |
|
|
724 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
725 | |
|
|
726 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
|
|
727 | version, 'cat /proc/mounts'. |
|
|
728 | |
|
|
729 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
730 | |
|
|
731 | Add initial support for the --quiet flag that suppress output. |
|
|
732 | |
|
|
733 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
734 | |
|
|
735 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
|
|
736 | as not all errors by depscan.sh is critical. It should be |
|
|
737 | reworked to do better error handeling. |
|
|
738 | |
|
|
739 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
740 | |
|
|
741 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
|
|
742 | /etc/group to match those of Debian, FBSD and others. Thanks |
|
|
743 | to those who reported it, and Woodchip for looking up the |
|
|
744 | proper values. |
|
|
745 | |
|
|
746 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
|
|
747 | This resolves bug #1150, thanks to Paul Fleischer. |
|
|
748 | |
|
|
749 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
750 | |
|
|
751 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
|
|
752 | as some users have /usr on seperate partition which is not |
|
|
753 | mounted when depscan.sh is run the first time. |
|
|
754 | |
|
|
755 | Updated the checking for more than one service providing the |
|
|
756 | same virtual function in /etc/init.d/depscan.sh. It should |
|
|
757 | be working now, and this also fix a problem that when there is no |
|
|
758 | service providing a virtual, counter was used uninitialized. |
|
|
759 | |
|
|
760 | * rc-scripts 1.3.0 (10 March 2002) |
|
|
761 | |
|
|
762 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
763 | |
|
|
764 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
|
|
765 | |
|
|
766 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
|
|
767 | |
|
|
768 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
|
|
769 | and /etc/init.d/localmount for this. |
|
|
770 | |
|
|
771 | Lots of form/syntax cleanups, most things should be more |
|
|
772 | consistant now. Fixed fail detection/return values of lots of |
|
|
773 | scripts. |
|
|
774 | |
|
|
775 | Lots of cleanup/fixes in the three main scripts behind our |
|
|
776 | rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh |
|
|
777 | |
|
|
778 | Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh |
|
|
779 | is sourced in a ebuild. |
|
|
780 | |
|
|
781 | Fix a bug that our rc-script wrapper introduced: Global variables |
|
|
782 | in scripts no longer worked. Updated /etc/init.d/runscript.sh for |
|
|
783 | this. |
|
|
784 | |
|
|
785 | Implemented more error checking for the main startup code in /sbin/rc. |
|
|
786 | Also fixed try() for mounting /proc (maybe all mount commands). |
|
|
787 | The function worked fine in a simulated test, but in real life failed |
|
|
788 | to detect a error when mounting /proc (remember to thank Grant for |
|
|
789 | his UserMode ebuilds, and Guide). |
|
|
790 | |
|
|
791 | * rc-scripts 1.2.9 (6 March 2002) |
|
|
792 | |
|
|
793 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
794 | |
|
|
795 | General form updates and some piping fixes. |
|
|
796 | |
|
|
797 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
|
|
798 | to fix a problem where startDM.sh would be respawned repeatedly |
|
|
799 | if xdm was not in the default runlevel. |
|
|
800 | |
|
|
801 | * rc-scripts 1.2.8 (4 March 2002) |
|
|
802 | |
|
|
803 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
804 | |
|
|
805 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
|
|
806 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
|
|
807 | move them to the xfree ebuild later on when things settles down. |
|
|
808 | |
|
|
809 | Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
|
|
810 | |
|
|
811 | Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
|
|
812 | where we had a invalid $PATH on boot in some cases. |
|
|
813 | |
|
|
814 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
|
|
815 | the new sys-apps/kbd package. |
|
|
816 | |
|
|
817 | * rc-scripts 1.2.7 (3 March 2002) |
|
|
818 | |
|
|
819 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
820 | |
|
|
821 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
|
|
822 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
|
|
823 | for this. |
|
|
824 | |
|
|
825 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
|
|
826 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
|
|
827 | this. |
|
|
828 | |
|
|
829 | Added caching of the "depend() { need foo; } " lines, and updated |
|
|
830 | /etc/init.d/depscan.sh to touch the actual files less. This should |
|
|
831 | speedup dependancy caching a lot, especially on slow machines. |
|
|
832 | |
|
|
833 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
|
|
834 | for security. |
|
|
835 | |
|
|
836 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
|
|
837 | |
|
|
838 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
839 | |
|
|
840 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
|
|
841 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
|
|
842 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
|
|
843 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
|
|
844 | |
|
|
845 | Removed stopping of dependant services that have current service as |
|
|
846 | a 'use'dependancy ... should be less confusing now. |
|
|
847 | Updated /etc/init.d/runscript.sh for this. |
|
|
848 | |
|
|
849 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
850 | |
|
|
851 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
|
|
852 | programs to startup. This should pretty much have /etc/init.d/ static, |
|
|
853 | except for baselayout updates, etc. |
|
|
854 | |
|
|
855 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
856 | |
|
|
857 | In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause |
|
|
858 | problems. Fixed this in /sbin/rc. |
|
|
859 | |
|
|
860 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
|
|
861 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
|
|
862 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
|
|
863 | |
|
|
864 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
865 | |
|
|
866 | Fix my brain dead update of the 25th. It really should keep |
|
|
867 | "gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in |
|
|
868 | retrieving kernel options. Updated /etc/init.d/functions.sh, |
|
|
869 | /etc/init.d/checkroot and /sbin/rc for this. |
|
|
870 | |
|
|
871 | Updated /etc/init.d/consolefont to work without devfs as well. |
|
|
872 | |
|
|
873 | When rebooting or shutting down, a service should not fail to stop |
|
|
874 | if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
|
|
875 | for this. |
|
|
876 | |
|
|
877 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
878 | |
|
|
879 | Added a check if /dev is mounted when creating entries for /etc/mtab. |
|
|
880 | This should solve a invalid entry or /dev being mounted even with |
|
|
881 | 'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this. |
|
|
882 | |
|
|
883 | 17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
|
|
884 | filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
|
|
885 | just in a comment now) |
|
|
886 | |
|
|
887 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
888 | |
|
|
889 | Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for |
|
|
890 | this. This should fix services not getting started in the correct order |
|
|
891 | in a tight loop, services getting stopped out of order, and some other |
|
|
892 | sanity checks. Updated rc-script.sh for updated help. |
|
|
893 | |
|
|
894 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
895 | |
|
|
896 | Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
|
|
897 | and added the 'after' type. 'before' and 'after' will only work currently |
|
|
898 | for a change of runlevel. Updated /etc/init.d/depscan.sh, |
|
|
899 | /etc/init.d/runscript.sh and /sbin/rc for this. |
|
|
900 | |
|
|
901 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
902 | |
|
|
903 | Add some more entries to /etc/devfsd.conf to make alsa users life |
|
|
904 | easier ... thanks Tod. |
|
|
905 | |
|
|
906 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
907 | |
|
|
908 | Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
|
|
909 | |
|
|
910 | Fixed some services not starting again when restarting a service. |
|
|
911 | Seems simple is still the best way. |
|
|
912 | |
|
|
913 | Fixed some other problems created with feature additions and cleanups. |
|
|
914 | |
|
|
915 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
916 | |
|
|
917 | General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
|
|
918 | |
|
|
919 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
|
|
920 | started first. |
|
|
921 | |
|
|
922 | Added 'use *' to /etc/init.d/local to make sure it gets started |
|
|
923 | last. |
|
|
924 | |
|
|
925 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
926 | |
|
|
927 | Fixed /sbin/rc to stop a service on change of runlevel if it is |
|
|
928 | in 'use' by another service. |
|
|
929 | |
|
|
930 | Added the 'provide' depend type for creating virtual services. |
|
|
931 | Updated /etc/init.d/depscan.sh for this. |
|
|
932 | |
|
|
933 | Added the 'before' depend type. This is more for changing the |
|
|
934 | order services start in. Updated /etc/init.d/depscan.sh and |
|
|
935 | /etc/init.d/functions.sh for this. |
|
|
936 | |
|
|
937 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
|
|
938 | dependancy types. This can be used with 'use' and 'before' to |
|
|
939 | start a script last or first respectively. |
|
|
940 | |
|
|
941 | Added save_options() and get_options() to /etc/init.d/functions.sh |
|
|
942 | for saving misc settings between startup/shutdown. Updated |
|
|
943 | /etc/init.d/net.eth0 to use these and properly down virtual |
|
|
944 | interfaces. |
|
|
945 | |
|
|
946 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
947 | |
|
|
948 | Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet |
|
|
949 | on no errors. |
|
|
950 | |
|
|
951 | * rc-scripts 1.2.6 (6 Feb 2002) |
|
|
952 | |
|
|
953 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
954 | |
|
|
955 | Updated /etc/net.eth0 to specify the gateway device via the $gateway |
|
|
956 | variable (something like gateway="eth0/192.168.0.1"). |
|
|
957 | |
|
|
958 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
959 | |
|
|
960 | Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
|
|
961 | |
|
|
962 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
963 | |
|
|
964 | Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix |
|
|
965 | implements a retry if not successful the first time, and will kill |
|
|
966 | processess using the mount. Also small type-o fix to /etc/init.d/halt.sh. |
|
|
967 | |
|
|
968 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
|
|
969 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
|
|
970 | Fixed /etc/passwd,group for user/group mysql. |
|
|
971 | |
|
|
972 | 27 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added charset |
|
|
973 | map file support to /etc/init.d/consolefont and the setting to |
|
|
974 | /etc/rc.conf. |
|
|
975 | |
|
|
976 | 25 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed dircolors |
|
|
977 | in skel files to support both versions of dircolors. |
|
|
978 | |
|
|
979 | 23 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed bug |
|
|
980 | in the restart stuff of /etc/init.d/runscript.sh that caused |
|
|
981 | a restart of a 'net' service not to restart services again |
|
|
982 | that depended on it. |
|
|
983 | |
|
|
984 | * rc-scripts 1.2.5 (20 Jan 2002) |
|
|
985 | |
|
|
986 | 20 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
|
|
987 | /etc/init.d/net.eth0 to 'use' pcmcia. |
| 4 | |
988 | |
| 5 | 8 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added '--sh' to |
989 | 8 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added '--sh' to |
| 6 | the dircolors command in /etc/skel/.bash_profile to handle cases |
990 | the dircolors command in /etc/skel/.bash_profile to handle cases |
| 7 | where bash do not export $SHELL. |
991 | where bash do not export $SHELL. |
| 8 | |
992 | |
| … | |
… | |
| 26 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
1010 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
| 27 | |
1011 | |
| 28 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
1012 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
| 29 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
1013 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
| 30 | |
1014 | |
| 31 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated |
1015 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
1016 | |
| 32 | /etc/init.d/depscan.sh to store info about missing dependancies of |
1017 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
| 33 | type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
1018 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
| 34 | to use this when starting a script ('need' dependancies is critical for |
1019 | to use this when starting a script ('need' dependancies is critical for |
| 35 | startup). Added the broken() function to /etc/init.d/runscript.sh |
1020 | startup). Added the broken() function to /etc/init.d/runscript.sh |
| 36 | to list the missing dependancies. |
1021 | to list the missing dependancies. |
| 37 | |
1022 | |
| 38 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
1023 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
| … | |
… | |
| 40 | |
1025 | |
| 41 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
1026 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
| 42 | eend(), but print a warning on error, not a error. Updated |
1027 | eend(), but print a warning on error, not a error. Updated |
| 43 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
1028 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
| 44 | |
1029 | |
| 45 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c |
1030 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 46 | to run /etc/init.d/rc-help.sh if no arguments is passed to a rc-script. |
1031 | |
|
|
1032 | Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments |
|
|
1033 | is passed to a rc-script. |
| 47 | |
1034 | |
| 48 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
1035 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
| 49 | the rc-scripts. |
1036 | the rc-scripts. |
| 50 | |
1037 | |
| 51 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update |
1038 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
1039 | |
| 52 | /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
1040 | Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
| 53 | halt and reboot. This fixes a problem where / was not unmounted |
1041 | halt and reboot. This fixes a problem where / was not unmounted properly |
| 54 | properly in some cases. |
1042 | in some cases. |
| 55 | |
1043 | |
| 56 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to |
1044 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 57 | to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and |
1045 | |
| 58 | /etc/init.d/depscan.sh for this |
1046 | Move $svcdir to to /etc/init.d/functions.sh, and update |
|
|
1047 | /etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this |
| 59 | |
1048 | |
| 60 | Modified /etc/init.d/runscript.sh to also restart the services that |
1049 | Modified /etc/init.d/runscript.sh to also restart the services that |
| 61 | depend on a service if that service is restarted. Enhanced the |
1050 | depend on a service if that service is restarted. Enhanced the |
| 62 | restart function to be able to have custom restart() functions in |
1051 | restart function to be able to have custom restart() functions in |
| 63 | rc-scripts. The custom restart() have to use svc_stop() and |
1052 | rc-scripts. The custom restart() have to use svc_stop() and |
| … | |
… | |
| 65 | |
1054 | |
| 66 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
1055 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
| 67 | stop a service without stopping the services that depends on that |
1056 | stop a service without stopping the services that depends on that |
| 68 | service. |
1057 | service. |
| 69 | |
1058 | |
| 70 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
1059 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
| 71 | service without stopping the services that depends on that service. |
1060 | service without stopping the services that depends on that service. |
| 72 | |
1061 | |
| 73 | * rc-scripts 1.2.3 (18 Dec 2001) |
1062 | * rc-scripts 1.2.3 (18 Dec 2001) |
| 74 | |
1063 | |
| 75 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
1064 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 76 | /sbin/init (old) to /sbin/rc (basically drop the init wrapper we used). |
1065 | |
|
|
1066 | Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the |
|
|
1067 | init wrapper we used). |
| 77 | |
1068 | |
| 78 | Some cleanups: take out the shm resize comment; |
1069 | Some cleanups: take out the shm resize comment; |
| 79 | |
1070 | |
| 80 | remove the $wrongmount; |
1071 | remove the $wrongmount; |
| 81 | |
1072 | |
| … | |
… | |
| 92 | Also added functionality to detect if the kernel have DEVFS support |
1083 | Also added functionality to detect if the kernel have DEVFS support |
| 93 | compiled in; seems new users thinks devfs is unstable and as they do |
1084 | compiled in; seems new users thinks devfs is unstable and as they do |
| 94 | not always read the docs, it does not get compiled in ;/ Should |
1085 | not always read the docs, it does not get compiled in ;/ Should |
| 95 | make live for us a bit easier. |
1086 | make live for us a bit easier. |
| 96 | |
1087 | |
| 97 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill |
1088 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 98 | a cosmetic bug in the part that stops all the unneeded services. |
1089 | |
|
|
1090 | Fixed /sbin/rc to kill a cosmetic bug in the part that stops all |
|
|
1091 | the unneeded services. |
| 99 | |
1092 | |
| 100 | * rc-scripts 1.2.2 (8 Dec 2001) |
1093 | * rc-scripts 1.2.2 (8 Dec 2001) |
| 101 | |
1094 | |
| 102 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
1095 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
| 103 | |
1096 | |
| … | |
… | |
| 114 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
1107 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
| 115 | and one for update-modules.8. These were adapted from Debian. Updated |
1108 | and one for update-modules.8. These were adapted from Debian. Updated |
| 116 | tarball.sh to include the new man directory. Updated baselayout to install |
1109 | tarball.sh to include the new man directory. Updated baselayout to install |
| 117 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
1110 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
| 118 | |
1111 | |
| 119 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init |
1112 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1113 | |
| 120 | to work correctly with the 'gentoo=nodevfs' option, and cleaned |
1114 | Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
| 121 | out old code. |
1115 | and cleaned out old code. |
| 122 | |
1116 | |
| 123 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
1117 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
| 124 | |
1118 | |
| 125 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
1119 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1120 | |
| 126 | /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
1121 | Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
| 127 | that can be used for services that needs to have a logger started |
1122 | that can be used for services that needs to have a logger started before |
| 128 | before they are started. Updated /etc/conf.d/basic with $SYSLOGGER |
1123 | they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used |
| 129 | that is used to define what loggers the 'logger' depend represent. |
1124 | to define what loggers the 'logger' depend represent. |
| 130 | |
1125 | |
| 131 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
1126 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1127 | |
| 132 | /etc/passwd and /etc/group with minor fixes to pass pwck and grpck. |
1128 | Updated /etc/passwd and /etc/group with minor fixes to pass pwck |
|
|
1129 | and grpck. |
| 133 | |
1130 | |
| 134 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in |
1131 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1132 | |
| 135 | /etc/profile for the user to 077 for security. |
1133 | Changed umask in /etc/profile for the user to 077 for security. |
| 136 | |
1134 | |
| 137 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
1135 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
| 138 | 'source /etc/rc.conf' line. |
1136 | 'source /etc/rc.conf' line. |
| 139 | |
1137 | |
| 140 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
1138 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
| … | |
… | |
| 151 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
1149 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
| 152 | removed notail from the ext2 boot partition, other cleanups. |
1150 | removed notail from the ext2 boot partition, other cleanups. |
| 153 | |
1151 | |
| 154 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
1152 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
| 155 | |
1153 | |
| 156 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf |
1154 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 157 | and updated /sbin/init to use a new scheme for saving /dev permissions. |
1155 | |
|
|
1156 | Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving |
| 158 | Also moved /dev-state to /lib/dev-state which is a more standard location. |
1157 | /dev permissions. Also moved /dev-state to /lib/dev-state which is a more |
|
|
1158 | standard location. |
| 159 | |
1159 | |
| 160 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
1160 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
| 161 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
1161 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
| 162 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
1162 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
| 163 | changing runlevels did not want to work. |
1163 | changing runlevels did not want to work. |
| … | |
… | |
| 192 | |
1192 | |
| 193 | * rc-scripts 1.1.8 (15 Nov 2001) |
1193 | * rc-scripts 1.1.8 (15 Nov 2001) |
| 194 | |
1194 | |
| 195 | 16 Nov 2001; removed bogus "mountall.test" script. |
1195 | 16 Nov 2001; removed bogus "mountall.test" script. |
| 196 | |
1196 | |
| 197 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
1197 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1198 | |
| 198 | init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not |
1199 | Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being |
| 199 | 'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded |
1200 | 'use' not 'uses', as it fits better with 'need' (not 'needs'). Also |
| 200 | for loop from init.d/depscan.sh, and other fixes. Updated names of new |
1201 | removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated |
| 201 | functions in init.d/runscript.sh to better sounding ones. Updated |
1202 | names of new functions in init.d/runscript.sh to better sounding ones. |
| 202 | init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups. |
1203 | Updated init.d/modules, init.d/netmount to use 'use'. Lots of other |
|
|
1204 | fixes/cleanups. |
|
|
1205 | |
| 203 | Removed try() out of init.d/runscript.sh (why was this here ?). |
1206 | Removed try() out of init.d/runscript.sh (why was this here ?). |
| 204 | |
1207 | |
| 205 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
1208 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1209 | |
| 206 | cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist. |
1210 | Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it |
|
|
1211 | doesn't exist. |
| 207 | |
1212 | |
| 208 | init.d/hostname: Added check for a valid /etc/hostname. |
1213 | init.d/hostname: Added check for a valid /etc/hostname. |
| 209 | |
1214 | |
| 210 | init.d/keymaps: Added check for valid $KEYMAP. |
1215 | init.d/keymaps: Added check for valid $KEYMAP. |
| 211 | |
1216 | |
| … | |
… | |
| 217 | not 'default' runlevel. |
1222 | not 'default' runlevel. |
| 218 | |
1223 | |
| 219 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
1224 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
| 220 | this really needed (I cannot see that it is used anywhere ...)? |
1225 | this really needed (I cannot see that it is used anywhere ...)? |
| 221 | |
1226 | |
| 222 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
1227 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1228 | |
| 223 | init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called |
1229 | Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend |
| 224 | 'uses'. It basically have the same usage as 'need', except that it do not |
1230 | called 'uses'. It basically have the same usage as 'need', except that it |
| 225 | start services that is not in the current and 'boot' runlevels. |
1231 | do not start services that is not in the current and 'boot' runlevels. |
| 226 | |
1232 | |
| 227 | Updated init.d/netmount to use the 'uses' depend. |
1233 | Updated init.d/netmount to use the 'uses' depend. |
| 228 | |
1234 | |
| 229 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
1235 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 230 | not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
1236 | |
| 231 | starting and stopping of services not to start depends. |
1237 | Fixed init.d/runscript.sh not to destroy the 'need' depends in |
|
|
1238 | /${svcdir}/need. This caused subsequent starting and stopping of services |
|
|
1239 | not to start depends. |
| 232 | |
1240 | |
| 233 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
1241 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 234 | where the ${svcdir}/softscripts directory got destroyed before stopping |
1242 | |
| 235 | running services scheduled to be stopped. This with the fact that $SOFTLEVEL |
1243 | Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got |
| 236 | was set too early, caused the services to be stopped in the wrong order. |
1244 | destroyed before stopping running services scheduled to be stopped. This |
|
|
1245 | with the fact that $SOFTLEVEL was set too early, caused the services to be |
|
|
1246 | stopped in the wrong order. |
| 237 | |
1247 | |
| 238 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
1248 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1249 | |
| 239 | check if any network filesystems is mounted. |
1250 | Modified init.d/netmount to check if any network filesystems is mounted. |
| 240 | |
1251 | |
| 241 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
1252 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
| 242 | some awk and grep magic to find all remote filesystems and umount them. |
1253 | some awk and grep magic to find all remote filesystems and umount them. |
| 243 | |
1254 | |
| 244 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
1255 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
| 245 | (missing "/"); it now actually checks the root filesystem. Also, a |
1256 | |
| 246 | localmount cleanliness fix. |
1257 | A fix for checkroot (missing "/"); it now actually checks the root |
|
|
1258 | filesystem. Also, a localmount cleanliness fix. |
| 247 | |
1259 | |
| 248 | * rc-scripts 1.1.7 (18 Oct 2001) |
1260 | * rc-scripts 1.1.7 (18 Oct 2001) |
| 249 | |
1261 | |
| 250 | [old changelog format follows] |
1262 | [old changelog format follows] |
| 251 | |
1263 | |
| … | |
… | |
| 286 | Brand new message functions (ewarn). |
1298 | Brand new message functions (ewarn). |
| 287 | |
1299 | |
| 288 | *sbin/init, init.d/checkroot |
1300 | *sbin/init, init.d/checkroot |
| 289 | We're going back to a /proc/mounts-based mtab symlink because it's |
1301 | We're going back to a /proc/mounts-based mtab symlink because it's |
| 290 | just plain better. Appropriate changes made. |
1302 | just plain better. Appropriate changes made. |
|
|
1303 | |
|
|
1304 | # vim:expandtab |