source: bootscripts/ChangeLog@ d4407c7

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since d4407c7 was 94cea1d, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Remove section disussing configuration without a network card.
Update boot scripts to unmount network file systems before bringing down the network.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

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