source: bootscripts/ChangeLog@ dcf5543

multilib trunk xry111/arm64 xry111/loongarch
Last change on this file since dcf5543 was 623081a, checked in by Pierre Labastie <pierre.labastie@…>, 9 months ago

bootscripts: change "halt stop" to "halt start"

Commit 27d23b1d has changed the convention that scripts with Sxxx
symlinks should be run with "stop" parameter in runlevels 0 and 6.
They should now be called with the more intuitive "start" parameter.
But a few scripts still call "/etc/init.d/halt stop". Fortunately, this
occurs in code paths that are rarely run (unrecoverable errors). So it
was not noticed until now. Anyway, this is fixed in this commit.

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