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