source: bootscripts/ChangeLog@ 872a378

12.2 multilib trunk xry111/arm64 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.2 xry111/mips64el xry111/multilib
Last change on this file since 872a378 was 54c0a86, checked in by Xi Ruoyao <xry111@…>, 4 weeks ago

bootscripts: console: Fix fb console detection

If CONFIG_FB is not set but CONFIG_DRM_FBDEV_EMULATION is set to y, on a
DRM-drived graphic card (anything from AMD/ATI, Intel, or NVIDIA in
recent 20 years) we'd be using a fb console but without
/sys/class/graphics/fb0. Then the script won't run setfont for VT 2-6.

Check /sys/class/graphics/fbcon instead of /sys/class/graphics/fb0 to
fix the issue.

Closes: https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2024-08/msg00001.html
Reported-by: Alan Ianson <agianson@…>

  • Property mode set to 100644
File size: 44.3 KB
Line 
12024-08-23 Xi Ruoyao <xry111@xry111.site>
2 * In console, detect FB console by checking /sys/class/graphics/fbcon
3 instead of fb0. The latter does not exist if CONFIG_FB=n, but
4 CONFIG_DRM_FBDEV_EMULATION=y can support a FB console without
5 CONFIG_FB.
6
72024-07-12 Xi Ruoyao <xry111@xry111.site>
8 * In mountvirtfs, recreate /dev/fd correctly if it's already created
9 by the initramfs.
10
112024-07-06 Bruce Dubbs <bdubbs@linuxfromscratch.org>
12 * Add logic to init-functions to only print escape sequences
13 if stdin and stdout are connected to a terminal.
14
152024-04-16 Bruce Dubbs <bdubbs@linuxfromscratch.org>
16 * Remove blank output line generated in ifup script when bringing
17 up wireless interface.
18
192023-10-04 Pierre Labastie <pierre.labastie@neuf.fr>
20 * After the changes done on 2022-03-24, several "halt stop" should
21 have been changed to "halt start". Done now. Fortunately, those
22 occur only when something wrong happens with disks or devices.
23
242023-07-28 Xi Ruoyao <xry111@xry111.site>
25 * In mountvirtfs, mount /sys/fs/cgroup for udev from systemd-254.
26
272023-07-22 Xi Ruoyao <xry111@xry111.site>
28 * In mountvirtfs, create symlinks /dev/{fd,std{in,out,err}} and
29 /dev/core (optional).
30
312023-07-16 Xi Ruoyao <xry111@xry111.site>
32 * In udev, set SYSTEMD_LOG_TARGET=kmsg so systemd-udevd will correctly
33 log messages.
34
352023-07-15 Xi Ruoyao <xry111@xry111.site>
36 * Use /bin/udevadm instead of /sbin/udevadm.
37
382022-09-30 Bruce Dubbs <bdubbs@linuxfromscratch.org>
39 * Mount /dev/shm as a tmpfs.
40
412022-07-23 Thomas Trepl <thomas@linuxfromscratch.org>
42 * Mark an raid array clean when root (/) has been remounted
43 r/o when system goes down. Otherwise, array does remain
44 always 'dirty', causing a resync at next boot.
45
462022-03-24 Pierre Labastie <pierre dot labastie at neuf dot fr>
47 * New semantics for K and S scripts:
48 - S scripts only started if not already marked S in the previous runlevel
49 - K scripts only started if not already marked K in the previous runlevel
50 - remove the convention of running S scripts with "stop" in rl 0/6
512021-06-08 Bruce Dubbs <bdubbs@linuxfromscratch.org>
52 * When shutting down the network, ignore invalid interfaces
53 or interfaces that are not UP.
54
552021-06-02 Thomas Trepl <thomas@linuxfromscratch.org>
56 * Prevent sendsignals from killing an active mdmon
57
582021-04-28 Bruce Dubbs <bdubbs@linuxfromscratch.org>
59 * Make check_signal more robust.
60 * Use a better methog for killproc to remove a dead pid file.
61 * Clarify what signals killproc accepts.
62 * Thanks to input and discussion from Scott Andrews.
63
642021-02-01 Bruce Dubbs <bdubbs@linuxfromscratch.org>
65 * Tweak mountfs to properly exit when an error is found.
66
672021-01-13 Xi Ruoyao <xry111@mengyan1223.wang>
68 * Use /run instead of deprecated /var/run
69
702020-10-02 DJ Lucas <dj@linuxfromscratch.org>
71 * make $local_fs a Should-Stop dependency of swap to allow clean install
72
732020-08-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
74 * Fix a minor display problem in checkfs
75
762019-10-31 DJ Lucas <dj@linuxfromscratch.org>
77 * Syslog should not start in runlevel 2 due to network logging
78 * Remove errant swap dependency for checkfs
79
802019-10-04 DJ Lucas <dj@linuxfromscratch.org>
81 * Additional updates to facilities in LSB headers to keep proper order
82 * Network script depends on firewall scripts from BLFS if activated
83
842019-09-02 DJ Lucas <dj@linuxfromscratch.org>
85 * Update facilities in LSB headers
86
872015-06-24 Bruce Dubbs <bdubbs@linuxfromscratch.org>
88 * Unmount network file systems before bringing down the network
89 * Spell out some mount/umount options
90
912017-03-25 DJ Lucas <dj@linuxfromscratch.org>
92 * Bash-4.4 changes no longer allow continue in function to pass to calling
93 loop.
94
952015-02-22 Bruce Dubbs <bdubbs@linuxfromscratch.org>
96 * Cosmetic changes to network scripts' output
97
982015-02-08 Bruce Dubbs <bdubbs@linuxfromscratch.org>
99 * Modify ipv4-static to support ethernet labels
100 * Output a newline if an interface is skipped during boot
101
1022014-12-24 Bruce Dubbs <bdubbs@linuxfromscratch.org>
103 * Clarify rationale for sysklog run levels
104
1052014-11-10 Bruce Dubbs <bdubbs@linuxfromscratch.org>
106 * Make /run/lock have 1777 permissions
107
1082014-07-06 Bruce Dubbs <bdubbs@linuxfromscratch.org>
109 * Remove obsolete reference to /proc/sys/kernel/hotplug in udev boot script
110
1112014-07-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
112 * Remove obsolete check for /proc/ksyms in modules boot script
113
1142014-06-29 Bruce Dubbs <bdubbs@linuxfromscratch.org>
115 * Remove systemd references and files
116
1172014-03-31 Bruce Dubbs <bdubbs@linuxfromscratch.org>
118 * Changes made to be consistent with common systemd functions
119
1202013-08-21 Bruce Dubbs <bdubbs@linuxfromscratch.org>
121 * Delete duplicate entry in rc.site file.
122
1232013-08-05 Bruce Dubbs <bdubbs@linuxfromscratch.org>
124 * Use STATIC_GATEWAY for ipv4-static-route purposes
125
1262013-05-15 Bruce Dubbs <bdubbs@linuxfromscratch.org>
127 * Remove unneeded options and commands from mountfs and
128 mountvirtfs when mtab is a symlink to /proc/self/mounts
129
1302013-05-11 Bruce Dubbs <bdubbs@linuxfromscratch.org>
131 * Make sure the root fs is mounted read only in mountfs
132 before halting
133
1342013-01-24 Bruce Dubbs <bdubbs@linuxfromscratch.org>
135 * Remove local attribue of some variables for Bourne
136 shell compatability
137 * Specify /bin/echo in commands with -e switch for
138 Bourne shell compatability
139
1402012-10-13 Bruce Dubbs <bdubbs@linuxfromscratch.org>
141 * Remove unneeded sleep in killproc
142 * Add option for verbose fsck
143 * Flatten directory structure of tarball
144 * Remove /fastboot or /forcecheck if set
145
1462012-09-05 Bruce Dubbs <bdubbs@linuxfromscratch.org>
147 * Add udevadm trigger --action=change line to udev script
148 to support initramfs better
149
1502012-08-24 Bruce Dubbs <bdubbs@linuxfromscratch.org>
151 * Read /etc/sysconfig/console when needed in rc
152
1532012-06-17 Bruce Dubbs <bdubbs@linuxfromscratch.org>
154 * Only mount /run in mountvirtfs if it is not already mounted
155 (from an initrd).
156 * Force the /dev/shm->/run/shm symlink
157 * Skip making LVM virtual groups unavailable at shutdown
158 because the / or swap partitions may be still in use.
159
1602012-05-30 Bruce Dubbs <bdubbs@linuxfromscratch.org>
161 * Copy all entries in /lib/udev/devices to /dev in mounvirtfs
162
1632012-05-24 Bruce Dubbs <bdubbs@linuxfromscratch.org>
164 * Remove mkdir from mountvirtfs because fs is read only
165
1662012-04-09 Bruce Dubbs <bdubbs@linuxfromscratch.org>
167
168 * General update of network scripts ifup/ifdown and services
169 ** Add if_true utility function to init_functions
170 ** Change variable INTERFACES to COMPONENT_INTERFACES for bridge interface
171 ** ifdown now only uses the first SERVICE
172 ** Updated ifup.8 to reflect current usage
173 ** ifup
174 *** Move interface up logic to after service scripts. Eliminates the
175 need for the LINK_CHECK variable.
176 *** Sets the GATEWAY if the variable is set
177 *** Add MTU logic to ifup
178
1792012-01-22 Matt Burgess <matthew@linuxfromscratch.org>
180
181 * lfs/init.d/udev: Change udevd path following upstream changes to its
182 location
183
1842011-12-23 Matt Burgess <matthew@linuxfromscratch.org>
185
186 * lfs/init.d/mountvirtfs: Correct permissions on /run/shm
187
1882011-11-28 DJ Lucas <dj@linuxfromscratch.org>
189
190 * lfs/init.d/mountfs: Add '-t nosysfs' to umount command
191 * lfs/init.d/mountvirtfs: remove unneeded spaces in output
192 * lfs/init.d/rc: Correct double interactive prompt and set prompt defaults
193 * lfs/init.d/setclock: Remove screen output from start case (udev)
194 * lfs/init.d/udev{,_retry}: Restore output to screen and log
195 * lfs/sbin/ifup: Change "..." to ": " (not awaiting additional output)
196
1972011-11-14 Bruce Dubbs <bdubbs@linuxfromscratch.org>
198
199 * The following are from suggestions by DJ Lucas
200 ** General cleanup of scripts
201 ** Move consolelog function to rc
202 ** Clean up boot logging functions
203 ** Fix interactive prompt between run level S and target run level
204
2052011-10-06 Bryan Kadzban <bryan@linuxfromscratch.org>
206
207 * Add configuration for udev_retry, and remove --type=failed (which does
208 not work with recent udev versions anyway, since no events can possibly
209 trigger it). Start with just the "rtc" subsystem. BLFS should eventually
210 add "sound" to this file, and perhaps others.
211
2122011-09-18
213 * Review and update of changes made in previous change.
214 ** Rename /etc/sysconfig/init_params to /etc/sysconfig/rc.site.
215 ** Move network services to /lib/services.
216 ** Move init-functions to /lib/lsb.
217 *** /lib/lsb is a symlink to /lib/services.
218 * Create convenience symlink /etc/init.d->/etc/rc.d/init.d.
219 * Add help and man pages to upup/ifdown.
220 * Append /run/var/bootlog to /var/log/boot.log at the end of
221 the boot sequence.
222 * Add capabiltiy to step through the boot scripts at boot time
223 * Optionally allow environment variables in sysconfig directory's
224 console, network, and clock files to be placed in rc.site.
225 * Add an optional FASTBOOT parameter to set /fastboot when rebooting.
226
2272011-07-14 Bruce Dubbs <bdubbs@linuxfromscratch.org>
228 * Major rewrite of all LFS scripts
229 ** Move ifup/ifdown to /sbin
230 ** Move functions and network services to /lib/boot
231 ** Remove contrib directory
232 ** Move all READ commands to functions and allow the user to specify
233 HEADLESS=1 to skip READ commands
234 ** Add /etc/sysconfig/init_params for adding environmental parameters
235 to all functions used in bootscripts
236 ** Move network configuration to /etc/sysconfig/ifconfig.*. The
237 ifconfig files can have any extension. Use IFACE parameter to
238 specify the target network interface within the configuration file.
239 ** Adds an optional parameter, SKIPTMPCLEAN, to skip the removal of
240 files in /tmp at bootup. Specify the variable in
241 /etc/sysconfig/init_params.
242
2432011-05-31 DJ Lucas <dj@linuxfromscratch.org>
244 * lfs/init.d/udev: Add multiple udev triggers for both subsystems and
245 devices per upstream recommendation.
246
2472011-04-19 Bruce Dubbs <bdubbs@linuxfromscratch.org>
248 * lfs/init.d/mountvirtfs: Add creation of /run/{var,lock,shm}.
249 * lfs/init.d/udev: Add /dev/shm -> /run/shm symlink.
250
2512011-04-18 Bruce Dubbs <bdubbs@linuxfromscratch.org>
252 * lfs/init.d/mountvirtfs: Change name from mountkernfs to mountvirtfs.
253 Add mounting of /run filesystem.
254
2552010-05-29 Matt Burgess <matthew@linuxfromscratch.org>
256 * lfs/init.d/udev: Only copy /lib/udev/devices/null, as Udev >= 155 copies
257 devices from /lib/udev/devices to /dev itself. Udevd still needs /dev/null
258 present before starting up though.
259
2602010-04-20 Bryan Kadzban <bryan@linuxfromscratch.org>
261 * lfs/init.d/udev, lfs/init.d/udev_retry: Add --action=add, to handle udev
262 version 152 and newer, which send "change" events by default in udevtrigger
263 now.
264
2652010-01-24 Matthew Burgess <matthew@linuxfromscratch.org>
266 * lfs/init.d/udev: Check to see if /dev is already mounted, as it may be if
267 under an initramfs environment. See ticket #2550.
268
2692009-08-14 Bryan Kadzban <bryan@linuxfromscratch.org>
270 * lfs/init.d/udev_retry: Use "udevadm trigger --type=failed", which
271 apparently replaced "--retry-failed" some time ago. "--retry-failed" is
272 removed in udev-146.
273
2742009-01-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
275 * lfs/init.d/functions:
276 * lfs/sysconfig/network-devices/ifup:
277 Updated line widths to accommodate pdf generation in both the above
278 files.
279
2802008-10-27 DJ Lucas <dj@linuxfromscratch.org>
281 * lfs/init.d/cleanfs: Removed '! -newer /proc' from find commands in
282 check for stale files in /var/lock and /var/run.
283 * Makefile: Reversed cleanfs and udev_retry scripts so that cleanfs
284 runs immediately after mountfs.
285
2862008-10-26 Dan Nicholson <dnicholson@linuxfromscratch.org>
287 * lfs/init.d/functions: Remove stale pid files when encountered
288 in loadproc/killproc/reloadproc. When the bootscript specifies
289 a pid file to use with the "-p pidfile" argument, *proc
290 functions previously bailed out when the referenced file
291 contains an invalid pid.
292
2932008-10-23 DJ Lucas <dj@linuxfromscratch.org>
294 * lfs/init.d/console: Removed BROKEN_COMPOSE as kernel patch has
295 been accepted upstream.
296
2972008-05-21 Bryan Kadzban <bryan@linuxfromscratch.org>
298 * lfs/init.d/udev, lfs/init.d/udev_retry: Use new udevadm program.
299
3002007-08-20 DJ Lucas <dj@linuxfromscratch.org>
301 * lfs/init.d/setclock: Added missing 'stop' argument to usage text
302
3032007-08-13 Dan Nicholson <dnicholson@linuxfromscratch.org>
304 * lfs/init.d/checkfs: Don't suppress error messages from the screen.
305
3062007-07-18 Dan Nicholson <dnicholson@linuxfromscratch.org>
307 * Makefile, lfs/init.d/consolelog: New bootscript controlling the
308 kernel log level on the console. This is controlled by the LOGLEVEL
309 variable in /etc/sysconfig/console.
310 * lfs/init.d/modules: Remove the log level handling since this is
311 done in the consolelog script now.
312 * lfs/init.d/modules: Clean up the script by removing the file
313 descriptor duplication and instead just redirecting
314 /etc/sysconfig/modules to the input of the while loop.
315
3162007-06-16 Dan Nicholson <dnicholson@linuxfromscratch.org>
317 * lfs/init.d/mountfs, lfs/init.d/mountkernfs, lfs/init.d/setclock,
318 lfs/init.d/modules, lfs/sysconfig/network-devices/if{up,down}:
319 Don't suppress stderr during bootscripts unless necessary. This
320 would prevent potentially critical messages from reaching the screen.
321
3222007-04-24 Dan Nicholson <dnicholson@linuxfromscratch.org>
323 * lfs/init.d/functions: When killproc is executed, it checks that
324 the process is still running, sleeps if it is, then checks again.
325 The sleep is 1 second in between checks. By sleeping for 0.1 seconds
326 in between checks, killproc is much faster as it's wasting much
327 less time sleeping in the normal case that the process has died
328 after a short delay.
329
3302007-04-16 Dan Nicholson <dnicholson@linuxfromscratch.org>
331 * lfs/init.d/functions: Redirect stderr when using kill to suppress
332 output.
333 * lfs/init.d/functions: killproc() was not handling the case where a
334 pidfile is passed to the function. The logic with the signal to be
335 used was causing issues with the handling of pidfiles. This has been
336 fixes, and now killproc() will recheck the process if the signal
337 was TERM (the default) or KILL.
338 * lfs/init.d/functions: statusproc() has been changed to use pidofproc()
339 instead of the deprecated getpids(). Additionally, it now accepts
340 the -p argument to specify a pidfile.
341 * lfs/init.d/functions: Currently, statusproc() always returns
342 successfully, and the only way to know if the process is running
343 is to parse the output. This changes statusproc() to return the
344 status of pidofproc(), which will return unsuccessfully if the
345 requested process is not running.
346 * lfs/init.d/functions: Changed reloadproc() to use pidofproc() and
347 respect the -p argument for pidfiles.
348 * lfs/init.d/sysklogd: Remove a useless argument to reloadproc().
349
3502007-03-13 Dan Nicholson <dnicholson@linuxfromscratch.org>
351 * lfs/init.d/functions: If pidofproc() is passed the -p argument
352 it can bomb testing a null variable with an integer expression.
353
3542007-02-22 Dan Nicholson <dnicholson@linuxfromscratch.org>
355 * lfs/init.d/mountfs, lfs/init.d/console, lfs/init.d/setclock,
356 lfs/init.d/mountkernfs: &> redirection is not supported in POSIX.
357 Fortunately, it's equivalent to >word 2>&1 according to bash(1).
358
3592007-02-22 Dan Nicholson <dnicholson@linuxfromscratch.org>
360 * lfs/init.d/console: POSIX says that shells only need to trap on
361 signals. Trapping on ERR isn't always supported. Conditionals have
362 been added to set the $failed variable in spots that seemed
363 appropriate for checking errors.
364
3652007-02-22 Dan Nicholson <dnicholson@linuxfromscratch.org>
366 * lfs/init.d/functions: Use arithmetic expansion and string length,
367 which are both mandated by POSIX, rather than spawning two processes
368 every time boot_mesg() is called.
369
3702007-02-22 Dan Nicholson <dnicholson@linuxfromscratch.org>
371 * lfs/init.d/functions: In order to provide an `echo' which provides
372 handles the -e and -n options for all POSIX shells, a feature test
373 is added which stores its result in $ECHO. /bin/echo will be used
374 if the default echo is not capable. Changed the existing functions
375 to reference $ECHO when needed.
376 * lfs/init.d/console: Use $ECHO when -en is needed.
377
3782007-02-03 Bryan Kadzban <bryan@linuxfromscratch.org>
379 * ChangeLog: Rename from CHANGELOG, start using GNU style entries.
380
381 * Makefile: Move setclock before checkfs. Fixes #1948.
382
3832006-11-25 Bryan Kadzban <bryan@linuxfromscratch.org>
384 * lfs/init.d/udev_retry: Copy Debian's "copy generated rules" initscript
385 code, to clean up when the rule_generator scripts run before / is
386 writable. (Since the rule_generator code is from Debian, I assume their
387 cleanup code is appropriate.)
388
3892006-10-15 Bryan Kadzban <bryan@linuxfromscratch.org>
390 * lfs/init.d/udev_retry: Fix to work with udev >= 099.
391
392n/a - June 2, 2006
393 * Removed console config file and makefile targets.
394 * Removed references to /dev/bug and bugreport in udev and
395 udev_retry bootscripts. (DJ Lucas)
396
397n/a - April 17, 2006
398 * Updated udev script to use the new udevsettle program.
399 * Added udev_retry script for systems that have /usr on a different
400 partition or for some other reason fail the initial replay. (Archaic)
401
402n/a - April 15, 2006
403 * Cleaned up contrib directory. Removed: contrib/init.d,
404 contrib/enhanced, contrib/livecd, contrib/hotplug, and raq2
405 patch. (DJ Lucas)
406
407n/a - April 14, 2006
408 * Merged changes from udev_update branch (DJ Lucas)
409 * Replaced a return with an exit and reversed comment changes in
410 udev bootscript. (Dan Nicholson)
411 * Replaced walk_sysfs function in udev bootscript with new udevtrigger
412 program and move wait_for_uevents function inline. (DJ Lucas)
413 * Removed extra evaluate_retval in udev bootscript. (Ken Moffat)
414 * Wait for uevents to be processed in the udev script. See ticket
415 #1720 for details. (Matthew Burgess)
416
417n/a - March 21, 2006
418 * Removed old references to boot_log function and arguments passed
419 to boot_mesg_flush in echo_* functions. (DJ Lucas)
420
421n/a - March 10, 2006
422 * Moved src argument to ipv4-static-route service script and
423 removed from ipv4-static service script. (DJ Lucas)
424
425n/a - March 8. 2006
426 * Correct sourced path in checkfs script. (Matthew Burgess)
427
428n/a - December 31, 2005
429 * Replaced /etc/rc.d with ${rc_base} in checkfs. (Vincent Fretin)
430
431n/a - December 24, 2005
432 * Added UTF-8 support to console script. (Alexander E. Patrakov)
433
434n/a - September 11, 2005
435 * Removed text wraping and boot logging.
436 * Changed killproc to use warning if not running
437 * Changed 'print_status warning' to use old style output
438 * Fixed display error with LSB init-functions script
439 * Made above killproc/print_status changes in enhanced
440 bootscripts.
441 * Made logger service configurable in enhanced
442 bootscripts. (DJ Lucas)
443
444n/a - August 14, 2005
445 * Added -s flag to pidofproc() for backwards
446 compatibility (DJ Lucas)
447 * Fixed erronous values returned by pidofproc() which
448 broke the functionality of statusproc (DJ Lucas)
449
450n/a - July 1, 2005
451 * Changed a == to a = in lfs/init.d/functions, in the boot_mesg
452 function for ash compliancy (Nathan Coulson)
453
454n/a - June 26, 2005
455 * Removed consolelog script from contrib
456 * Updated interactive rc script in contrib and added
457 README.rc-Interactive, added install target to the
458 Makefile. (DJ Lucas)
459
4603.2.2 - May 29, 2005
461 * Tagged as 3.2.2 (Nathan Coulson)
462
463n/a - May 26, 2005
464 * Added minimal target for cross-lfs book (Jim Gifford)
465 * Fixed raq2 patch (Jim Gifford)
466
4673.2.1 - May 1, 2005
468 * Tagged as 3.2.1 (Nathan Coulson)
469
470n/a - April 17, 2005
471 * removed touch from hotplug bootscript (Matthew Burgess)
472 * moved commands around in localnet bootscript (Andrew Benton)
473
4743.2.0 - March 30, 2005
475 * Changed from syslog-ng to sysklogd (Archaic)
476 * Temporairly changed loadproc to return 0 if the program is
477 already running (Nathan Coulson)
478 * Fixed (by reverting) ifup/ifdown/network (Nathan Coulson),
479 Reported by Jim Gifford
480 * Fixed network up/down along with adding support of ONHOTPLUG
481 * Tagged as 3.2.0
482
483n/a - March 19, 2005
484 * Updated RaQ2 patch (Jim Gifford)
485 * Added net.agent for Hotplug of Network adapters in contrib
486 (Jim Gifford)
487
488n/a - March 16, 2005
489 * Reverted the change from loadproc to start_daemon,
490 Moved compatibility code into one single function.
491 (Nathan Coulson)
492 * Readded the ONHOTPLUG option for ifup/ifdown (Nathan Coulson)
493 * Fixed killproc's output
494
495n/a - March 01, 2005
496 * Added CHECK_LINK variable in ifconfig.*/*, so if the
497 interface does not exist, it will not fail.
498 (Nathan Coulson)
499
500n/a - February 19, 2005
501 * Added evaluate_retval to the end of loadproc and killproc.
502 lsb does not say that killproc should print [ OK ],
503 but required for compatibility. (Nathan Coulson)
504
505n/a - February 9, 2005
506 * Accidentally mounted /dev with 775 instead of 755, fixed
507 (Reported by Alexander E. Patrakov)
508
509n/a - February 9, 2005
510 * Bugfix for /dev, now mounted with 755 permission
511
512n/a - February 8, 2005
513 * changed pidof, so it doesn't check the process id
514 of running bootscripts, and to process shell scripts
515 (Nathan Coulson)
516
517n/a - February 6, 2005
518 * Updated main functions file with lsb functions file
519 Should now be LSB compliant (Nathan Coulson)
520
521n/a - January 10, 2005
522 * Moved ONBOOT check back to network (Nathan Coulson)
523 * Removed ONHOTPLUG check (Nathan Coulson)
524
525n/a - January 6, 2005
526 * fixed mountkernfs output (Nathan Coulson)
527 * reverted mountfs fakemounting (Nathan Coulson)
528
529n/a - January 5, 2005
530 * Attempted to simplify network bootup files (Nathan Coulson)
531 * Modified mountkernfs to use mountpoint (Nathan Coulson)
532 * Assuming sysfs is always mounted (Nathan Coulson)
533 * Moved fakemount to below mounting (Nathan Coulson)
534 * Removed -t noramfs from umount, as we now use tmpfs (Nathan Coulson)
535 * moved sysctl from mountkernfs to sysctl (Nathan Coulson)
536 * Added -q to sysctl (Nathan Coulson)
537
538n/a - January 2, 2005
539 * Fixed statusproc output. (DJ Lucas)
540
5413.1.0 - December 31, 2004
542 * fixed textoutput
543 * Tagged as 3.1.0
544
545n/a - December 30, 2004
546 * Fixed name of LSB Functions file
547 * Changed boot_mesg to act like echo instead of echo -n, boot_mesg now
548 takes the -n argument if you do not wish to goto the next line
549
5503.0.1 - December 25, 2004
551 * Released as 3.0.1
552
553n/a - December 20, 2004
554 * Cleaned up header.
555 * Added RaQ2 Patch
556
557n/a - December 16, 2004
558 * Fixed a text typo in udev, tmpfs instead of ramfs (Steve Crosby)
559
560n/a - December 14, 2004
561 * Fixed a warning with find in cleanfs
562
563
5643.0 - December 8, 2004
565
566n/a - December 5, 2004
567 * Moved bootlog to use local2 service to avoide conflict with
568 dhcpcd (DJ Lucas)
569
5703.0-rc1 - December 1, 2004
571 * rc-Interactive added (DJ Lucas)
572 * rc-Interactive moved to contrib (Nathan Coulson)
573
574n/a - November 27, 2004
575 * Moved bootlog to use local1 to avoid conflict with ppd (DJ Lucas)
576
577n/a - November 25, 2004
578 * Added consolelog to contrib/sysconfig (DJ Lucas)
579 * Rewrite of line wraping in boot_mesg and various fixes
580 related to boot_mesg changes (DJ Lucas, Alexander Patrakov)
581 * syslog-ng is now installed by default (Jeremy Utley)
582 * hotplug is now installed by default (Jeremy Utley)
583 * udev now uses /sbin/hotplug as the default hotplug handler
584 (Nathan Coulson)
585 * udev now mounts a tmpfs instead of a ramfs onto /dev,
586 as suggested by Greg K-H (Nathan Coulson)
587 * Created contrib/lsb, and added a LSB compliant functions file
588 (Nathan Coulson, and Alexander Patrakov)
589 * Modified find [requires find 4.2.3+] (Matthew Burgess)
590
591n/a - November 20, 2004
592 * Modifed modules script to return to previous kernel message
593 level (DJ Lucas)
594
595n/a - November 02, 2004
596 * Added sysctl -p to mountkernfs (Matthew Burgess, DJ Lucas)
597
598n/a - October 07, 2004
599 * statusproc modified not to send data to bootlog (Nathan Coulson)
600 * Fixed halt commands in checkfs and udev (James Robertson)
601
602n/a - October 04, 2004
603 * Fixes to commit on 2004/09/30 (James Robertson)
604 * Revert a few changes until later (Nathan Coulson)
605 * Added a warning about switching from a 8bit font
606 to a 9bit font (Alexander Patrakov)
607
608n/a - September 30, 2004
609 * Finished off boot_mesg() (James Robertson)
610 * Standardized all scripts to same variable format and other
611 internal sh/bash function calls (James Robertson)
612 * Fully implemented boot_mesg across all scripts in sysconfig
613 and init.d (James Robertson)
614
615n/a - September 26, 2004
616 * Added BOOTMESG_PREFIX variable, so users can optionally set a
617 prefix for boot messages (James Robertson)
618 * Fixed localnet status, to use ip instead of ifconfig (Jim Gifford)
619 * Added consolelog to contrib (DJ Lucas)
620 * loadproc and killproc can have the -nomsg parameter to avoid
621 calling evaluate_retval or print_status (Jim Gifford)
622 * boot_mesg no longer explicitly adds a \n onto end of lines
623 * Added a function called boot_mesg_flush, which can
624 dump the BOOTMESG to the bootlog. This helps avoid making
625 everything have to end in OK/WARN/FAIL (Nathan Coulson)
626
627n/a - September 24, 2004
628 * Removed /dev/udev.tdb test
629
630n/a - September 23, 2004
631 * Fixed boot_log so it output's $@'s contents, not @$
632 * Added support for colors in boot_mesg (James Robertson)
633 * Modified udev's error checking
634 * Modified hotplug's error checking
635 * Converted checkfs's error handling to use boot_mesg with
636 color support
637 * Added $INFO color to functions (James Robertson)
638
639n/a - September 22, 2004
640 * Removed the dependency on wl by replacing it with grep (Bryan Kadzban)
641 * Fixed getpids, to remove unused pids obtained from $PIDFILE
642 * Removed ${NORMAL} from echo "$BOOTMESG" in functions, and removed
643 space added to each additional sentence tacked onto BOOTMESG
644 * boot_mesg now handles \n's properly, and does not dimish the size of
645 the next line (James Robertson)
646 * boot_log has been added. The echo_ functions commit the log,
647 and then clear the BOOTMSG variable
648 * All scriptes have been converted to use boot_mesg
649
650n/a - September 21, 2004
651 * boot_mesg has been enhanced. Subsequent calls will overwrite
652 previous text, and it will wrap text basedupon the variable ${WCOL}.
653 (James Robertson)
654 * Fixed mtu optional service typo (Kevin P Fleming)
655 * Added SOURCE variable to ipv4-static-route (Kevin P Fleming)
656
657n/a - September 16, 2004
658 * nework interfaces are now brought down in reverse order
659
660n/a - September 15, 2004
661 * Added blue bracket, from dj's 3.0-pre1 bootscript package
662 [echo_failure, echo_warning, and echo_ok]
663 * Added a new function called boot_mesg, meant to replace the echo
664 command.
665 This will give us the posibility of doing logging at a later date
666 * Do not set COLUMNS if COLUMNS is already set
667 * Modified getpids, loadproc, killproc, reloadproc, and statusproc as
668 done by DJ
669
6702.2.3 - September 04, 2004
671 * Tagged as 2.2.3
672
673n/a - September 04, 2004
674 * Added new script to contrib for syslog-ng, which is now part of
675 LFS-Unstable, and a new Makefile target install-syslog-ng which
676 removes the sysklogd links, and replaces them with syslog-ng (JU)
677
6782.2.2 - August 11, 2004
679 * Tagged as 2.2.2
680
681n/a - August 7, 2004
682 * Added missing error redirect (/dev/null) in getpids. (DJ)
683
684n/a - August 4, 2004
685 * Added MODE, DIRMODE, and CONFMODE variables to the makefile
686 to allow permissions to be set at install. (DJ)
687
688n/a - July 31, 2004
689 * Moved PIDFILE check to getpids and removed arguments from
690 killproc and reloadproc. Signals are now set at beginning of
691 funtcions script with KILLDELAY. (DJ)
692 * Added a optional service script which can set the MTU for a given
693 interface
694
695n/a - July 21, 2004
696
697 * Committed DJ Lucas's patch for the killproc function. It no
698 longer requires arguments if PIDFILE is set
699 * added --backup to all sysconfig configuration files, so they are not
700 replaced on a make install
701
702n/a - July 13, 2004
703
704 * Added the PEER variable to the ifconfig.*/* file, done by
705 Kevin P. Fleming
706
7072.2.1 - July 12, 2004
708
709 * Tagged as 2.2.1
710
711n/a - July 12, 2004
712
713 * Hotplug was moved from rcsysinit.d to rc{1,2,3,4,5} to help bring
714 up/down network interfaces started by hotplug. This has been revoked
715 at this time
716 * Networking interfaces are now brought down in reverse order
717 * Moved the ONBOOT check to within ifup/ifdown, so we can bring up/down
718 the interfaces at boottime/shutdown properly, done by Kevin P. Fleming
719 * Use PREFIX instead of NETMASK for adding addresses in ipv4-static,
720 done by Kevin P. Fleming
721 * Fix reversal of services inside ifconfig.* directories in ifdown,
722 done by Kevin P. Fleming
723 * Add ipv4-static-route service, supplied by Kevin P. Fleming
724
7252.2.0 - July 12, 2004
726
727 * Tagged as 2.2.0
728
729n/a - July 11, 2004
730
731 * Minor script output changes
732 * Repaired networking scripts broken in previous commits
733
734n/a - July 10, 2004
735
736 * We now use the ip program [from iproute2] instead of ipconfig
737 [net-tools] to bring up/down ethernet interfaces, and local
738 connections, submitted by Jim Gifford
739 * Removed gateway backward compatibility
740 * Removed ifup-eth0 ifdown-eth0 compatibility
741 * Removed the "assume SERVICE=static if SERVICE is unset" compatibility
742 * Pass the IFCONFIG environmental variable to services, so they can
743 locate the file with the parameters they must read
744 * Rename static to ipv4-static
745 * Stage1 for network configuration via directories, ifup and ifdown
746 modified, and the static service modified
747 * Stage2 for network configuration via directories complete, network was
748 modified to check within subdirectories for ONBOOT=yes. Final Stage
749
750n/a - July 8, 2004
751
752 * Changed iso01 to lat1 everywhere in /etc/sysconfig/console. This
753 fixes the problem with line-drawing characters.
754
755n/a - July 7, 2004
756
757 * Halted the computer, if unable to mount /dev as a ramfs
758
759n/a - July 6, 2004
760
761 * Moved the hotplug bootscript back to contrib, it will not be used in
762 the testing branch of the lfs book at this time
763
764n/a - July 4, 2004
765
766 * Modified ifup and ifdown to be hotplug aware
767
768n/a - July 3, 2004
769
770 * Change the check for ONBOOT into a source within a subshell
771
772n/a - July 1, 2004
773
774 * Moved hotplug start to runlevels 3-5 from sysinit
775
776n/a - June 30, 2004
777
778 * Pass -depth in cleanfs
779
780n/a - June 29, 2004
781
782 * Made the grep for ONBOOT in the network script more exact
783
7842.1.2 - June 27, 2004
785
786 * Install the automatic module loading script by default
787 * Tagged as 2.1.2
788
789n/a - June 26, 2004
790
791 * Fixed font for UK in /etc/sysconfig/console
792
793n/a - June 23, 2004
794
795 * Fixed a typo in the hotplug installation procedure
796
797n/a - June 21, 2004
798
799 * Re-ordered the "mount" and "echo" commands in the udev script, to
800 prevent a possible race
801 * Converted the udev script to use udevsend/udevd
802 * Moved removal of /fastboot and /forcefsck to just after the root fs
803 becomes writable, and dropped the removal of /etc/nologin
804 * Cleaned and tweaked both the output and actions of cleanfs
805 * Removed the disabling of hotplug from sendsignals
806 * Removed anything that might call "rmmod" in hotplug, since rmmod is
807 notoriously troublesome in the 2.6.x kernels, and call it with the
808 stop argument from runlevels 0 and 6
809 * Fixed previous modifications to the udev and cleanfs scripts
810
811n/a - June 20, 2004
812
813 * Rolled back to the /dev/.udev.tdb check from 2.1.1, since the new
814 one doesn't work as well, and the bug that caused it to change is
815 now fixed
816
817n/a - June 18, 2004
818
819 * Updated sysconfig/console
820 * Fixed disabling hotplug in sendsignals
821 * hotplug is now installed by default
822
823n/a - June 15, 2004
824
825 * Reset /proc/sys/kernel/hotplug to /bin/true when running the "stop"
826 command for hotplug
827 * Cleaned the output of the mountkernfs script
828 * Don't output "Creating files and directories" when it's a lie
829
830n/a - June 8, 2004
831
832 * Changed the location the optional module script is installed to
833 /etc/rc.d/rcsysinit.d/S05modules.
834
835n/a - June 4, 2004
836
837 * Added a echo to the > /proc/sys/kernel/hotplug line, as > did not
838 clear it
839
840n/a - June 3, 2004
841
842 * Added '> /proc/sys/kernel/hotplug' to sendsignals, to disable hotplug
843 events, which may start up new daemons
844 * Added elementry bootup logging support. If it can write to
845 /var/log/boot.log, it will
846 * Removed logging support, it kept / from being remounted ro
847
848n/a - June 2, 2004
849
850 * Reorganize what goes on in the udev script
851 * Reorganize what goes on in the hotplug script
852 * Moved setting /sbin/hotplug as the default hotplug manager into the
853 hotplug script
854
855n/a - June 1, 2004
856
857 * Removed usbfs from mountkernfs, and mountfs
858 * Edited the udev script, so it'll always set /proc/sys/kernel/hotplug
859
860n/a - May 24, 2004
861
862 * Added more example keymaps and font settings to /etc/sysconfig/console
863 * Install the /etc/sysconfig/console file by default
864
865n/a - May 23, 2004
866
867 * Changed the symlink for the optional modules script
868 * Removed depmod from the optional modules script
869
870n/a - May 20, 2004
871
872 * Removed the random script. There is not a strong enough case for
873 adding it to the lfs-bootscripts.
874
875n/a - May 19, 2004
876
877 * Added the random bootscript from blfs-bootscripts
878
8792.1.1 - May 18, 2004
880
881 * Fixed installation of modules configuration
882 * Tagged as 2.1.1
883
884n/a - May 16, 2004
885
886 * Added sysklogd configuration file
887 * Added example /etc/sysconfig/console file
888 * Do not attempt to populate /dev if that directory has already been
889 set up earlier in bootup (such as on initramfs/initrd)
890 * Prevent excessive kernel output once klogd starts
891 * Added hotplug script
892
893n/a - May 15, 2004
894
895 * Namespace rework (enumeration of scripts is now cleaner)
896 * Removed directories: blfs, contrib/new-boot-0.2, contrib/rlv
897
898n/a - May 13, 2004
899
900 * Repaired the console script
901 * Added a check to cleanfs [createfiles], to make sure that we have
902 a valid devicetype, if we have type=dev
903
904n/a - May 11, 2004
905
906 * Added usbfs to mountkernfs and mountfs
907
908n/a - May 6, 2004
909
910 * Don't use loadproc in localnet, it's not meant for that
911 * Quote tests of $PIDFILE, so that things behave when it's empty
912 * Removed unused kill -0 from killproc
913
9142.1.0 - May 4, 2004
915
916 * Update to the console script, prevent install of the console script
917 * Chgrp /var/run/utmp to group utmp if it exists.
918 * Moved udev from contrib to lfs
919 * Moved GATEWAY setup from /etc/rc.d/init.d/network to
920 /etc/sysconfig/network-devices/services/static
921 * Use the contents of $PIDFILE, if it is set in the script
922 * Tagged as 2.1.0.
923
924n/a - April 30, 2004
925
926 * Moved the loadkeys script to console, and added setfont. Contributed
927 by Alexander E. Patrakov
928
9292.0.5 - April 29, 2004
930
931 * Added the heimdal init script.
932 * Tagged as 2.0.5
933
9342.0.4 - April 27, 2004
935
936 * Tagged as 2.0.4
937
938n/a - April 24, 2004
939
940 * Added a example script for /etc/sysconfig/createfiles
941 * Added a check for /sys before mounting sysfs
942 * Added -t noramfs to umount on /etc/rc.d/init.d/mountfs.
943 This will prevent /dev from being unmounted, if /proc/mounts
944 is symlinked to /etc/mtab
945
946n/a - April 18, 2004
947
948 * Small fix to a if statement in netfs
949
950n/a - April 17, 2004
951
952 * Added the lisa bootscript, lisa is part of the KDE Network package
953 * Add proper error checking to the mountfs script when writing out mtab
954 * Add more comments to the udev script, and conditionalize various
955 things that should've been done this way in the first place
956 * Include a template module auto-loading configuration file instead of
957 having syntax comments in the script itself
958
959n/a - April 12, 2004
960
961 * Added a automatic modules loading script to the contrib directory
962 submitted by Zack
963 * Edited mountkernfs, so that if you can mount sysfs on /sys, it will
964 be mounted at boottime. Should not affect 2.4 systems
965 * Since all entries are added to /etc/mtab, we should not require
966 the NO_FS variable. It has been removed from mountfs
967 * Added the udev script into the contrib directory, submitted by Zack
968
9692.0.3 - April 8, 2004
970
971 * Updated cleanfs, so it can create devices. Supplied by Zack
972 * Tagged as 2.0.3
973
974n/a - March 31, 2004
975
976 * Changed "Press Enter" on unknown error to white
977 * Moved S10swap to S20swap. When udev is added, it has to be
978 ran before swap is setup
979
980n/a - March 29, 2004
981
982 * Fixed the rc5.d symlink for ntp so it creates S26ntp instead
983 of S26npt
984 * Moved S20mountkernfs to S00mountkernfs in rcsysinit.d. Will help in
985 the addition of udev in the future.
986
987n/a - March 27, 2004
988
989 * Changed gdm path from hardcoded to program name. There are 2 spots
990 gnome can be installed
991
992n/a - March 26, 2004
993
994 * Updated fam daemon script. It now uses the famd daemon instead of fam
995
996n/a - March 24, 2004
997
998 * Removed mount command out of nfs. the netfs script already handles
999 this
1000
10012.0.2 - March 24, 2004
1002
1003 * Edited cleanfs to solve a problem. [if /tmp does not exist, it
1004 could run the find command on the root filesystem]
1005 * Tagged as 2.0.2
1006
10072.0.1 - March 24, 2004
1008
1009 * Found typo in BLFS MySQL Script.
1010 * Tagged as 2.0.1
1011
10122.0.0 - March 23, 2004
1013
1014 * Tagged as 2.0.0, no changes from 2.0.0-pre2
1015
10162.0.0-pre2 - March 23, 2004
1017
1018 * Cleaned the /tmp directory on bootup. find command supplied by Zack
1019 * Added a script which can automatically create files and directories
1020 on startup. [Handles files/directories, permissions, and user/group].
1021 Created by Zack
1022 * Added blfs/init.d/fam script
1023 * Tagged as 2.0.0-pre2
1024
1025n/a - March 20, 2004
1026
1027 * Added create-service-dir target and removed from create-dirs
1028 * Changed service script install targets to use
1029 create-service-dir
1030 * Added check for dhcpcd service script for stale pid file
1031 Suggested by Jeremy
1032 * Added ifconfig to ipx service script for hosting device not up
1033
1034n/a - March 19, 2004
1035
1036 * Added support for ETCDIR, and DESTDIR in the Makefile,
1037 compliments of Tushar
1038 * Renamed mountproc to mountkernfs
1039 * Updated the README file
1040 * Coloured the print_error_message in functions red
1041 * added stop to the setclock script
1042 * changed echo > to > in cleanfs, suggested by winkie
1043 * BLFS Scripts Added, collected by Zack
1044 * Edited killproc, so it checks for running pids, rather then
1045 the completion of the above kill command. Suggested by Zack
1046 * Added network services found in blfs, removed adsl. Submitted by
1047 DJ.
1048
10491.99.4 - March 17, 2004
1050
1051 * Fixed one last halt line in checkfs script
1052 * Moved the directory structure around
1053 * Tagged as development release 1.99.4
1054
1055n/a - February 28, 2004
1056
1057 * Added stty sane to the top of rc.d/init.d/rc. Hopefully, this will
1058 fix the problems
1059 * Also changed all instances of <ctrl-j> back to enter
1060
10611.99.3 - February 23, 2004
1062
1063 * Tagged as development release 1.99.3
1064
1065n/a - February 19, 2004
1066
1067 * Fixed checkfs script, so it will no longer continue to boot after a
1068 failure in the init.d/checkfs script. Tested with the help of Andre
1069 Müller. Fix suggested by Zack
1070
1071n/a - February 7, 2004
1072
1073 * Added -s onto grep on network stop
1074 * Replaced a few more enter's with ctrl-j
1075
10761.99.2 - February 6, 2004
1077
1078 * Added -s onto grep in network start
1079 * Tagged as development release 1.99.2
1080
1081n/a - February 4, 2004
1082
1083 * Fixed $WARNING $NORMAL and $ERROR lines, broken by changes in
1084 functions
1085 * Changed above fixes to work with ash
1086 * Fixed checkfs symlink in Makefile
1087 * functions is no longer installed as executable
1088 * Added a check to checkfs, for errors above 16. These are caused by
1089 being unable to run fsck, either due to user input, or a unfunctional
1090 linux system
1091
10921.99.1 - February 2, 2004
1093
1094 * Tagged as development release 1.99.1
1095
1096n/a - February 2, 2004:
1097
1098 * Added -d to umount in mountfs.
1099 * Fixed network shutdown script
1100 * Fixed Makefile rc.6 to reboot
1101 * Added -s flag to grep command in rc.d/init.d/network -
1102 suppresses an error if no ifconfig.* files exist
1103
1104n/a - January 30, 2004:
1105
1106 * Reorganized the network system to accept multiple services.
1107 * Ash Compliancy
1108 * Modified some scripts to follow template
1109 * Reorganized functions, based upon Ash Compliancy Patch
1110 * Added a sleep 5 to failure for evaulate_retval, and changed
1111 evaulate_retval to return true instead of false. Instead, a
1112 exit 1 will indicate the script terminated abnormally, causing
1113 your system to wait until you hit ctrl-J
1114 * Switched "Press enter to continue" to "Press <ctrl-j> to continue"
1115 * replaced 3 with $KILLDELAY in sendsignals
1116 * mountfs does not mount network filesystems [identified by _netdev
1117 in /etc/fstab]
1118 * removed unneded touch out of cleanfs
1119
1120n/a - January 30, 2004:
1121
1122 * New maintainers for the lfs-bootscripts package are:
1123 Jeremy Utley (jeremy@linuxfromscratch.org)
1124 Nathan Coulson (nathan@linuxfromscratch.org)
1125
11261.11 - February 3rd, 2003:
1127
1128 * /etc/mtab is now a real file and is handled correctly so there are
1129 no errors even when the machine has crashed.
1130
11311.10 - September 12th, 2002:
1132
1133 * Fixed up checkfs to work with non-ext2 filesystems too (such as
1134 minix).
1135
11361.9 - April 5th, 2002:
1137
1138 * reloadproc function had a missing '=' in the "failure 1" command (it
1139 should be failure=1)
1140
1141 * When script exists with unexpected value, you have to hit "Enter" to
1142 continue, not just a random key as printed on the screen.
1143
1144 * Moved K10sysklogd, K20sendsignals, K30mount and K40swap to
1145 K40sysklogd, K50sendsignals, K60mount, K70swap
1146
1147 * Changed the #!/bin/sh lines to #!/bin/bash - /bin/sh may not be
1148 linked to bash but to some other shell of your choice. These scripts
1149 are written to work with bash, so you can't just run them when
1150 /bin/sh -> csh or ash or whatever else tickles your fancy. This
1151 change should fix that.
1152
11531.8 - March 14th, 2002:
1154
1155 * Fixed the getpids function call so PPID's would be taken into account
1156 properly.
1157
1158 * Added the 'contrib' directory with other people's bootscript
1159 implementations.
1160
11611.7 - March 10th, 2002:
1162
1163 * Used code from Matthias Benkmann's simpleinit-msb @
1164 http://winterdrache.de/linux/newboot/index.html mainly for improved
1165 killproc function handling
1166
1167 * When a requested process isn't running, or is already running, a
1168 warning "Not running" or "Already running" will be displayed. This
1169 was out of allignment due to a missing $CURS_UP
1170
1171 * Removed "||exit" from ifup and ifdown scripts. They are useless.
1172
1173 * Changed the loadkeys script to run "loadkeys -d" and removed the need
1174 for the /etc/sysconfig/keyboard file. The kbd patch fixes the
1175 "loadkeys -d" behavior.
1176
11771.6 - February 26th, 2002:
1178
1179 * replaced -o %PPID with -o $PPID throughout the functions script. This
1180 construct does what it's supposed to do (don't take PPID into account
1181 because this would fail if a running daemon and the bootscript have
1182 the same name).
1183
1184 * added 'restart' to the swap script
1185
1186 * instead of using 'echo -n' to suppress newlines so the [ OK ] and
1187 related messages align properly, substitute this with a single echo
1188 command that simply goes one line up before outputting anything. This
1189 also has the benefit that when programs have their own output (like
1190 swapon, fsck and loadkeys), there won't be an unwanted blank line
1191 between the program's output and the [ OK ] et all. messages.
1192
11931.5 - February 2nd, 2002:
1194
1195 * added 'exit 1' to the statusproc function when there aren't enough
1196 parameters passed to it (such as the name of process to check for)
1197
11981.4 - February 2nd, 2002:
1199
1200 * when /fastboot is detected and the message about it is printed,
1201 don't run 'exit 1' else the rc script will cause a [FAILED] to
1202 be printed which is undesired in this case.
1203
12041.3 - January 30th, 2002:
1205 * network script: changed default route detection by using the same
1206 method as used when starting the script: check if the GATEWAY
1207 variable is set
1208
1209 * removed the emptying of /etc/mtab since it's a symlink to
1210 /proc/mounts now
1211
1212 * added the mountproc script which mounts the proc system. This is done
1213 because we need proc mounted even before the mountfs script is ran
1214 (now that /etc/mtab is a symlink to /proc/mounts)
1215
1216 * removed all absolute paths from command calls
1217
1218 * added umask 022 and PATH="/bin:/usr/bin:/sbin:/usr/sbin" to the
1219 functions script. Every file now sources this so that umask and PATH
1220 are set correctly
1221
12221.2 - January 26th, 2002:
1223 * network script: detect if a default route is set before removing it
1224
Note: See TracBrowser for help on using the repository browser.