source: bootscripts/ChangeLog@ 0808f28

12.2 12.2-rc1 multilib trunk xry111/arm64 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.2 xry111/multilib
Last change on this file since 0808f28 was 0808f28, checked in by Xi Ruoyao <xry111@…>, 2 months ago

bootscripts: Add -n to the ln command, for recreating /dev/fd correctly if the initramfs has already created one

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