source: bootscripts/ChangeLog@ 74a9218

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 12.2 12.2-rc1 7.6 7.7 7.8 7.9 8.0 8.1 8.2 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/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 74a9218 was 87af6d6, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Update readline, bash, and mpfr patches.
Remove obsolete hotplug referece in udev boot script.

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

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