source: bootscripts/ChangeLog@ 2df066c9

xry111/clfs-ng
Last change on this file since 2df066c9 was 44674e4c, checked in by Xi Ruoyao <xry111@…>, 11 months ago

sysv: Mount cgroup fs for memory pressure information early

Prepare for systemd-254 update. See #5293 for details.

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