source: bootscripts/ChangeLog@ e7b6af1

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 e7b6af1 was e7b6af1, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Update lfs-bootscripts to only output escape sequences to a terminal.

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