/[baselayout]/trunk/ChangeLog
Gentoo

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 197 Revision 638
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-2004 Gentoo Foundation; Distributed under the GPL
3# Written by Daniel Robbins (drobbins@gentoo.org) 3# Written by Daniel Robbins (drobbins@gentoo.org)
4
5* rc-scripts 1.6.3 (23 Oct 2004)
6
7 22 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
8
9 Add support for user_eth0 in the adsl module and in net.example.
10 This means that most users won't need to edit pppoe.conf at all
11
12 21 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
13
14 Remove old etc/conf.d/net and try to clarify instructions in
15 net-scripts/conf.d/net.example. Add example for ADSL
16
17 21 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
18
19 Merge all of the UML checks into one function, is_uml_sys(),
20 which is now in functions.sh.
21
22 18 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
23
24 Add v-e-commands (veinfo, vbegin, etc) to sbin/functions.sh that
25 depend on RC_VERBOSE which defaults to no. Add --verbose to args
26 understood by runscript.sh.
27
28 In net.lo, use veinfo and friends when loading modules since this
29 information is confusing to users.
30
31 In net.lo, always load global "modules" setting in following
32 "modules_iface" since this is a little easier for users to
33 understand.
34
35 In net.lo, use eindent for output of pre/post scripts
36
37 18 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
38
39 Add shfs to our list of net filesystems #61452. Also add afs/nfs4.
40
41 Add a '-u' parameter to depscan.sh to allow for updates only when
42 the config files have changed. With /sbin/rc using this, we speed
43 up bootup by only regenerating the cache when need be #67976. Also
44 add a '-u' parameter to env-update.sh for same reasons.
45
46 Don't run depscan.sh in rc-update anymore since the cache files don't
47 depend on runlevels (which is all that rc-update modifies).
48
49 Add unicode support to keymaps/consolefont #32111 and UML support #29707.
50
51 Add checks to many filesystem operations in the eventuality that the
52 filesystems are mounted read only.
53
54 16 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
55
56 Update the default fstab /dev/shm mount to include the nodev, nosuid,
57 and noexec mount flags. No reason for the filesystem to have those.
58
59 Cleaned up the clock init script. Moved the clock options out of
60 rc.conf and into its own conf.d/clock file. Added support for the
61 weird Alpha consoles SRM/ARC since they need special config options.
62 Also made the syncing of system clock to hardware clock at shutdown
63 optional (with the default being off) #15834. Don't try to set the
64 clock if running inside a coLinux environment #52870.
65
66 Update default PATH ordering to try to follow default behavior in
67 other distro's and because it's logical that /usr/local should
68 override /usr which should override /. Fixes #12531.
69
70 Move devfs stuff out of baselayout and into the devfsd package.
71
72 Don't run /sbin/pam_console_apply -r if using udev on /dev #50315.
73
74 14 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
75
76 Fix rc-status to work with new COLS code.
77
78 14 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
79
80 Allow users to mount ramfs/tmpfs/ramdisk as their svcdir and
81 stop assuming ramfs==ramdisk #64079.
82
83 13 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
84
85 Rework the code for managing /dev to make it more flexible for
86 users. Some don't want to use devfs/udev but rather just create
87 their own nodes. Handles some issues with #44906 / #67276.
88
89 Move the utmp clearing code out of bootmisc and into /sbin/rc.
90 The utmp log must be cleared while in the initial boot level
91 (meaning inside /sbin/rc) because as soon as rc exists, init
92 writes a 'boot' record (`who -b`) which would normally be lost
93 when the bootmisc init.d script is run #61727.
94
95 13 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
96
97 Cosmetic fixes for starting loopback interface
98
99 SpanKY doesn't like the dots... disable them by default, but you
100 can set RC_DOT_PATTERN=' .' in /etc/conf.d/rc to get them back
101
102* rc-scripts 1.6.2 (13 Oct 2004)
103
104 13 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
105
106 Install net.modules.d to /lib/rcscripts instead of /etc so we
107 don't have to deal with CONFIG_PROTECT
108
109 Fix diff code in modules_load so it can identify which functions
110 have been modified
111
112 Fix fallback mechanism in iface_start so that it works correctly
113 and doesn't report a bogus error message when trying the fallback
114
115 Get rid of need_begin trickery in iface_stop
116
117 Simplify eend processing in dhcp modules
118
119 Implement eindent, eoutdent, esetdent in functions.sh and adjust
120 net-scripts to use them.
121
122 Re-write einfo, ewarn, eerror, ebegin, eend, ewend to use
123 RC_INDENTATION and to work better on serial terminals
124
125 Remove conf.d/net.ppp0 since that is provided by net-dialup/ppp
126
127 12 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
128
129 Fix ipaddr_fallback in net-scripts/conf.d/net.example
130
131 09 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
132
133 Remove init.d/net.eth0 net.lo and net.ppp0. The first two are
134 provided now by net-scripts and net.ppp0 is shipped in
135 net-dialup/ppp
136
137 Create NET_FS_LIST and is_net_fs in functions.sh and use them in
138 checkroot, localmount, netmount, net.example, and net.lo
139
140 09 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
141
142 If the hostname has already been set via the kernel/dhcp, don't
143 force it to 'localhost'. Used in netboot/terminal setups #38172.
144
145 Add domainname to default boot runlevel list #47041.
146
147 08 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
148
149 Make sure that when we try to mount /sys, we do so with -n (tigger).
150
151 Add some examples for nfs to sysctl.conf #66575.
152
153 06 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
154
155 Update to net-scripts 1.0.2 from Roy
156 ------------------------------------
157 - wireless module: replaced preferred_only var with
158 associate_order this makes more sense now as we have changed the
159 possible values
160 - wireless module: added patch from Daniel Zappala we should call
161 wireless_get_essid everywhere now
162 - wireless module: don't declare ESSID local in
163 wireless_configure(). This allows ESSID to be tested in the
164 user defined postup() function
165 - wireless module: test type != "NOT READY!" instead of testing =
166 IEEE. this resolves problems with intel and ra-tech drivers
167 - net.lo start() now errors when the interface does not exist
168 - dhcpcd, dhclient, udhcpc and pump now expose peer_* vars this
169 enables wireless to map them from peer_dns_ESSID
170 - config-system helper now loads wireless module to remap
171 variables from ESSID this allows udhcpc and dhclient to use
172 remapped wireless vars
173 - fixed dhcpcd and pump modules using peer_* vars
174 - wireless aborts after 5 seconds if it cannot report a valid
175 ESSID this fixes a potential infinite loop problem
176 - wireless_setup_iface() renamed to wireless_map_essid_vars() this
177 avoids confusion about what the function actually does
178
179 06 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
180
181 Change the default net.ipv4.conf.default.rp_filter setting to 1
182 in sysctl.conf since it shouldn't be harmful in anyway. Redhat
183 does the same.
184
185 05 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
186
187 Get rid of getcols() in sbin/functions.sh. Use COLUMNS when
188 possible and otherwise clean up the COLS code. Fix the "emerge
189 depend" detection code to use RC_ENDCOL="no"
190
191 05 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
192
193 Changed behavior of the domainname init.d script. It will now
194 override any settings obtained via dhcp/whatever. See #48277.
195
196 Updated bootmisc to dump the output of `dmesg` to /var/log/dmesg.
197 This way users have an 'after-boot' log of their dmesg saved
198 somewhere useful #55421.
199
200 Added the 'eend' back to depscan.sh since the script starts with a
201 call to 'ebegin' #59694.
202
203 Add selinux update from Chris PeBenito for src/runscript.c #64019.
204
205 Add more quoting to rc-help.sh to fix some non-critical errors.
206 Make rc-help.sh respect the value of RC_NOCOLOR. Allow RC_NOCOLOR
207 in functions.sh to be set via the environment.
208
209 Flesh out the default sysctl.conf with comments and more examples
210 since our previous one was pretty sparse #59993.
211
212 Change calls to `uniq` to `sort -u` in checkroot/halt.sh. This way
213 we only require sort in / and not both #36453.
214
215 04 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
216
217 More (I mean a LOT more) services. This takes care of #44458,
218 #52881 #55939 #58997 #66166 #66297. Gleaned many from the IANA
219 list/Fedora/FreeBSD/Debian.
220
221 Change the test for /proc/cmdline from -e to -r. On grsecurity
222 based systems for example, the file may exist, but not be readable
223 by non-root users (patch by Ned Ludd).
224
225 03 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
226
227 Add support for NFSv4 from #25106 to the netmount script. Don't
228 try to fsck / if the root is a remote filesystem (like NFS) #36624.
229
230 Update the fs_passno values in the default fstab to match the
231 settings suggested by the manpage #37314. Make checkroot respect
232 a fs_passno setting of 0 when dealing with / #39212. Change
233 default / filesystem type to ext3 instead of xfs #42670.
234
235 Re-order the arguements to mount to match POSIX requirements #66225.
236
237 Don't pipe swapon in localmount to /dev/null and ignore return
238 codes anymore. A swapon that works shows no output #39834.
239
240 02 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
241
242 Break up the COL/COLOR code properly this time. Not all serial
243 consoles can handle adjusting to the end of the line, so let's not
244 bother running stty at all anymore. This should fix up #32453.
245
246 30 Sep 2004; Mike Frysinger <vapier@gentoo.org>:
247
248 Disable cryptfs by default in the conf.d file. Also cleanup
249 the output generated in localmount/checkfs/halt.sh for dm-crypt.
250 Add an extra check so that cryptfs is only run when the conf.d
251 file exists as well as /bin/cryptsetup.
252
253 29 Sep 2004; Mike Frysinger <vapier@gentoo.org>:
254
255 Let glibc install nscd since different versions of glibc will
256 need to be handled differently. See #43076 by Rui Malheiro.
257
258 29 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
259
260 Prefer ~/.dir_colors over /etc/DIR_COLORS when it exists #64489
261
262 27 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
263
264 Clear the screen in .bash_logout #32330
265
266* rc-scripts 1.6.1 (27 Sep 2004)
267
268 27 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
269
270 Update dm-crypt to work with multi-line configuration files.
271 Also don't set status in a subshell; it was being lost before.
272
273 23 Sep 2004; Mike Frysinger <vapier@gentoo.org>:
274
275 Rework the logic behind the $COLS code. It should not depend
276 on whether color is enabled. Also add a check for negative
277 values (like when using a serial console).
278
279* rc-scripts 1.6.0 (15 Sep 2004)
280
281 15 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
282
283 Fix bug 64034: simplify netmount script's stop function so that
284 mountpoints containing spaces work correctly
285
286 Update tarball.sh to use net-scripts
287
288 14 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
289
290 Commit dm-crypt enablement patch from Tigger (Rob Holland) in
291 bug 43146
292
293* rc-scripts 1.5.3 (18 Aug 2004)
294
295 18 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
296
297 Fix bug 60719 (request for better error messages from runscript)
298 by allowing errors to show on the screen when they're encountered
299 in wrap_rcscript
300
301 Apply Spock's bootsplash patch from bug 45784. This moves most of
302 the splash functionality out of baselayout.
303
304 13 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
305
306 Don't export PS1. Continuation of bug 26951, comments 60-62.
307
308* rc-scripts 1.5.2 (02 Aug 2004)
309
310 02 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
311
312 Related to bug 38955, don't set INPUTRC. Instead patch bash so
313 that it looks for /etc/inputrc automatically if ~/.inputrc is
314 missing. This is better than using INPUTRC since that will
315 override even after the user creates ~/.inputrc.
316
317 Fix bug 54275: Don't set INFODIR. The correct variable used by
318 texinfo is INFOPATH, which is already set in 00basic. Setting
319 INFODIR is useless, and breaks a NetBSD cross compile from Gentoo
320
321 01 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
322
323 Fix bug 58805: net.eth0 should use bridge so that bridge
324 interfaces are configured prior to net.br0 running
325
326 Fix bug 56856: Get rid of net.rej and integrate missing stuff to
327 conf.d/net
328
329 Apply half of spock's patch in bug 45784: Check for
330 conf.d/bootsplash instead of conf.d/bootsplash.conf
331
332 Fix bug 51351: Quote parsed output of /proc/filesystems to handle
333 octal sequences in mountpoint such as encoded spaces (\040)
334
335 Fix bug 46680: Add cifs support to localmount and netmount.
336 Thanks to Ronald Moesbergen for the patches
337
338 21 Jul 2004; Aron Griffis <agriffis@gentoo.org>:
339
340 Fix bug 26952: Use /etc/bash/bashrc to setup PS1, testing $- to
341 determine if shell is interactive. The new system-wide bashrc is
342 installed by bash-2.05b-r10
343
344 19 Jul 2004; Aron Griffis <agriffis@gentoo.org>:
345
346 Fix bug 38743: strip leading and trailing spaces from variable
347 values in genenviron.awk. Thanks to Marius Mauch for the patch.
348
349 09 Jul 2004; Aron Griffis <agriffis@gentoo.org>:
350
351 Fix bug 55576: swap words "start" and "stop" in runscript.sh error
352 message
353
354* rc-scripts 1.5.1 (28 Jun 2004)
355
356 28 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
357
358 Fix dhcp in iface_start_ifconfig: It was re-using the variable
359 ${i} which would result in the following error:
360 /sbin/runscript.sh: line 441: ((: 16.141.88.153: syntax error
361 in expression (error token is ".141.88.153")
362
363 Use vlan_IFACE instead of iface_IFACE_vlans in net.eth0 for more
364 consistent vlan configuration. Thanks to robbat2 in bug 55394
365 (not fully resolved)
366
367 Add example for checking if root filesystem is NFS-mounted via
368 predown function in conf.d/net for bug 53104. This might be
369 better integrated at some point into net.eth0
370
371* rc-scripts 1.5.0 (26 Jun 2004)
372
373 26 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
374
375 Fix bug 47659: support iproute2-style configuration. Thanks to
376 Dean Bailey for some fantastic patches, including documentation
377 for conf.d/net. This is a pretty huge re-write of net.eth0
378
379 Fix bug 34607: provide examples for in conf.d/net for preup,
380 postup, predown, postdown functions. Also pay attention to return
381 value from predown function (previously ignored)
382
383 15 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
384
385 Fix bug 25975: support adsl in net.eth0. Thanks to Patrick McLean
386 for the initial pass at the code.
387
388 Fix bug 34140: add --servicelist option to rc-status. Thanks to
389 Eldad Zack for the patch.
390
391 Fix bug 37418: fix order of LVM and RAID in checkfs. Thanks to
392 Raimondo Giammanco for the patch.
393
394* rc-scripts 1.4.16 (06 Jun 2004)
395
396 06 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
397
398 Only call generate-modprobe.conf with --assume-kernel if
399 modules-update was called with --assume-kernel. This means that
400 only catalyst has the dependency on module-init-tools, not
401 everybody with the newer baselayout
402
403* rc-scripts 1.4.15 (21 May 2004)
404
405 21 May 2004; Aron Grifis <agriffis@gentoo.org>:
406
407 Fix bug 51570: typo on line 161 of /sbin/livecd-functions.sh
408
409 Fix bug 51626: wrong variable declaration at top of
410 get_bootparam() in /sbin/functions.sh
411
412* rc-scripts 1.4.14 (17 May 2004)
413
414 17 May 2004; Aron Griffis <agriffis@gentoo.org>:
415
416 Bump version to 1.4.14 to push out gmsoft's fix for hppa console
417 on ttyB0
418
419* rc-scripts 1.4.13 (15 May 2004)
420
421 15 May 2004; Aron Griffis <agriffis@gentoo.org>:
422
423 Bump version to 1.4.13 to push out Gustavo's livecd serial console
424 fixes for sparc and hppa.
425
426* rc-scripts 1.4.12 (07 May 2004)
427
428 10 May 2004; Aron Griffis <agriffis@gentoo.org>:
429
430 Bump version to 1.4.12 to release these critical bug fixes
431
432 Fix bug 50434: The new version of start-stop-daemon changes
433 directory to / by default unless --chdir is specified. Revert
434 this behavior to maintain working directory. This fixes openvpn
435 startup (probably among other things). Thanks to Sven Wegener for
436 the patch.
437
438 Fix bug 50448: Four days ago I changed bash loops to use the wrong
439 conditional syntax in net.eth0. Thanks to Sven Wegener for
440 pointing out the problem and providing a patch.
441
442* rc-scripts 1.4.11 (07 May 2004)
443
444 07 May 2004; Aron Griffis <agriffis@gentoo.org>:
445
446 Fix bug 20597: Skip RCS files when updating modules
447
448 Fix bug 49926: Add a --assume-kernel flag to modules-update. This
449 requires a companion patch in module-init-tools-3.0-r2 to handle
450 the same flag in generate-modprobe.conf; this dependency won't be
451 handled in the baselayout ebuild since it only affects livecd
452 building.
453
454 06 May 2004; Aron Griffis <agriffis@gentoo.org>:
455
456 In net.eth0, fix many instances of loops like "for ((i = 0; i <
457 100; i = i + 1))". The problem here is that the middle comparison
458 is being interpreted as a bash conditional, which means that it's
459 doing string comparison by default. It needs to be "i -lt 100"
460
461 Fix bug 34827: net.eth0 breaks when localized because the ifconfig
462 output changes. Wrap ifconfig in a function that overrides
463 LC_ALL=C
464
465 Fix bug 48305: Provide a new network configuration variable
466 ifconfig_fallback_eth0 which allows one to specify a fallback
467 configuration in case DHCP fails.
468
469 Fix bug 50246: Give root an invalid password ("*" in /etc/shadow)
470 in the default baselayout. This prevents the first reboot after
471 installation from having a blank password.
472
473 05 May 2004; Aron Griffis <agriffis@gentoo.org>:
474
475 Fix bug 48595: Make sure $(id -u) is zero (root user) when running
476 init scripts to avoid a lot of error messages.
477
478 Replace many lines of awk with two lines of grep in
479 init.d/localmount
480
481 Fix bug 44316: Use 0644 instead of 0640 for resolv.conf in net.ppp0
482
483 03 May 2004; Aron Griffis <agriffis@gentoo.org>:
484
485 Update to version 1.10.20 of Debian's start-stop-daemon (contained
486 in dpkg at http://packages.debian.org/testing/base/dpkg). This
487 fixes bug 22686 (start-stop-daemon in baselayout doesn't allow
488 altered nicelevel).
489
490* rc-scripts 1.4.10 (25 Apr 2004)
491
492 25 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
493
494 Fix typos in sbin/rc: "try try mount" and "mount ... & >/dev/null"
495 Also removed the errstr double-checking since the need for that is
496 alleviated by these typo fixes.
497
498 23 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
499
500 Fix bug 48629 (/sbin/rc fixups for udev) with patch from GregKH
501
502 Fix bug 40987 (gentoo should be able to boot with an empty /dev)
503 with patch from Spanky. The patch avoids redirection to /dev/null
504 when it doesn't exist; this was breaking /sbin/rc.
505
506* rc-scripts 1.4.9 (15 Apr 2004)
507
508 15 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
509
510 Fix bug 47111 (severe depcache problems) with tons of help from
511 dswhite42 and the rest of the crew in that bug. Thanks guys!
512
513* rc-scripts 1.4.8 (14 Apr 2004)
514
515 14 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
516
517 Fix bug 47623 (error removing inet6 addresses) with patch provided
518 by Vlad Yasevich.
519
520* rc-scripts 1.4.7 (12 Apr 2004)
521
522 12 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
523
524 Fix bug 47218 (net.eth0 broken for vlans) with patch provided by
525 Andy Dustman. Fix bug 47250 (depscan.sh fails to create
526 /var/lib/init.d/* directories) with patch from Terje Bergström.
527
528* rc-scripts 1.4.6 (08 Apr 2004)
529
530 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
531
532 Update patch from Gustavoz; -ln /bin/bash should have been -nl /bin/bash
533
534* rc-scripts 1.4.5 (08 Apr 2004)
535
536 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
537
538 Patch init.d/checkroot to list / (root) only once in mtab; see bug 38360.
539 Patch from Gustavoz to livecd-functions.sh to run bash instead of login on
540 serial consoles, necessary due to scrambled root passwords.
541
542* rc-scripts 1.4.4 (07 Apr 2004)
543
544 07 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
545
546 Patch from Gustavoz for Sparc console: Fetch LIVECD_CONSOLE from dmesg
547 output. Also support 4800 baud correctly.
548
549 16 Mar 2004; Aron Griffis <agriffis@gentoo.org>:
550
551 The changes in this commit pertain primarily to
552 http://bugs.gentoo.org/show_bug.cgi?id=19695
553 http://bugs.gentoo.org/show_bug.cgi?id=35736
554
555 Specify routes as an array per interface, for example:
556 routes_eth0=(
557 "-net 10.1.0.0 netmask 255.255.0.0 gw 10.0.0.5"
558 "-net 10.2.0.0 netmask 255.255.0.0 gw 10.0.0.6"
559 "-host 10.3.0.1 dev eth0"
560 )
561
562 You can optionally use the gateway variable or just put the default route
563 in the routes variable. The following two are REDUNDANT:
564
565 routes_eth0=( "default gw 10.0.0.5" )
566 gateway="eth0/10.0.0.5"
567
568 Old configuration variables in /etc/conf.d/net are fully supported and
569 used transparently if ifconfig_eth0 is missing. In other words, this new
570 script is fully backward-compatible. However you can get rid of
571 iface_eth0, alias_eth0, broadcast_eth0 and netmask_eth0 if you want by
572 using the new syntax:
573
574 ifconfig_eth0=(
575 "10.0.0.6 broadcast 10.0.255.255 netmask 255.255.0.0"
576 "192.168.1.1 netmask 255.255.255.0"
577 "123.456.789.1"
578 )
579
580 Full backward compatibility so no danger to screwing up users relying on
581 existing /etc/conf.d/net setup
582
583 NET_DEBUG can be set in the environment for copious debugging output
584
585 Deprecate [ ] in favor of [[ ]] which has fewer quoting issues and
586 better functionality (and is even slightly faster)
587
588 Properly localize all variables, including variables returned by
589 setup_vars
590
591 Allow full options for every ifconfig command, both base address and
592 aliases via ifconfig_eth0, replacing the convoluted and less-functional
593 iface_eth0, alias_eth0, broadcast_eth0, netmask_eth0
594
595 Provide full support for static routes via routes_eth0
596
597 Fix potential quoting problems in setup_vars by using better eval syntax
598 instead of eval echo
599
600 Display IP addresses while configuring, both DHCP-retrieved and
601 statically set addresses
602
603 Collapse redundant caching of $? since eend returns $? again
604
605 Report when keeping kernel configuration for an interface along with IP
606 address gleaned
607
608 Don't reset the default gateway if it is already set correctly
609
610 Don't bind default gateway to particular interface when /sbin/route is
611 called so that it can survive if there is more than one interface on the
612 required subnet. (Old behavior can be obtained by setting
613 routes_eth0="default gw 1.2.3.4 dev eth0" if you really want it)
614
615 Don't bomb if default gateway can't be set since that doesn't
616 necessarily mean that the interface configuration is invalid.
617 (Old behavior was completely broken, but commented section
618 demonstrates how to do it right if necessary)
619
620 iface_stop no longer relies on configuration in /etc/conf.d/net AT ALL.
621 This is very good because it means you can put new configuration in
622 /etc/conf.d/net, then restart the interface and the old configuration will
623 be properly shut down.
624
625 iface_stop reports when it is releasing the DHCP lease
626
627* rc-scripts 1.4.3.13p1 (26 Feb 2004)
628
629 26 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
630
631 Remove /etc/DIR_COLORS, as coreutils provides it now.
632
633 Add RC_DEVICE_TARBALL to /etc/conf.d/rc to control use of device tarball.
634 Also modified /sbin/rc and /etc/init.d/halt.sh for this.
635
636 Start udevd if present.
637
638 Small fix to sbin/rc-services.sh related to mtime checking and 'net'
639 virtual service - it had no mtime generated, so check_mtime() failed
640 for it ...
641
642 25 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
643
644 Update to enable checking of mtimes on rc-scripts, and auto running
645 depscan.sh if needed. Also try to run depscan.sh when RC_GOT_DEPTREE_INFO
646 is not set instead of just erroring.
647
648 19 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
649
650 Fix irda type-o in /sbin/MAKEDEV, thanks to Tobias Sager <moixa@gmx.ch>.
651
652 Fix type-o in /etc/initrc, bug #41666 (Tom Vergote <bugzilla@tomvergote.be>).
653
654 15 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
655
656 Add RC_TTY_NUMBER to /etc/conf.d/rc to configure how many tty devices
657 are used in scripts such as consolefonts, numlock, etc. This should
658 close bug #39863.
659
660 Fix type-o in /etc/init.d/consolefont, bug #40938, thanks to patch from
661 Cory Tusar <ctusar@adelphia.net>.
662
663 09 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
664
665 Add SELinux modifications to /sbin/runscript. This allows runscript to
666 make sure it is running in the right domain. Patch done by
667 Chris PeBenito <pebenito@gentoo.org>.
668
669* rc-scripts 1.4.3.13 (08 Feb 2004)
670
671 08 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
672
673 Fix wrong logic in /etc/init.d/halt.sh which did not umount all mounts
674 _but_ /mnt/cdrom and /mnt/livecd.
675
676 Update /etc/init.d/consolefont to use newer kbd. Should also close
677 bug #39864.
678
679 Fix /sbin/depscan.sh, /sbin/functions.sh and /sbin/rc to use mkdir rather
680 than install, as newer versions of install is located in /usr/bin. This
681 closes bug #39648.
682
683 06 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
684
685 Tweak livecd support changes and add some more to hopefully sort out
686 last issues, with help from Brad House <brad_mssw@gentoo.org>.
687
688 Add code to generate /dev/fd, /dev/std* and /dev/core to /sbin/rc,
689 bug #37349.
690
691* rc-scripts 1.4.3.12p3 (21 Jan 2004)
692
693 19 Jan 2004; Martin Schlemmer <azarah@gentoo.org>:
694
695 Add /sbin/livecd-functions.sh from Brad House <brad_mssw@gentoo.org>
696 for livecd support. Add bits to /sbin/rc to support it.
697
698 06 Jan 2004; Martin Schlemmer <azarah@gentoo.org>:
699
700 Fix type-o in /etc/init.d/checkfs, bug #37113.
701
702 29 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
703
704 Update /sbin/depscan.sh, /sbin/env-update.sh, src/awk/cachedepends.awk,
705 src/awk/gendepends.awk and src/awk/genenviron.awk to use ENVIRON rather
706 then gawk -v. Also add some tests to see if we got the environment
707 variables.
708
709 28 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
710
711 Fix /sbin/rc to mount /dev/pts with gid=5 and mode=0620, bug #36088.
712
713* rc-scripts 1.4.3.12p2 (27 Dec 2003)
714
715 26 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
716
717 Update code to generate /dev from /sys. Add UDEV_NO_SLEEP=1 for
718 hack to not make udev sleep - its not needed as these entries
719 are already present, and not a hotplug event.
720
721 Update /etc/init.d/{consolefont,numlock} to work with udev managed
722 /dev that have devfs layout.
723
724 14 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
725
726 Fix type-o in /sbin/rc, bug #34837.
727
728* rc-scripts 1.4.3.12p1 (26 Nov 2003)
729
730 26 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
731
732 Fix /etc/init.d/halt.sh to reset pam_console permissions, else
733 the next bootup might be done with some non-root nodes which cause
734 some odd issues.
735
736 Add code to generate /dev from sysfs entries - not much it currently
737 support but block/tty devices, but it is a start for when we have
738 full sysfs support in all drivers.
739
740 Revert carrier detection check, as there is currently too many
741 issues with it, bug #33272.
742
743 Make sure we mount already mounted mount (done in /sbin/rc) with
744 correct permissions, etc, bug #33764. Modified /etc/init.d/checkroot
745 for this.
746
747 16 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
748
749 Fix carrier detection - we need to do a 'ifconfig $IFACE up' else
750 some drivers do not set the IFF_RUNNING bit, bug #33272, thanks to
751 Jason Rhinelander <jason-gentoo@gossamer-threads.com> for the fix.
752
753 15 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
754
755 Add a warning to cachedepends.awk if a rc-script's name ends in
756 '.sh', bug #33134. Add better error checking to /sbin/depscan.sh.
757
758 Fix /etc/init.d/halt.sh to not try and remount virtual devices,
759 also do a few cleanups. Closes bug #33271.
760
761* rc-scripts 1.4.3.12 (11 Nov 2003)
762
763 11 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
764
765 Add carrier detection to /etc/init.d/net.eth0 closing bug #25480;
766 patch by Jordan Ritter <jpr5+gentoo@darkridge.com>.
767
768 Add extra checks for critical directories to /sbin/rc.
769
770 04 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
771
772 Update /bin/rc-status giving a working '-u' parameter, bug #32417.
773 Fix by Michael Frysinger <vapier@gentoo.org>.
774
775 31 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
776
777 Add support for --tty switch added to setfont and remove consolechars
778 support; modified /etc/init.d/consolefont for this. Also remove
779 consoletools support from /etc/init.d/keymaps.
780
781 29 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
782
783 We should still use /sbin/udev as hotplug agent if /sbin/hotplug do
784 not exist. Updated /sbin/rc for this.
785
786 Add a fix to /etc/init.d/keymaps for bug #32111 (we should not have
787 '-u' in the call to loadkeys when using unicode).
788
789 We should not use '-' in variable names for bash, bug #31184, thanks
790 to Andreas Simon <yuipx@gmx.net>. Updated /sbin/MAKEDEV.
791
792 27 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
793
794 Fix return code checking of fsck in /etc/init.d/checkfs, bug #31349.
795
796 26 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
797
798 The unmount stuff in /etc/init.d/halt.sh was flawed, in the fact that
799 it called 'umount -t no<insert_fs_here>', which resulted in /proc, etc
800 unmounted anyhow. Change it to remount the last filesystems readonly
801 without trying to unmount any. This fixes a few cases where reboot
802 would halt due to unmounted /proc, etc.
803
804 This change set fixes two things:
805 1) In exporting all functions/variables in functions.sh, rc-services.sh
806 and rc-daemon.sh, we created an overly large environment, and also
807 broke stuff like glftpd. Do not do this, and hope whatever caused
808 the issues previously is fixed in the meantime. This should close
809 bugs #25754 and #31794.
810 2) gendepend.awk used to generate deptree with functions called
811 depinfo_<scriptname> which set appropriate variables when called.
812 This broke if the scriptname contained characters that is not valid
813 for bash variable names. Changed things to use an array fixing this.
814 This closes bug #24092.
815
816 Change /sbin/rc again to not set the hotplug agent to /sbin/udev, as
817 /sbin/hotplug will call udev as well.
818
819 Fix a logic error in /lib/rcscripts/sh/rc-services.sh that cause the
820 get_dep_info() function to skip the last entry in the RC_DEPEND_TREE
821 array (in my case 'net').
822
823 We did not handle the 'net' dependency properly in valid_iuse() and
824 valid_iafter(). Fix this in /lib/rcscripts/sh/rc-services.sh, closing
825 bugs #30327 and #31950.
826
827 Change an occurance of /etc/modutils in modules-update.8 to
828 /etc/modules.d/ closing bug #31171.
829
830 19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
831
832 More bootsplash fixes, bug #21019 (comment #21).
833
834 Remove the killall5 stuff from /etc/init.d/halt.sh, as it messes with
835 bootsplash. Add support to kill processes still using non-critical
836 mounts with fuser though.
837
838 17 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
839
840 Bootsplash fixes from Michael Aichler <micha@aichler.net>, (comment #15
841 and #16 from bug #21019).
842
843 Bootsplash coded did not play nice with boot profiles, so I fixed that
844 as well. Some other style tweaks.
845
846 Fix /sbin/MAKEDEV to use 'user:group' form, and not depriciated '.'.
847 Also changed the permissions on tty's, ibcs and scanner devices
848 to 0660.
849
850* rc-scripts 1.4.3.11p2 (14 Sep 2003)
851
852 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
853
854 Revert previous changes, and substitute it for the bootsplash patches
855 from Michael Aichler <micha@aichler.net>, bug #21019. His www pages
856 can be reached at:
857
858 http://www.aichler.net/gentoo/bootsplash/
859
860 I should note that the bootsplash stuff is not 100% tested.
861
862
863* rc-scripts 1.4.3.11p1 (14 Sep 2003)
864
865 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
866
867 Initial bootsplash patch as from LiveCD's.
868
869 Add more tty's to /etc/init.d/numlock, bug #28252.
870
871* rc-scripts 1.4.3.11 (14 Sep 2003)
872
873 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
874
875 Add initial udev support. Modified /sbin/rc and /etc/init.d/halt.sh.
876 Resolves bug #27527.
877
878 Add squid to /etc/services, bug #30995. Other cleanups from rac.
879
880 Add patch from Kumba <kumba@gentoo.org> to MAKEDEV to not allow
881 running while pwd is root (/).
882
883 Add 'after hotplug' to /etc/init.d/consolefont, bug #30856.
884
885 Add entry for floppy in /etc/fstab, bug #30574.
886
887 Remove changing group of /tmp/.{X,ICE}-unix, as it it not needed,
888 bug #28861.
889
890 Apply a patch from Mike Frysinger <vapier@gentoo.org> for rc-status.
891 It now will work with runlevels named with any characters (other than
892 ones found in default bash IFS). It also adds a few sanity/error
893 checks, bug #26432.
894
895 Change /etc/inputrc to have PageUp/PageDown search through bash
896 history again, bug #26036.
897
898 14 Sep 2003; Martin Schlemmer <azarah@gentoo.org>:
899
900 Change update-modules to modules-update in manpage, bug #28101.
901
902* rc-scripts 1.4.3.10p1 (08 Sep 2003)
903
904 08 Sep 2003; Martin Schlemmer <azarah@gentoo.org>:
905
906 Change the '-k' switch to dhcpcd to '-z' in /etc/init.d/net.eth0.
907
908 12 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
909
910 Add missing 'local x' to filter_environ() (bug #26429), thanks to
911 Mark Wagner <mark@lanfear.net>. Modified rc-services.sh for this.
912
913 11 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
914
915 Modify /etc/init.d/modules not to print the autoloading stuff if
916 no modules should be loaded (resolving bug #26288), per request from
917 Michael Frysinger <vapier@gentoo.org>.
918
919 Fix get_bootparam() in /sbin/functions.sh to check for existance of
920 the /proc/cmdline proc entry.
921
922 10 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
923
924 Modify /etc/init.d/halt.sh to first kill, and then deactivate swap on
925 request of Luke-Jr <luke-jr@gentoo.org>. It should be ok now, as the
926 whole way of devfs handling changed long ago already.
927
928 Fix /etc/init.d/halt.sh to unmount the mount point and not the device.
929 Also change it to 'mount -d' to detach the loop device. Patch by
930 Kalin KOZHUHAROV <kalin@ThinRope.net>, bug #26256.
931
932 Fix /etc/init.d/consolefont to not error out if CONSOLEFONT in rc.conf
933 is not set, bug #26278 (noted by Michael Frysinger <vapier@gentoo.org>).
934
935* rc-scripts 1.4.3.10 (04 Aug 2003)
936
937 04 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
938
939 Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue),
940 bug #4222, thanks to Sean E Russell <ser@germane-software.com>,
941 Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show'
942 stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>.
943
944 Fixed modules-update to only do the /etc/modprobe.conf generation if we
945 are actually running a 2.5+ kernel.
946
947 Add pop3 entries to /etc/services, bug #25501.
948
949 Add a switch for devfsd startup to /etc/conf.d/rc, fix /sbin/rc to check
950 RC_DEVFSD_STARTUP. Closes bug #24361, thanks to patches from
951 Kurt V. Hindenburg <khindenburg@cherrynebula.net>.
952
953 Add LVM2 support thanks to Max Kalika <max@gentoo.org> (bug #21908).
954
955 Add IPV6 versions of localhost and co in /etc/hosts, bug #25859.
956
957 Fix type-o in /sbin/rc-update, bug #25854.
958
959 29 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
960
961 Tweak /etc/init.d/check{root,fs} to set retval after each fsck call,
962 and not the whole block. Tweak check checkroot to reboot if need be
963 (This is with sufficient warning and message). Tweak checkfs to not
964 drop to a sulogin if return code 2 or 3 is given - as we did not
965 mount the filesystems yet, we should not need to reboot ... bug #25398.
966
967 Add '-T' option to fsck (/etc/init.d/check{root,fs} - requested by
968 Michael Frysinger <vapier@gentoo.org>.
969
970 28 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
971
972 Rework changes for the Adelie project to support boot config profiles
973 better. Added support for /etc/runlevels/LEVEL/.fake to specify which
974 runlevels should be marked started or stopped without executing the
975 script. Renamed the /etc/runlevels/LEVEL/critical to ".critical" for
976 more uniformity. Modified /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh
977 for this.
978
979 Add better support for services that provide the "logger" virtual. We
980 should really start the logger earlier, and stop it as late as possible.
981 Modified /sbin/rc, /lib/rcscripts/sh/rc-services.sh and gendepends.awk
982 for this.
983
984 Fix .../boot/... paths hardcoded in /lib/rcscripts/sh/rc-services.sh,
985 thanks to Jean-Francois Richard <jean-francois@richard.name>.
986
987 Replace the Suse /etc/inputrc with a non copyrighted one, bug #24918.
988
989 23 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
990
991 From Jean-Francois Richard <jean-francois@richard.name> and
992 Olivier Crete <tester@gentoo.org> from the Adelie project:
993
994 The last four patches are the "adaptation" of our previous patches to
995 the new "no-tmpfs" init system in Gentoo. Since we were using quite
996 different scripts for the boot runlevel (no "checkroot" for example) and
997 that the new system hardcodes some of the boot services, we had to find
998 a simple yet elegant solution.
999
1000 We chose to make init scripts read "/etc/runlevels/LEVEL/critical" to
1001 know what are the boot runlevel services. If this file is not present,
1002 it uses the Gentoo hardcoded defaults.
1003
1004 This touches /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh and
1005 /etc/init.d/halt.sh.
1006
1007 I just changed the behaviour of 'softlevel' kernel command line argument
1008 to not only add a suffix and some other cleanups.
1009
1010 Add support for irqbalance.
1011
1012 22 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
1013
1014 Fix the /dev/root entry in /etc/mtab, bug #24916.
1015
1016 Add EVMS2 support, thanks to Mike Javorski <mike_javorski@bigfoot.com>,
1017 bug #24064.
1018
1019* rc-scripts 1.4.3.9 (17 Jul 2003)
1020
1021 17 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
1022
1023 Add vlan support to /etc/init.d/net.eth0, bug #15588, thanks to
1024 Andy Dustman <andy-gentoo.54e552@dustman.net>.
1025
1026 Add 'TERM=Eterm' to /etc/DIR_COLORS, bug #23423.
1027
1028 Add mdadm support to /etc/init.d/checkfs, bug #23437, many thanks
1029 to Wes Kurdziolek <wkurdzio@vtluug.org>.
1030
1031 Rather use 'uname -r' to get kernel version, as else we need sysctl.
1032 This closes bug #23923, modified /etc/init.d/modules.
1033
1034 Fix a type-o in /etc/fstab, bug #23308.
1035
1036 Add support for the new 'O' agetty option to display the DNS domainname
1037 in the issue file thanks to Marius Mauch <genone@genone.de>, bug #22275.
1038 Updated /etc/issue and /etc/issue.logo for this.
1039
1040 16 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
1041
1042 Add aliases for add/del to /sbin/rc-update closing bug #24317, thanks
1043 to Antonio Dolcetta <zagarna@yahoo.com>.
1044
1045 Fix /etc/init.d/net.eth0 to not set rp_filter if already set via
1046 /etc/sysctl.conf, bug #24235 - thanks jochen <jochen.eisinger@gmx.de>.
1047
1048 Fix /sbin/runscript.sh and /lib/rcscripts/awk/cachedepend.awk to work
1049 with symlinks in /etc/init.d/, closing bug #24228.
1050
1051 Fix /etc/init.d/clock to work with UML, closing bug #24225 thanks to
1052 John Mylchreest <johnm@gentoo.org>.
1053
1054 Fix hardcoded color escape sequence in /sbin/rc, closing bug #24109,
1055 thanks to splite <splite-gentoo@sigint.cs.purdue.edu>.
1056
1057 Fix /sbin/functions.sh to disable color printing if NOCOLOR is set to
1058 "true" in /etc/make.conf, closing bug #24107.
1059
1060 Fix /etc/init.d/keymaps to be more non-x86 friendly, and also allow
1061 more keymaps to be specified in /etc/rc.conf, bug #24084.
1062
1063 15 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
1064
1065 Add /bin/csh to /etc/shells.
1066
1067 Add new protocols to /etc/services, thanks Rajiv Aaron Manglani
1068 <rajiv@gentoo.org>.
1069
1070 23 Jun 2003; Martin Schlemmer <azarah@gentoo.org>:
1071
1072 Cleanups for bug #21438 from bug #22637, thanks to
1073 Christian Strauf <christian.strauf@gmx.de> and Ian Abbott <ian@abbott.org>.
1074
1075 22 Jun 2003; Martin Schlemmer <azarah@gentoo.org>:
1076
1077 Really commit fix for bug #21438 to CVS.
1078
1079 21 May 2003; Martin Schlemmer <azarah@gentoo.org>:
1080
1081 Call /proc mount with explicit options to fix issues where user
1082 have 'bind' mounts for /proc in fstab as well, bug #21068.
1083
1084 Fix /etc/init.d/bootmisc to check for /sbin/env-update.sh, bug #21384,
1085 reported by Gunnlaugur Thor Briem <gthb@hi.is>.
1086
1087 Add 'before bootmisc' to /etc/init.d/domainname, as we need to start
1088 it before 'env-update.sh' gets run by /etc/init.d/bootmisc.
1089
1090* rc-scripts 1.4.3.8p1 (21 May 2003)
1091
1092 21 May 2003; Martin Schlemmer <azarah@gentoo.org>:
1093
1094 Last fix I did not use the modified 'myservice', but used $1 again,
1095 causing the network dependencies to bork. I did not notice this
1096 as I have net.eth0 in default runlevel.
1097
1098* rc-scripts 1.4.3.8 (20 May 2003)
1099
1100 20 May 2003; Martin Schlemmer <azarah@gentoo.org>:
1101
1102 A '-' in a bash variable is not valid as well. Fix gendepend.awk and
1103 rc-service.sh to handle this, thanks to YAMAKURA Makoto
1104 <makoto@dsb.club.ne.jp>.
1105
1106 Move /etc/issue to /etc/issue.logo, and have /etc/issue only print info
1107 about the host it is running on.
1108
1109 18 May 2003; Martin Schlemmer <azarah@gentoo.org>:
1110
1111 Do not let devfsd handle /dev/log's permission management, as it breaks
1112 selinux. Modified /etc/devfsd.conf, changes submited by Chris PeBenito
1113 <pebenito@gentoo.org>.
1114
1115 Fix type-o in /etc/init.d/net.ppp0, and add local ip-up/ip-down support.
1116
1117 14 May 2003; Martin Schlemmer <azarah@gentoo.org>:
1118
1119 We should not export the RC_GOT_* variables, as it breaks on some systems,
1120 thanks to J?rg Gollnick <gentoo-bugs@wurzelbenutzer.de>, bug #20851.
1121
1122 From C. Brewer <killian@gentoo.org>:
1123 - Add hide-password to the connect cmd-line of /etc/init.d/net.ppp0, which is
1124 suppose to be default, but why take chances?
1125 - Also, echoing chmod 640 in the resolv.conf two-step at the end to solve the
1126 kppp complaint.
1127
1128 13 May 2003; Martin Schlemmer <azarah@gentoo.org>:
1129
1130 For the network functions, the dependency code tried to create a funcion
1131 with a '.' in the name, causing the network rc-scripts to not have any
1132 dependencies. This should fix bug #20849 's order issue, thanks to
1133 YAMAKURA Makoto <makoto@dsb.club.ne.jp> for noticing.
1134
1135 Fix query_{before,after} to also check 'net' if 'service2' is a network
1136 service.
1137
1138 12 May 2003; Martin Schlemmer <azarah@gentoo.org>:
1139
1140 More cleanups:
1141 - Move the broken stuff from symlinks to a DB entry in ${svcdir}/deptree.
1142 Updated /sbin/runscript.sh, /sbin/rc-services.sh and gendepend.awk for
1143 this.
1144 - Add functions for more common tasks in /sbin/runscript.sh to
1145 /sbin/rc-services.sh.
1146 - Move 'consoletype' to /sbin.
1147 - Rename /sbin/rc-envupdate.sh to /sbin/env-update.sh; updated
1148 /etc/init.d/bootmisc for this.
1149 - Move rc-services.sh, rc-daemon.sh and rc-help.sh to /lib/rcscripts/sh.
1150 - Improve detection of circular depends ... modified gendepend.awk for this.
1151
1152* rc-scripts 1.4.3.7 (11 May 2003)
1153
1154 11 May 2003; Martin Schlemmer <azarah@gentoo.org>:
1155
1156 Too many things to remember, so here is changes of note:
1157 - More changes to gendepend.awk. This basically modifies it to not use
1158 symlinks in $svcdir/{need,use,before,after,provide} anymore, but rather
1159 create a file that can be sourced. Seems to speedup things nicely.
1160 - Add /sbin/rc-services.sh. This is basically a module to get dependency
1161 info from the new $svcdir/deptree, and some other new service functions.
1162 - Modify the whole works to *only* source all needed files once. This
1163 includes /sbin/{functions.sh,rc-services.sh,rc-daemon.sh}. Also
1164 rc-services.sh will only source $svcdir/deptree once. /sbin/runscript.sh
1165 is sourced more than once (actually each time a service is started or
1166 stopped, but is is cut down much). Also seems to speed things up again.
1167 - Fix a long outstanding bug in gendepend.awk that caused the 'net'
1168 dependency to not be actually used in shutdown, causing the services
1169 needing it to be stoped before net.* services.
1170 - Add the RC_PARALLEL_STARTUP variable, with schedule_service_startup() to
1171 /sbin/rc-services.sh and /etc/conf.d/rc. This is experimental parallel
1172 startup of services, and seems to work nicely. Only issues to date is
1173 that printing of messages is not synced, and a race very intermittantly
1174 that causes a service to be started when it was already scheduled.
1175 - Add a new dependency type 'parallel' that can be used to control if a
1176 service can be started in paralled or not. Possible arguments is "yes"
1177 or "no"; if it is not present, it is considered as "yes":
1178
1179 depend() {
1180 parallel yes|no
1181 }
1182
1183 Modified cachedepend.awk, gendepend.awk and /sbin/rc-services.sh.
1184 - Fix the 'single' runlevel to actually work properly, and without a
1185 /etc/runlevels/single directory.
1186 - Remove the BOOT variable, and update /sbin/rc to set SOFTLEVEL properly.
1187 Fix /etc/init.d/{checkroot,bootmisc} to use SOFTLEVEL instead of BOOT.
1188
1189 08 May 2003; Martin Schlemmer <azarah@gentoo.org>:
1190
1191 Major rework of /lib/rcscript/awk/gendepend.awk, cleaning it up nicely,
1192 and adding more sanity checks.
1193
1194 04 May 2003; Martin Schlemmer <azarah@gentoo.org>:
1195
1196 Revert /etc/init.d/hostname the way it was, as it should be the user's
1197 choice if he want to have a FQDN in there or not, bug #14946.
1198
1199 Add /etc/init.d/domainname for those that want to use it.
1200
1201 29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
1202
1203 Change the root check back the way it was, else it breaks with non bash
1204 shells; modified /etc/profile.
1205
1206 29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
1207
1208 Change test in /etc/profile for root to '[ "$EUID" -eq 0 ]', bug #20140.
1209
1210 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
1211
1212 Add various patches from Rachel Holmes <rach@gmx.net>:
1213
1214 Dropped use of 'cat' in bash scripts, '$(<$file)' is there for that
1215 purpose. Modified:
1216
1217 /etc/init.d/net.ppp0
1218 /etc/init.d/nscd
1219 /sbin/functions.sh
1220 /sbin/rc
1221 /sbin/rc-daemon.sh
1222 /sbin/rc-envupdate.sh.bash
1223 /sbin/runscript.sh
1224
1225 Exchanged some gratuitous use of awk for grep. Awk is a little resource
1226 hungry just for a simple test. (I [azarah] did not apply the changes to
1227 tests for 'devfs', as having 'usbdevfs' in the equation will break
1228 things). Modified /sbin/rc for this.
1229
1230 Gentoo enforces having /proc, so uname -r is a little redundant when the
1231 information is available without an external command. Modified:
1232
1233 /etc/init.d/modules
1234 /etc/init.d/serial
1235 /sbin/functions.sh
1236 /sbin/modules-update
1237
1238 Changed 'id -u' commands to use $EUID in bash executed scripts, same
1239 result no extra command. Modified:
1240
1241 /sbin/rc-envupdate.sh
1242 /sbin/rc-envupdate.sh.bash
1243 /sbin/rc-update
1244
1245 Removed all the cat sections, and the separate echo sections. The output
1246 is _exactly_ the same, minus some spare spaces that have been removed.
1247 Fourfold speed increase in the (granted flimsy) tests I have done.
1248 Modified /sbin/rc-help.sh for this.
1249
1250 Final remaining 'cat' commands removed, in favour of using bash's internal
1251 '$(< )' or 'echo'. Use of echo leads the way to future support for bash's
1252 i18n anyway. Modified:
1253
1254 /sbin/rc
1255 /sbin/rc-envupdate.sh
1256 /sbin/rc-envupdate.sh.bash
1257
1258
1259
1260* rc-scripts 1.4.3.6 (27 Apr 2003)
1261
1262 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
1263
1264 Add a 'save' function /etc/init.d/clock, bug #19685.
1265
1266 Add a slocate group to /etc/group, bug #19604.
1267
1268 Do not stop a network service if we do not reboot on runlevel change,
1269 as it could have been started by the user or hotplug. This should
1270 address bug #12763; modified /sbin/rc for this.
1271
1272 Fix /etc/init.d/hostname to set only the hostname, and not the NIS
1273 domainname.
1274
1275 Fix /etc/init.d/keymaps to be able to set the extended keymap in rc.conf.
1276 This should close bug #16884.
1277
1278 Fix /etc/profile to be /bin/sh compadible, bug #18918.
1279
1280 Change the swap comments in /sbin/rc to "Activating (possible) swap" to
1281 be more 'generic' ? Only try to disable swap if any devices/files was
1282 activated. This should close bug #19089.
1283
1284 Fix /etc/init.d/checkroot to only remount / rw if not set explicitly to
1285 rw in /etc/fstab, bug #19158.
1286
1287 24 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
1288
1289 Fix /etc/init.d/net.ppp0 to do the right thing if stopped was called,
1290 but the ppp link was already down, bug #15333.
1291
1292 12 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
1293
1294 Fix type-o in /etc/init.d/consolefont (line 38 should be 'retval=$?').
1295 Thanks to Matt Taylor <liverbugg@juno.com> (comment #6, bug #18344).
1296
1297 From linux-2.5.68, we need to mount devpts on /dev/pts again ...
1298 updated /sbin/rc for this.
1299
1300 11 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
1301
1302 Fix errors on sourcing /etc/profile if EDITOR is not set, bug #18995.
1303
1304 10 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
1305
1306 Make checking in unmount more strict, fixing bug #19007.
1307
1308 09 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
1309
1310 Add one more check to genenviron.awk, to spot cases where there is a
1311 space between the variable and the '='.
1312
1313 08 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
1314
1315 Fix interactive shell not to have coloured prompt when used as a
1316 dumb client, bug #18886. Fix was inspired by patch from
1317 Matthew Kennedy <mkennedy@gentoo.org>.
1318
1319* rc-scripts 1.4.3.5 (06 Apr 2003)
1320
1321 06 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
1322
1323 Hopefully get the serial support sane again. Added /bin/consoletype
1324 from Redhat to check for serial console. This should resolve bug
1325 #18329 partly.
1326
1327 Add the --nocolor option to suppress the use of colors.
1328
1329 Change the 'status' option to return true if the service is running,
1330 and false if stopped. This is only if the '--quiet' flag was also
1331 given.
1332
1333 Change the start and stop options not to output or return false if
1334 the '--quiet' flag was given.
1335
1336 Redirect stderr for consolechars in /etc/init.d/consolefont to /dev/null
1337 as well, fixing bug #18344.
1338
1339 Optimize $EDITOR extraction in /etc/profile closing bug #18614, thanks to
1340 Aron Griffis <agriffis@gentoo.org>.
1341
1342 Set HALT to 'shutdown' or 'reboot' depending on if we are shutting down
1343 or rebooting.
1344
1345 30 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
1346
1347 Fix bug #18329 ... $COLS was not setup properly for serial console.
1348
1349 24 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
1350
1351 Optimize USB fs stuff in /etc/init.d/localmount to use less cats etc.
1352 Fix a problem where it might not have mounted the USB fs when usbcore
1353 was compiled as module, and the kernel did not mount it by the time
1354 the script was started. Get it to rather check what filesystems is
1355 supported when deciding if it should use 'usbdevfs' or 'usbfs', as
1356 later 2.4 kernels now also support the newer 'usbfs'.
1357
1358 Optimize RAID stuff in /etc/init.d/checkfs a bit.
1359
1360 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
1361
1362 Update sbin/rc-envupdate.sh.bash for bug #17549.
1363
1364* rc-scripts 1.4.3.4 (16 Mar 2003)
1365
1366 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
1367
1368 Add /etc/issue done by a Polish ascii-artists, v|rus with some slight
1369 modifications (purple and display hostname, etc). Closes bug #16806.
1370
1371 Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to
1372 work properly. Closes bug #17348.
1373
1374 Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown
1375 of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0.
1376
1377 11 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
1378
1379 Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low
1380 <lostlogic@gentoo.org>!
1381
1382 10 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
1383
1384 Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc
1385 and /etc/init.d/halt.sh for this.
1386
1387 Update /etc/fstab to correctly mount /proc with:
1388
1389 mount -t proc none /proc
1390
1391 Do the same for /dev/shm:
1392
1393 mount -t tmpfs none /dev/shm
1394
1395 Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output
1396 noise if we exited a recovery console.
1397
1398 Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks
1399 to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this.
1400
1401 Bring down default gateway before adding new one .. this fixes issues
1402 where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0
1403 for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the
1404 fix.
1405
1406 Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where
1407 it fails for module-init-tools if the module is already loaded. This
1408 closes bug #17163, thanks to nth <y.lesaint@free.fr>.
1409
1410* rc-scripts 1.4.3.3 (09 Mar 2003)
1411
1412 09 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
1413
1414 Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274.
1415
1416 Fix net.eth0 not to try and start an interface if already up.
1417
1418 Update MAKEDEV from Debian to support more archs. This adds support
1419 for 'arm', 'hppa' among others. URL:
1420
1421 http://packages.debian.org/stable/base/makedev.html
1422
1423 Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4
1424 if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we
1425 are using a 2.5 kernel ... bug #17109.
1426
1427 02 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
1428
1429 Update /etc/init.d/hostname to only set the hostname to whatever is before
1430 the first '.', and then set the domainname to the rest, closing bug #14946.
1431
1432 28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
1433
1434 Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>.
1435
1436 Fix spelling of dependency and some other spelling/grammer issues.
1437 Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and
1438 Mike Frysinger <vapier@gentoo.org>, bug #15498.
1439
1440 Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192.
1441
1442 Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662.
1443
1444 Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent
1445 bug #14556.
1446
1447 27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
1448
1449 Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly.
1450
1451 20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
1452
1453 Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules
1454 to 'test -c /dev/ttyp0 &> /dev/null'.
1455
1456 18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
1457
1458 Update /sbin/modules-update to generate /etc/modprobe.devfs from
1459 /etc/modules.devfs. This along with the devfs-hack.patch in the latest
1460 module-init-tools-0.9.9 should get rid of many of the warnings/errors
1461 with devfs, and makes it work a bit better.
1462
1463 17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
1464
1465 Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again.
1466
1467 16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
1468
1469 Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh
1470 support. This resolves bug #14994.
1471
1472 Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR
1473 according to /etc/rc.conf.
1474
1475 Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments,
1476 and used 'basename' which is located in /usr/bin.
1477
1478 13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
1479
1480 Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if
1481 used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for
1482 this.
1483
1484 06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
1485
1486 Update src/awk/genenviron.awk to properly set the environment for each
1487 rc-script's depend() function by sourcing required config files.
1488
1489 05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
1490
1491 Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks
1492 to Max Kalika <alkern23@yahoo.com>, bug #15050.
1493
1494 03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
1495
1496 Fix /sbin/modules-update to work with module-init-tools-0.9.9.
1497
1498 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
1499
1500 Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to
1501 Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>.
1502
1503 27 Jan 2003; Donny Davies <woodchip@gentoo.org>:
1504
1505 Fix halt.sh by moving the nut UPS kill power stuff back into a function!
1506 Add fix from the wonderful analysis of Toby Dickenson
1507 <tdickenson@geminidataloggers.com> in #12947.
1508
1509 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
1510
1511 Fix start-stop-daemon to check the call to nice() correctly for failure,
1512 closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>.
1513
1514 Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot
1515 and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from
1516 Malcolm Scott <m@lcolm.org.uk>.
1517
1518 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>:
1519
1520 Updated /etc/rc.conf to add elogin/entrance support #13790.
1521
1522 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
1523
1524 Update /etc/init.d/keymaps to enable unicode if required. This closes
1525 bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>.
1526
1527 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
1528
1529 Fix deadlock durning shutdown if tmpfs filesystems larger than free
1530 memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh
1531 for this.
1532
1533 Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh.
1534 This closes bug #13868.
1535
1536 Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both
1537 'su -c foo' not finding start-stop-daemon (etc), and bug #14127.
1538
1539 Add route for lo interface to /etc/init.d/net.lo, closing bug #14055.
1540
1541 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
1542
1543 Clear $svcdir in /sbin/rc before we run depscan to make sure we do
1544 not have stale entries left from hard reboot, thanks to pac1085 on
1545 irc.
1546
1547* rc-scripts 1.4.3.2 (15 Jan 2003)
1548
1549 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
1550
1551 Truely fix bootup on seperate /var.
1552
1553 Add some fixes and optimizations to /sbin/rc-update, thanks to
1554 Daniel Robbins <drobbins@gentoo.org>.
1555
1556* rc-scripts 1.4.3.1 (15 Jan 2003)
1557
1558 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
1559
1560 Fix bootup on seperate /var.
1561
1562 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
1563
1564 Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636.
1565
1566 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
1567
1568 Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks
1569 to Olaf Hering <gentoo@aepfle.de>, bug #13193.
1570
1571 Turn on -C option to fsck on for all calls to fsck. Updated scripts
1572 /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321.
1573
1574* rc-scripts 1.4.3.0 (07 Jan 2003)
1575
1576 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
1577
1578 Too much to mention, but here are a few:
1579 - Major rewrite of software RAID startup, based on Mandrake's, as
1580 ours was pretty broken :(
1581 - Redone /sbin/rc to work without the tmpfs/ramfs stat directory.
1582 Much of /sbin/functions.sh and other scripts have been changed
1583 to support this.
1584 - Reworked /etc/inittab to support this. Also moved critical
1585 mounting of local filesystems to 'sysinit' function of /sbin/rc.
1586 - Move state directory to /var/state/init.d/ ($svcdir).
1587 - Move Adelie node init to /sbin/functions.sh to try and simplify
1588 /sbin/rc a bit.
1589 - Updated Copyright dates to 2003.
1590
1591* rc-scripts 1.4.2.8 (06 Jan 2003)
1592
1593 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
1594
1595 Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc
1596 lines, as it seems users do not note the need to have them all on
1597 one line ....
1598
1599 Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.*
1600 script not ending on a digit. This closes bug #12887.
1601
1602 Fix get_KV to also check micro version of kernel; add KV_to_int()
1603 helper function for get_KV. Update /etc/init.d/localmount to work
1604 with new get_KV ...
1605
1606 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
1607
1608 Add support for generate-modprobe.conf or generating /etc/modprobe.conf
1609 in the new sys-apps/module-init-tools. Note that you need version
1610 0.9.7 or later of sys-apps/module-init-tools. Updated
1611 /sbin/modules-update for this.
1612
1613 Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if
1614 we are running kernel 2.5 or later ...
1615
1616 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
1617
1618 Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool
1619 rc-script to setup encrypted loopback devices. This was kindly
1620 donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471).
1621
1622 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
1623
1624 Fix src/awk/genenviron.awk stripping *all* '=', closing
1625 bug #8901.
1626
1627 Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with
1628 spaces ...
1629
1630* rc-scripts 1.4.2.7 (24 Dec 2002)
1631
1632 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
1633
1634 Add a fix to /sbin/functions.sh for bug #12601.
1635
1636 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
1637
1638 Add INFOPATH to /etc/env.d/00basic.
1639
1640 Fix src/awk/genenviron.awk to get the order of the env.d files
1641 correct. Also fix it to handle *all* the SPECIALS correctly.
1642 This closes bug #12411.
1643
1644* rc-scripts 1.4.2.6 (18 Dec 2002)
1645
1646 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
1647
1648 Add mips changes to sbin/MAKEDEV. This should close bug #12329,
1649 thanks to Nicholas Wourms <nwourms@netscape.net>.
1650
1651 Quote some tests in /sbin/rc-update to fix/avoid the problem
1652 in bug #
1653
1654 Fix awk regex in /etc/init.d/halt.sh to fix bug #11795.
1655
1656 Update shell for postgres user, closing bug #12258.
1657
1658 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
1659
1660 Fix src/awk/genenviron.awk not to add duplicate entries, closing
1661 bug #8999.
1662
1663* rc-scripts 1.4.2.5 (09 Dec 2002)
1664
1665 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
1666
1667 Add another sync to /etc/init.d/halt.sh, closing bug 8173.
1668
1669 Add smmsp uid and gid. Closes bug #8952.
1670
1671 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
1672
1673 Setup colums, etc up properly for serial consoles in /sbin/functions.sh.
1674 Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>.
1675
1676 Add headers similar to that of portage-2.0.45 and up to the
1677 generated profile files (/etc/{profile,csh}.env). Updated
1678 src/awk/genenviron.awk for this.
1679
1680 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
1681
1682 Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the
1683 sharp eye of Techie2000 <Linux@mochamail.com>.
1684
1685 Rename /sbin/update-modules to /sbin/modules-update, closing
1686 bug #11445.
1687
1688 Nano moved from /usr/bin/nano to /bin/nano. Fix this in
1689 /etc/env.d/00basic, bug #10916.
1690
1691 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
1692
1693 Add more improvements to clustering code. This is from
1694 Olivier Crete <crete@cerca.umontreal.ca>, bug #4151.
1695
1696 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
1697
1698 Change default 'net' dependency behaviour to be more suited
1699 for notebook users. Basically if at least one net.* service
1700 beside net.lo start successfully, the 'net' dependency is
1701 considered up. Server admin can set RC_NET_STRICT_CHECKING="yes"
1702 in /etc/conf.d/rc to change this back to the old default.
1703 This is the start to address bug #2706.
1704
1705* rc-scripts 1.4.2.4 (26 Nov 2002)
1706
1707 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
1708
1709 Initial merge of bits for Adelie Linux for SSI clusters. More
1710 info at:
1711
1712 http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html
1713
1714 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
1715
1716 One liner fix to src/awk/cachedepends.awk to once again fix
1717 bug #7803.
1718
1719 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
1720
1721 Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases.
1722 This should close bug #10891.
1723
1724* rc-scripts 1.4.2.3 (18 Nov 2002)
1725
1726 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
1727
1728 Add some more checks to src/awk/*. Fix error printing for
1729 /sbin/depscan.sh.
1730
1731 Link awk module with gcc and not with ld. This should fix
1732 problems on sparc and alpha. Many thanks for this fix to
1733 Stephan Jones <cretin@gentoo.org>.
1734
1735 Remove the copyright info from config files, thanks to
1736 Matthew Kennedy <mkennedy@gentoo.org>.
1737
1738* rc-scripts 1.4.2.2 (18 Nov 2002)
1739
1740 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
1741
1742 Add src/awk/genenviron.awk which is rc-envupdate.sh ported
1743 to awk. This is also much faster than its bash version.
1744
1745 Remove the 'Spider cat fix' from depscan.sh.bash, as it makes
1746 things even slower on older boxes. Bug #10548.
1747
1748 After a bored Vapier decided that he needed to update the
1749 licenses of things in /etc :P, I did the rest. Hopefully
1750 not too many people will nuke thier fstab :/
1751
1752* rc-scripts 1.4.2.1 (18 Nov 2002)
1753
1754 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
1755
1756 Update src/awk/cachedepends.awk to find its own rc-scripts,
1757 fixing the need for find which broke systems with /usr on
1758 a different partition.
1759
1760 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
1761
1762 Add some extra checks to src/awk/cachedepends.awk and
1763 src/awk/gendepends.awk.
1764
1765 Move some of the more generic functions in src/awk/gendepends.awk
1766 to src/awk/functions.awk.
1767
1768* rc-scripts 1.4.2 (17 Nov 2002)
1769
1770 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
1771
1772 Add initial version of new depscan.sh. This uses awk scripts
1773 to do the main work, giving about 10 times speed improvement on
1774 slower machines. Updated /sbin/depscan.sh, src/filefuncts.c,
1775 src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk
1776 for this. This should close bug #10548.
1777
1778* rc-scripts 1.4.1.2 (5 Nov 2002)
1779
1780 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
1781
1782 Add UID/GID of 250 for Portage Fakeroot account.
1783
1784 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
1785
1786 Change /etc/init.d/clock to depend on localmount again, fixing
1787 bug #10048.
1788
1789 Get deps on logger sane again. I wanted to get the logger started
1790 as early as possible, but clock for one breaks if /usr is mounted
1791 on seperate partition.
1792
1793 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
1794
1795 Fix return in /etc/init.d/modules to return 0 if /proc/modules
1796 do not exists. Closes bug #7738, comment #5.
1797
1798* rc-scripts 1.4.1.1 (28 Oct 2002)
1799
1800 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
1801
1802 Fix /sbin/update-modules not to include backup files. Closes
1803 bug #9707.
1804
1805 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
1806
1807 Fix update-modules borking if there are directories present
1808 in /etc/modules.d/. Closes bug #9632.
1809
1810 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
1811
1812 Change deps on /etc/init.d/{clock,hostname,modules} not to
1813 depend on localmount, but rather on checkroot, as all of them
1814 just need / to be mounted. This should fix race conditions
1815 because of checkfs dependency on modules. This should close
1816 bug #9266.
1817
1818* rc-scripts 1.4.1 (13 Oct 2002)
1819
1820 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
1821
1822 Create and fix permissions on /tmp/.{ICE,X11}-unix/. This
1823 is additional measures for bug #8281.
1824
1825 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
1826
1827 Update /etc/init.d/net.eth0 to fix bug #8626.
1828
1829 Fix /sbin/rc-update to check return code of "ln". This should
1830 close bug #8867.
1831
1832 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
1833
1834 Fix indentation in /etc/inputrc. This should close
1835 bug #8368.
1836
1837 Add extended status functionality. Should close bug #2462.
1838
1839 Add support for /sbin/rc-update to check if the rc-script
1840 is executable or not. Thanks to widersacher@gmx.net, closing
1841 bug #8326.
1842
1843 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
1844
1845 Fix /etc/init.d/bootmisc not to kill pidfiles of running
1846 daemons. Improve NGPT support in /sbin/rc a bit.
1847
1848 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
1849
1850 Fix my last screwup with /etc/init.d/net.ppp0. Basically
1851 forgot to change a few DEVICE's to IFACE ...
1852
1853 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
1854
1855 NGPT support.
1856
1857 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
1858
1859 Did a small fix to /etc/init.d/net.eth0, thanks to
1860 naanyaar2000@yahoo.com, bug #7407.
1861
1862 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
1863
1864 Add the permission stuff for generic scsi when compiled as
1865 module, thanks to Bauno <bauno@inwind.it>.
1866
1867 Add support for /etc/devfs.d/ for additional devfs config
1868 stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>.
1869
1870 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
1871
1872 Fix small type-o from last changes to /etc/init.d/netmount.
1873 Should resolve bug #7803.
1874
1875* rc-scripts 1.4.0 (7 Sep 2002)
1876
1877 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
1878
1879 Update /etc/init.d/net.eth0 to handle individual broadcast
1880 and netmask for aliases. Should close bug #7407.
1881
1882 Give /var/run/utmp and /var/log/wtmp the proper permissions
1883 and ownership. First steps in fixing bug #7630.
1884
1885 Change Raid stuff again in /etc/init.d/checkfs.
1886
1887 26 Aug 2002; Donny Davies <woodchip@gentoo.org>:
1888
1889 Give root a 'root' GECOS in /etc/passwd, was NULL before.
1890
1891* rc-scripts 1.3.9 (25 Aug 2002)
1892
1893 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
1894
1895 Update /sbin/rc to fix some spelling/slang mistakes. Closes
1896 bug #6887.
1897
1898 Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0.
1899 This closes bug #6378.
1900
1901 Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175,
1902 with many thanks to Asbjorn Sannes <ace@sannes.org>.
1903
1904 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
1905
1906 Update /etc/init.d/bootmisc to reset pam_console permissions.
1907
1908 Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so"
1909 line for getting devfs to work with pam_console.
1910
1911 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
1912
1913 Update /etc/init.d/keymaps to first load the windowkeys.inc then
1914 the user selected one, fixing bug #6295.
1915
1916 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
1917
1918 Change the 'cat' in check_rcscript() to a single 'awk' in
1919 /sbin/depscan.sh. This should fix broken pipe issues if the
1920 loop exists too early. Resolves bug #5961.
1921
1922 Fix software RAID startup/shutdown, bug #5310. Modified
1923 /etc/init.d/checkfs and /etc/init.d/halt.sh for this.
1924
1925* rc-scripts 1.3.8 (08 Aug 2002)
1926
1927 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
1928
1929 Move the color ls stuff to .bashrc. Fix bug #5250.
1930
1931 6 Aug 2002; Dan Armak <danarmak@gentoo.org>:
1932
1933 Correct the comments in rc.conf about the XSESSION variable: it should
1934 be set to "kde-<version>" not "KDE". Closes bug #5948.
1935
1936 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
1937
1938 Fix the 'Usage' line in the help to return the correct options for
1939 the script (/sbin/runscript.sh). Resolve bug #6029.
1940
1941 3 Aug 2002; Donny Davies <woodchip@gentoo.org>:
1942
1943 Added UPS shutdown support for nut to halt.sh.
1944 Added nut user/group as uid/gid 84.
1945
1946 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
1947
1948 Updated /sbin/rc's way of checking for devfs support (now rather uses
1949 awk, as it is more accurate). Closes bug #5458.
1950
1951 Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot
1952 and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this.
1953 Thanks goes to Chris PeBenito (bug #5570).
1954
1955 Changed most daemons to use /bin/false as shell. Should close bug #5388.
1956
1957 27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>:
1958
1959 Added vpopmail user and group as 89:89
1960
1961 22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
1962
1963 Add the cyrus user to /etc/passwd. Resolves bug #4100.
1964
1965 Some bugfixes and speed improvements to /sbin/depscan.sh after
1966 last changes.
1967
1968 Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to
1969 get some speed improvements.
1970
1971 21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
1972
1973 Fix LVM support in /etc/init.d/checkfs again, thanks to help from
1974 Kyle Manna <nitro@gentoo.org>.
1975
1976 Add software RAID support to /etc/init.d/checkfs, thanks to
1977 Daniel Ahlberg <aliz@gentoo.org>.
1978
1979 Update the cache_depend() funtion in /sbin/depscan.sh not to
1980 quit on any "}", but only on the one matching the first "{". This
1981 requires wc in /bin, so baselayout should depend on
1982 >=sys-apps/textutils-2.0.19-r2
1983
1984 Update /etc/init.d/netmount to try and detect nfs mounts that should be
1985 mounted automatically on boot. This requires awk in /bin, so baselayout
1986 should depend on >=sys-apps/gawk-3.1.0-r3.
1987
1988* rc-scripts 1.3.7 (17 Jul 2002)
1989
1990 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
1991
1992 Add logging functionality to the rc-scripts, thanks to Alexander Holler,
1993 bug #4037 for the basic idea. Updated /sbin/functions.sh for this.
1994
1995 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
1996
1997 Add additional entries to /etc/services to support cyrus-imapd, thanks
1998 to Nick Hadaway <raker@gentoo.org>.
1999
2000 Update /etc/init.d/consolefont to resolve bug #4968. This fixes a
2001 problem with non 7bit ascii symbols.
2002
2003 Updated /etc/init.d/checkfs to detect if lvm is already active.
2004 This should resolve bug #3613.
4 2005
5 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: 2006 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
6 2007
7 Add "usb" group, gid 85. Move "sshd" user and group to 22. Move 2008 Add "usb" group, gid 85. Move "sshd" user and group to 22. Move
8 "games" user and group to 35 2009 "games" user and group to 35
27 2028
28 Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified 2029 Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified
29 /etc/env.d/00basic for this. 2030 /etc/env.d/00basic for this.
30 2031
31 Add some new daemon stop and pid detection stuff to /sbin/functions.sh. 2032 Add some new daemon stop and pid detection stuff to /sbin/functions.sh.
32 Nothing official, but I spent enouth time on it not to want to loose it :) 2033 Nothing official, but I spent enough time on it not to want to loose it :)
33 2034
34 Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs 2035 Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs
35 to give output to stderr. This was caused by a call to "stty", which when 2036 to give output to stderr. This was caused by a call to "stty", which when
36 run without a attatched terminal, have this effect. Basically just pipe 2037 run without a attatched terminal, have this effect. Basically just pipe
37 stderr to /dev/null. 2038 stderr to /dev/null.
95 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: 2096 5 May 2002; Martin Schlemmer <azarah@gentoo.org>:
96 2097
97 Add /etc/DIR_COLORS as it is no longer shipped with fileutils, 2098 Add /etc/DIR_COLORS as it is no longer shipped with fileutils,
98 and is needed for some fixes. 2099 and is needed for some fixes.
99 2100
100 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: 2101 28 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
101 2102
102 Update /etc/rc.conf to be more clear and state that you should 2103 Update /etc/rc.conf to be more clear and state that you should
103 remove consolefont from startup if you do not use it. Should 2104 remove consolefont from startup if you do not use it. Should
104 resolve bug #2174. 2105 resolve bug #2174.
105 2106
106 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : 2107 26 Apr 2002; Donny Davies <woodchip@gentoo.org> passwd, group :
107 2108
108 Added user/group apache with uid/gid 81. 2109 Added user/group apache with uid/gid 81.
109 2110
110 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: 2111 25 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
111 2112
112 Remove the "-net" from the line setting the default gateway 2113 Remove the "-net" from the line setting the default gateway
113 in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for 2114 in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for
114 noting this. 2115 noting this.
115 2116
116 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : 2117 24 Apr 2002; Donny Davies <woodchip@gentoo.org> rc.conf :
117 2118
118 Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs 2119 Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs
119 which is installed with the nfs-utils package. Also tidied up some 2120 which is installed with the nfs-utils package. Also tidied up some
120 really old, leftover junk like the non-supported stuff from rc5. 2121 really old, leftover junk like the non-supported stuff from rc5.
121 Closes #1754. 2122 Closes #1754.
122 2123
123 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: 2124 23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
124 2125
125 Remove creation of /var/run/utmpx from bootmisc again. Seems 2126 Remove creation of /var/run/utmpx from bootmisc again. Seems
126 other people have wierd problems. 2127 other people have wierd problems.
127 2128
128* rc-scripts 1.3.4 (21 April 2002) 2129* rc-scripts 1.3.4 (21 Apr 2002)
129 2130
130 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: 2131 21 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
131 2132
132 Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, 2133 Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env,
133 and /etc/csh.env. Update /etc/init.d/bootmisc to use this. 2134 and /etc/csh.env. Update /etc/init.d/bootmisc to use this.
134 2135
135 Implement the status commandline argument. Updated /sbin/runscript.sh 2136 Implement the status commandline argument. Updated /sbin/runscript.sh
136 and /sbin/rc-help.sh for this. 2137 and /sbin/rc-help.sh for this.
137 2138
138 Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE 2139 Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE
139 and AFTER. 2140 and AFTER.
140 2141
141 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: 2142 12 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
142 2143
143 Update /etc/init.d/bootmisc to create /var/run/utmpx. This 2144 Update /etc/init.d/bootmisc to create /var/run/utmpx. This
144 is needed, else /usr/bin/newgrp segfault. 2145 is needed, else /usr/bin/newgrp segfault.
145 2146
146 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: 2147 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
147 2148
148 Update /etc/skel/.bash_profile to make it tcsh compadible. 2149 Update /etc/skel/.bash_profile to make it tcsh compadible.
149 Thanks to Väinö Järvelä for this fix. 2150 Thanks to Väinö Järvelä for this fix.
150 2151
151 Update /etc/profile to also set the PS? variables if $SHELL 2152 Update /etc/profile to also set the PS? variables if $SHELL
153 bootstrap work again. 2154 bootstrap work again.
154 2155
155 Move LVM stuff to checkfs to ensure that they get fscked. 2156 Move LVM stuff to checkfs to ensure that they get fscked.
156 This resolves bug #1552. 2157 This resolves bug #1552.
157 2158
158* rc-scripts 1.3.3 (5 April 2002) 2159* rc-scripts 1.3.3 (5 Apr 2002)
159 2160
160 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: 2161 5 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
161 2162
162 Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. 2163 Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin.
163 This is done to try and ensure system integrity. 2164 This is done to try and ensure system integrity.
164 2165
165 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: 2166 1 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
166 2167
167 Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. 2168 Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391.
168 2169
169 Add a error message to /etc/init.d/consolefont, resolving bug #1415. 2170 Add a error message to /etc/init.d/consolefont, resolving bug #1415.
170 2171
171 Add a bash check to the code that sets the prompt, fixing bug #1078. 2172 Add a bash check to the code that sets the prompt, fixing bug #1078.
172 2173
173* rc-scripts 1.3.2 (24 Mar 2002) 2174* rc-scripts 1.3.2 (24 Mar 2002)
174 2175
175 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: 2176 24 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
176 2177
177 Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc 2178 Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc
178 for this. 2179 for this.
179 2180
180 With the "before" and "after" stuff, recursion levels was getting too high, 2181 With the "before" and "after" stuff, recursion levels was getting too high,
194 Added $INPUTRC to /etc/profile, since too many people keep on bugging me, 2195 Added $INPUTRC to /etc/profile, since too many people keep on bugging me,
195 and it seems it has fallen now to my discression. 2196 and it seems it has fallen now to my discression.
196 2197
197* rc-scripts 1.3.1 (23 Mar 2002) 2198* rc-scripts 1.3.1 (23 Mar 2002)
198 2199
199 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for 2200 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for
200 DHCP lease release from Jim Nutt. 2201 DHCP lease release from Jim Nutt.
201 2202
202 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release 2203 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release
203 since there are a lot of important bug fixes in here that are needed. 2204 since there are a lot of important bug fixes in here that are needed.
204 2205
205 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: 2206 23 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
206 2207
207 Resolve bug #1292. 2208 Resolve bug #1292.
208 2209
209 Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to 2210 Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to
210 Spidler. 2211 Spidler.
211 2212
212 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: 2213 21 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
213 2214
214 Update /sbin/rc to fix a 'cat mounts' instead of the correct 2215 Update /sbin/rc to fix a 'cat mounts' instead of the correct
215 version, 'cat /proc/mounts'. 2216 version, 'cat /proc/mounts'.
216 2217
217 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: 2218 19 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
218 2219
219 Add initial support for the --quiet flag that suppress output. 2220 Add initial support for the --quiet flag that suppress output.
220 2221
221 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: 2222 18 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
222 2223
223 Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc 2224 Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc
224 as not all errors by depscan.sh is critical. It should be 2225 as not all errors by depscan.sh is critical. It should be
225 reworked to do better error handeling. 2226 reworked to do better error handeling.
226 2227
227 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: 2228 14 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
228 2229
229 Fix the GID and UID of nobody and nogroup in /etc/passwd and 2230 Fix the GID and UID of nobody and nogroup in /etc/passwd and
230 /etc/group to match those of Debian, FBSD and others. Thanks 2231 /etc/group to match those of Debian, FBSD and others. Thanks
231 to those who reported it, and Woodchip for looking up the 2232 to those who reported it, and Woodchip for looking up the
232 proper values. 2233 proper values.
233 2234
234 Update /etc/init.d/net.eth0 to properly down DHCP interfaces. 2235 Update /etc/init.d/net.eth0 to properly down DHCP interfaces.
235 This resolves bug #1150, thanks to Paul Fleischer. 2236 This resolves bug #1150, thanks to Paul Fleischer.
236 2237
237 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: 2238 11 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
238 2239
239 Updated /etc/init.d/functions.sh not to use /usr/bin/basename, 2240 Updated /etc/init.d/functions.sh not to use /usr/bin/basename,
240 as some users have /usr on seperate partition which is not 2241 as some users have /usr on seperate partition which is not
241 mounted when depscan.sh is run the first time. 2242 mounted when depscan.sh is run the first time.
242 2243
243 Updated the checking for more than one service providing the 2244 Updated the checking for more than one service providing the
244 same virtual function in /etc/init.d/depscan.sh. It should 2245 same virtual function in /etc/init.d/depscan.sh. It should
245 be working now, and this also fix a problem that when there is no 2246 be working now, and this also fix a problem that when there is no
246 service providing a virtual, counter was used uninitialized. 2247 service providing a virtual, counter was used uninitialized.
247 2248
248* rc-scripts 1.3.0 (10 March 2002) 2249* rc-scripts 1.3.0 (10 Mar 2002)
249 2250
250 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: 2251 10 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
251 2252
252 Resolved bug #1021; updated /etc/init.d/consolefont for this. 2253 Resolved bug #1021; updated /etc/init.d/consolefont for this.
253 2254
254 Resolved bug #1029; updated /etc/init.d/net.eth0 for this. 2255 Resolved bug #1029; updated /etc/init.d/net.eth0 for this.
255 2256
274 Also fixed try() for mounting /proc (maybe all mount commands). 2275 Also fixed try() for mounting /proc (maybe all mount commands).
275 The function worked fine in a simulated test, but in real life failed 2276 The function worked fine in a simulated test, but in real life failed
276 to detect a error when mounting /proc (remember to thank Grant for 2277 to detect a error when mounting /proc (remember to thank Grant for
277 his UserMode ebuilds, and Guide). 2278 his UserMode ebuilds, and Guide).
278 2279
279* rc-scripts 1.2.9 (6 March 2002) 2280* rc-scripts 1.2.9 (6 Mar 2002)
280 2281
281 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: 2282 6 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
282 2283
283 General form updates and some piping fixes. 2284 General form updates and some piping fixes.
284 2285
285 Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh 2286 Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh
286 to fix a problem where startDM.sh would be respawned repeatedly 2287 to fix a problem where startDM.sh would be respawned repeatedly
287 if xdm was not in the default runlevel. 2288 if xdm was not in the default runlevel.
288 2289
289* rc-scripts 1.2.8 (4 March 2002) 2290* rc-scripts 1.2.8 (4 Mar 2002)
290 2291
291 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: 2292 4 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
292 2293
293 Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab 2294 Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab
294 to fix the "dead key" problem we had with xdm/gdm/kdm. We should 2295 to fix the "dead key" problem we had with xdm/gdm/kdm. We should
295 move them to the xfree ebuild later on when things settles down. 2296 move them to the xfree ebuild later on when things settles down.
296 2297
300 where we had a invalid $PATH on boot in some cases. 2301 where we had a invalid $PATH on boot in some cases.
301 2302
302 Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with 2303 Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with
303 the new sys-apps/kbd package. 2304 the new sys-apps/kbd package.
304 2305
305* rc-scripts 1.2.7 (3 March 2002) 2306* rc-scripts 1.2.7 (3 Mar 2002)
306 2307
307 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: 2308 3 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
308 2309
309 Fixed the problem of rc-scripts trying to start/stop a service multiple 2310 Fixed the problem of rc-scripts trying to start/stop a service multiple
310 times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc 2311 times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc
311 for this. 2312 for this.
312 2313
314 /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed 2315 /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed
315 this. 2316 this.
316 2317
317 Added caching of the "depend() { need foo; } " lines, and updated 2318 Added caching of the "depend() { need foo; } " lines, and updated
318 /etc/init.d/depscan.sh to touch the actual files less. This should 2319 /etc/init.d/depscan.sh to touch the actual files less. This should
319 speedup dependancy caching a lot, especially on slow machines. 2320 speedup dependency caching a lot, especially on slow machines.
320 2321
321 Updated /etc/passwd to have users with no shell defined, use /bin/false 2322 Updated /etc/passwd to have users with no shell defined, use /bin/false
322 for security. 2323 for security.
323 2324
324 Update /etc/fstab to mention /dev/shm since we dont mount it anymore. 2325 Update /etc/fstab to mention /dev/shm since we dont mount it anymore.
325 2326
326 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: 2327 1 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
327 2328
328 Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. 2329 Added a wrapper for sourcing the rc-scripts to eliminate syntax errors.
329 Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated 2330 Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated
330 /etc/init.d/depscan.sh, /etc/init.d/functions.sh and 2331 /etc/init.d/depscan.sh, /etc/init.d/functions.sh and
331 /etc/init.d/runscript.sh for this (added wrap_rcscript() function). 2332 /etc/init.d/runscript.sh for this (added wrap_rcscript() function).
332 2333
333 Removed stopping of dependant services that have current service as 2334 Removed stopping of dependent services that have current service as
334 a 'use'dependancy ... should be less confusing now. 2335 a 'use'dependency ... should be less confusing now.
335 Updated /etc/init.d/runscript.sh for this. 2336 Updated /etc/init.d/runscript.sh for this.
336 2337
337 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: 2338 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>:
338 2339
339 Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc 2340 Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc
421 Added the 'before' depend type. This is more for changing the 2422 Added the 'before' depend type. This is more for changing the
422 order services start in. Updated /etc/init.d/depscan.sh and 2423 order services start in. Updated /etc/init.d/depscan.sh and
423 /etc/init.d/functions.sh for this. 2424 /etc/init.d/functions.sh for this.
424 2425
425 Updated /etc/init.d/depscan.sh to work with '*' as argument for 2426 Updated /etc/init.d/depscan.sh to work with '*' as argument for
426 dependancy types. This can be used with 'use' and 'before' to 2427 dependency types. This can be used with 'use' and 'before' to
427 start a script last or first respectively. 2428 start a script last or first respectively.
428 2429
429 Added save_options() and get_options() to /etc/init.d/functions.sh 2430 Added save_options() and get_options() to /etc/init.d/functions.sh
430 for saving misc settings between startup/shutdown. Updated 2431 for saving misc settings between startup/shutdown. Updated
431 /etc/init.d/net.eth0 to use these and properly down virtual 2432 /etc/init.d/net.eth0 to use these and properly down virtual
500 29 Dec 2001; Donny Davies (woodchip@gentoo.org): 2501 29 Dec 2001; Donny Davies (woodchip@gentoo.org):
501 sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) 2502 sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :))
502 2503
503 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); 2504 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org);
504 2505
505 Updated /etc/init.d/depscan.sh to store info about missing dependancies 2506 Updated /etc/init.d/depscan.sh to store info about missing dependencies
506 of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh 2507 of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh
507 to use this when starting a script ('need' dependancies is critical for 2508 to use this when starting a script ('need' dependencies is critical for
508 startup). Added the broken() function to /etc/init.d/runscript.sh 2509 startup). Added the broken() function to /etc/init.d/runscript.sh
509 to list the missing dependancies. 2510 to list the missing dependencies.
510 2511
511 Updated /etc/init.d/runscript.sh for svc_start() to have better error 2512 Updated /etc/init.d/runscript.sh for svc_start() to have better error
512 checking. 2513 checking.
513 2514
514 Updated /etc/init.d/functions.sh with ewend(), which is the same as 2515 Updated /etc/init.d/functions.sh with ewend(), which is the same as
747 2748
748* rc-scripts 1.1.7 (18 Oct 2001) 2749* rc-scripts 1.1.7 (18 Oct 2001)
749 2750
750[old changelog format follows] 2751[old changelog format follows]
751 2752
752 *lots of scripts; woodchip 2753 *lots of scripts; woodchip
753 removed old rc5 scripts from cvs 2754 removed old rc5 scripts from cvs
754 2755
755 *init.d/runscript.sh; agriffis 2756 *init.d/runscript.sh; agriffis
756 Added support for rc.conf and home-grown functions 2757 Added support for rc.conf and home-grown functions
757 2758
758 *init.d/modules; 2759 *init.d/modules;
759 Now correctly looks at /etc/modules.autoload 2760 Now correctly looks at /etc/modules.autoload
760 2761
761rc-scripts-1.1.6, released 15 Sep 2001 2762rc-scripts-1.1.6, released 15 Sep 2001
762====================================== 2763======================================
763 2764
764 *init.d/runscript.sh, others 2765 *init.d/runscript.sh, others
765 Handling of "net" dependencies resolve to all net devices in 2766 Handling of "net" dependencies resolve to all net devices in
766 /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES 2767 /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES
767 variable in /etc/rc.conf has been removed. 2768 variable in /etc/rc.conf has been removed.
768 2769
769 *init.d/runscript.sh 2770 *init.d/runscript.sh
770 New "zap" option for manually resetting the state of an initscript 2771 New "zap" option for manually resetting the state of an initscript
771 to stopped. 2772 to stopped.
772 2773
773 *init.d/{samba,sysklogd,sshd} 2774 *init.d/{samba,sysklogd,sshd}
774 Removed from CVS; they live in their respective packages. 2775 Removed from CVS; they live in their respective packages.
775 2776
776rc-scripts-1.1.5, released 02 Sep 2001 2777rc-scripts-1.1.5, released 02 Sep 2001
777==================================== 2778====================================
778 2779
779 *sbin/rc-update 2780 *sbin/rc-update
780 New version of the rc-update command for the new initscripts. Works 2781 New version of the rc-update command for the new initscripts. Works
781 similarly to the old version, except this one updates our dependency 2782 similarly to the old version, except this one updates our dependency
782 cache. 2783 cache.
783 2784
784 *init.d/functions.sh 2785 *init.d/functions.sh
785 New and better looking informational message functions (einfo, einfon). 2786 New and better looking informational message functions (einfo, einfon).
786 Brand new message functions (ewarn). 2787 Brand new message functions (ewarn).
787 2788
788 *sbin/init, init.d/checkroot 2789 *sbin/init, init.d/checkroot
789 We're going back to a /proc/mounts-based mtab symlink because it's 2790 We're going back to a /proc/mounts-based mtab symlink because it's
790 just plain better. Appropriate changes made. 2791 just plain better. Appropriate changes made.
791 2792
792# vim:expandtab 2793# vim:expandtab

Legend:
Removed from v.197  
changed lines
  Added in v.638

  ViewVC Help
Powered by ViewVC 1.1.13