source: bootscripts/ChangeLog@ 27b291a

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 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 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/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 27b291a was f2ca25f, checked in by Matthew Burgess <matthew@…>, 14 years ago

Upgrade to Udev-156. Fixes #2671.

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

  • Property mode set to 100644
File size: 34.1 KB
RevLine 
[f2ca25f]12010-05-29 Matt Burgess <matthew@linuxfromscratch.org>
2 * lfs/init.d/udev: Only copy /lib/udev/devices/null, as Udev >= 155 copies
3 devices from /lib/udev/devices to /dev itself. Udevd still needs /dev/null
4 present before starting up though.
5
[d3eda3d]62010-04-20 Bryan Kadzban <bryan@linuxfromscratch.org>
7 * lfs/init.d/udev, lfs/init.d/udev_retry: Add --action=add, to handle udev
8 version 152 and newer, which send "change" events by default in udevtrigger
9 now.
10
[f78845c]112010-01-24 Matthew Burgess <matthew@linuxfromscratch.org>
12 * lfs/init.d/udev: Check to see if /dev is already mounted, as it may be if
13 under an initramfs environment. See ticket #2550.
14
[42d8d33c]152009-08-14 Bryan Kadzban <bryan@linuxfromscratch.org>
16 * lfs/init.d/udev_retry: Use "udevadm trigger --type=failed", which
17 apparently replaced "--retry-failed" some time ago. "--retry-failed" is
18 removed in udev-146.
19
[4c0c012]202009-01-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
21 * lfs/init.d/functions:
22 * lfs/sysconfig/network-devices/ifup:
23 Updated line widths to accomodate pdf generation in both the above
24 files.
25
262008-10-27 DJ Lucas <dj@linuxfromscratch.org>
27 * lfs/init.d/cleanfs: Removed '! -newer /proc' from find commands in
28 check for stale files in /var/lock and /var/run.
29 * Makefile: Reversed cleanfs and udev_retry scripts so that cleanfs
30 runs immediately after mountfs.
31
322008-10-26 Dan Nicholson <dnicholson@linuxfromscratch.org>
33 * lfs/init.d/functions: Remove stale pid files when encountered
34 in loadproc/killproc/reloadproc. When the bootscript specifies
35 a pid file to use with the "-p pidfile" argument, *proc
36 functions previously bailed out when the referenced file
37 contains an invalid pid.
38
392008-10-23 DJ Lucas <dj@linuxfromscratch.org>
40 * lfs/init.d/console: Removed BROKEN_COMPOSE as kernel patch has
41 been accepted upstream.
42
432008-05-21 Bryan Kadzban <bryan@linuxfromscratch.org>
44 * lfs/init.d/udev, lfs/init.d/udev_retry: Use new udevadm program.
45
462007-08-20 DJ Lucas <dj@linuxfromscratch.org>
47 * lfs/init.d/setclock: Added missing 'stop' argument to usage text
48
492007-08-13 Dan Nicholson <dnicholson@linuxfromscratch.org>
50 * lfs/init.d/checkfs: Don't suppress error messages from the screen.
51
522007-07-18 Dan Nicholson <dnicholson@linuxfromscratch.org>
53 * Makefile, lfs/init.d/consolelog: New bootscript controlling the
54 kernel log level on the console. This is controlled by the LOGLEVEL
55 variable in /etc/sysconfig/console.
56 * lfs/init.d/modules: Remove the log level handling since this is
57 done in the consolelog script now.
58 * lfs/init.d/modules: Clean up the script by removing the file
59 descriptor duplication and instead just redirecting
60 /etc/sysconfig/modules to the input of the while loop.
61
622007-06-16 Dan Nicholson <dnicholson@linuxfromscratch.org>
63 * lfs/init.d/mountfs, lfs/init.d/mountkernfs, lfs/init.d/setclock,
64 lfs/init.d/modules, lfs/sysconfig/network-devices/if{up,down}:
65 Don't suppress stderr during bootscripts unless necessary. This
66 would prevent potentially critical messages from reaching the screen.
67
682007-04-24 Dan Nicholson <dnicholson@linuxfromscratch.org>
69 * lfs/init.d/functions: When killproc is executed, it checks that
70 the process is still running, sleeps if it is, then checks again.
71 The sleep is 1 second in between checks. By sleeping for 0.1 seconds
72 in between checks, killproc is much faster as it's wasting much
73 less time sleeping in the normal case that the process has died
74 after a short delay.
75
762007-04-16 Dan Nicholson <dnicholson@linuxfromscratch.org>
77 * lfs/init.d/functions: Redirect stderr when using kill to suppress
78 output.
79 * lfs/init.d/functions: killproc() was not handling the case where a
80 pidfile is passed to the function. The logic with the signal to be
81 used was causing issues with the handling of pidfiles. This has been
82 fixes, and now killproc() will recheck the process if the signal
83 was TERM (the default) or KILL.
84 * lfs/init.d/functions: statusproc() has been changed to use pidofproc()
85 instead of the deprecated getpids(). Additionally, it now accepts
86 the -p argument to specify a pidfile.
87 * lfs/init.d/functions: Currently, statusproc() always returns
88 successfully, and the only way to know if the process is running
89 is to parse the output. This changes statusproc() to return the
90 status of pidofproc(), which will return unsuccessfully if the
91 requested process is not running.
92 * lfs/init.d/functions: Changed reloadproc() to use pidofproc() and
93 respect the -p argument for pidfiles.
94 * lfs/init.d/sysklogd: Remove a useless argument to reloadproc().
95
962007-03-13 Dan Nicholson <dnicholson@linuxfromscratch.org>
97 * lfs/init.d/functions: If pidofproc() is passed the -p argument
98 it can bomb testing a null variable with an integer expression.
99
1002007-02-22 Dan Nicholson <dnicholson@linuxfromscratch.org>
101 * lfs/init.d/mountfs, lfs/init.d/console, lfs/init.d/setclock,
102 lfs/init.d/mountkernfs: &> redirection is not supported in POSIX.
103 Fortunately, it's equivalent to >word 2>&1 according to bash(1).
104
1052007-02-22 Dan Nicholson <dnicholson@linuxfromscratch.org>
106 * lfs/init.d/console: POSIX says that shells only need to trap on
107 signals. Trapping on ERR isn't always supported. Conditionals have
108 been added to set the $failed variable in spots that seemed
109 appropriate for checking errors.
110
1112007-02-22 Dan Nicholson <dnicholson@linuxfromscratch.org>
112 * lfs/init.d/functions: Use arithmetic expansion and string length,
113 which are both mandated by POSIX, rather than spawning two processes
114 every time boot_mesg() is called.
115
1162007-02-22 Dan Nicholson <dnicholson@linuxfromscratch.org>
117 * lfs/init.d/functions: In order to provide an `echo' which provides
118 handles the -e and -n options for all POSIX shells, a feature test
119 is added which stores its result in $ECHO. /bin/echo will be used
120 if the default echo is not capable. Changed the existing functions
121 to reference $ECHO when needed.
122 * lfs/init.d/console: Use $ECHO when -en is needed.
123
1242007-02-03 Bryan Kadzban <bryan@linuxfromscratch.org>
125 * ChangeLog: Rename from CHANGELOG, start using GNU style entries.
126
127 * Makefile: Move setclock before checkfs. Fixes #1948.
128
1292006-11-25 Bryan Kadzban <bryan@linuxfromscratch.org>
130 * lfs/init.d/udev_retry: Copy Debian's "copy generated rules" initscript
131 code, to clean up when the rule_generator scripts run before / is
132 writable. (Since the rule_generator code is from Debian, I assume their
133 cleanup code is appropriate.)
134
1352006-10-15 Bryan Kadzban <bryan@linuxfromscratch.org>
136 * lfs/init.d/udev_retry: Fix to work with udev >= 099.
[1c48007]137
138n/a - June 2, 2006
[4c0c012]139 * Removed console config file and makefile targets.
140 * Removed references to /dev/bug and bugreport in udevand
141 udev_retry bootscripts. (DJ Lucas)
[ed20c2d]142
[1c48007]143n/a - April 17, 2006
[4c0c012]144 * Updated udev script to use the new udevsettle program.
145 * Added udev_retry script for systems that have /usr on a different
146 partition or for some other reason fail the initial replay. (Archaic)
[1c48007]147
148n/a - April 15, 2006
[4c0c012]149 * Cleaned up contrib directory. Removed: contrib/init.d,
150 contrib/enhanced, contrib/livecd, contrib/hotplug, and raq2
151 patch. (DJ Lucas)
[1c48007]152
153n/a - April 14, 2006
[4c0c012]154 * Merged changes from udev_update branch (DJ Lucas)
155 * Replaced a return with an exit and reversed comment changes in
156 udev bootscript. (Dan Nicholson)
157 * Replaced walk_sysfs function in udev bootscript with new udevtrigger
158 program and move wait_for_uevents function inline. (DJ Lucas)
159 * Removed extra evaluate_retval in udev bootscript. (Ken Moffat)
160 * Wait for uevents to be processed in the udev script. See ticket
161 #1720 for details. (Matthew Burgess)
[1c48007]162
163n/a - March 21, 2006
[4c0c012]164 * Removed old references to boot_log function and arguments passed
165 to boot_mesg_flush in echo_* functions. (DJ Lucas)
[1c48007]166
167n/a - March 10, 2006
[4c0c012]168 * Moved src argument to ipv4-static-route service script and
169 removed from ipv4-static service script. (DJ Lucas)
[1c48007]170
171n/a - March 8. 2006
[4c0c012]172 * Correct sourced path in checkfs script. (Matthew Burgess)
[1c48007]173
174n/a - December 31, 2005
[4c0c012]175 * Replaced /etc/rc.d with ${rc_base} in checkfs. (Vincent Fretin)
[1c48007]176
177n/a - December 24, 2005
[4c0c012]178 * Added UTF-8 support to console script. (Alexander E. Patrakov)
[1c48007]179
180n/a - September 11, 2005
[4c0c012]181 * Removed text wraping and boot logging.
182 * Changed killproc to use warning if not running
183 * Changed 'print_status warning' to use old style output
184 * Fixed display error with LSB init-functions script
185 * Made above killproc/print_status changes in enhanced
186 bootscripts.
187 * Made logger service configurable in enhanced
188 bootscripts. (DJ Lucas)
[1c48007]189
190n/a - August 14, 2005
[4c0c012]191 * Added -s flag to pidofproc() for backwards
192 compatibility (DJ Lucas)
193 * Fixed erronous values returned by pidofproc() which
194 broke the functionality of statusproc (DJ Lucas)
[1c48007]195
196n/a - July 1, 2005
[4c0c012]197 * Changed a == to a = in lfs/init.d/functions, in the boot_mesg
198 function for ash compliancy (Nathan Coulson)
[1c48007]199
200n/a - June 26, 2005
[4c0c012]201 * Removed consolelog script from contrib
202 * Updated interactive rc script in contrib and added
203 README.rc-Interactive, added install target to the
204 Makefile. (DJ Lucas)
[1c48007]205
2063.2.2 - May 29, 2005
[4c0c012]207 * Tagged as 3.2.2 (Nathan Coulson)
[1c48007]208
209n/a - May 26, 2005
[4c0c012]210 * Added minimal target for cross-lfs book (Jim Gifford)
211 * Fixed raq2 patch (Jim Gifford)
[1c48007]212
2133.2.1 - May 1, 2005
[4c0c012]214 * Tagged as 3.2.1 (Nathan Coulson)
[1c48007]215
216n/a - April 17, 2005
[4c0c012]217 * removed touch from hotplug bootscript (Matthew Burgess)
218 * moved commands around in localnet bootscript (Andrew Benton)
[1c48007]219
2203.2.0 - March 30, 2005
[4c0c012]221 * Changed from syslog-ng to sysklogd (Archaic)
222 * Temporairly changed loadproc to return 0 if the program is
223 already running (Nathan Coulson)
224 * Fixed (by reverting) ifup/ifdown/network (Nathan Coulson),
225 Reported by Jim Gifford
226 * Fixed network up/down along with adding support of ONHOTPLUG
227 * Tagged as 3.2.0
[1c48007]228
229n/a - March 19, 2005
[4c0c012]230 * Updated RaQ2 patch (Jim Gifford)
231 * Added net.agent for Hotplug of Network adapters in contrib
232 (Jim Gifford)
[1c48007]233
234n/a - March 16, 2005
[4c0c012]235 * Reverted the change from loadproc to start_daemon,
236 Moved compatibility code into one single function.
237 (Nathan Coulson)
238 * Readded the ONHOTPLUG option for ifup/ifdown (Nathan Coulson)
239 * Fixed killproc's output
[1c48007]240
241n/a - March 01, 2005
[4c0c012]242 * Added CHECK_LINK variable in ifconfig.*/*, so if the
243 interface does not exist, it will not fail.
244 (Nathan Coulson)
[1c48007]245
246n/a - February 19, 2005
[4c0c012]247 * Added evaluate_retval to the end of loadproc and killproc.
248 lsb does not say that killproc should print [ OK ],
249 but required for compatibility. (Nathan Coulson)
[1c48007]250
251n/a - February 9, 2005
[4c0c012]252 * Accidently mounted /dev with 775 instead of 755, fixed
253 (Reported by Alexander E. Patrakov)
[1c48007]254
255n/a - February 9, 2005
[4c0c012]256 * Bugfix for /dev, now mounted with 755 permission
[1c48007]257
258n/a - February 8, 2005
[4c0c012]259 * changed pidof, so it doesnt check the process id
260 of running bootscripts, and to process shell scripts
261 (Nathan Coulson)
[1c48007]262
263n/a - February 6, 2005
[4c0c012]264 * Updated main functions file with lsb functions file
265 Should now be LSB compliant (Nathan Coulson)
[1c48007]266
267n/a - January 10, 2005
[4c0c012]268 * Moved ONBOOT check back to network (Nathan Coulson)
269 * Removed ONHOTPLUG check (Nathan Coulson)
[1c48007]270
271n/a - January 6, 2005
[4c0c012]272 * fixed mountkernfs output (Nathan Coulson)
273 * reverted mountfs fakemounting (Nathan Coulson)
[1c48007]274
275n/a - January 5, 2005
[4c0c012]276 * Attempted to simplify network bootup files (Nathan Coulson)
277 * Modified mountkernfs to use mountpoint (Nathan Coulson)
278 * Assuming sysfs is always mounted (Nathan Coulson)
279 * Moved fakemount to below mounting (Nathan Coulson)
280 * Removed -t noramfs from umount, as we now use tmpfs (Nathan Coulson)
281 * moved sysctl from mountkernfs to sysctl (Nathan Coulson)
282 * Added -q to sysctl (Nathan Coulson)
[1c48007]283
284n/a - January 2, 2005
[4c0c012]285 * Fixed statusproc output. (DJ Lucas)
[1c48007]286
2873.1.0 - December 31, 2004
[4c0c012]288 * fixed textoutput
289 * Tagged as 3.1.0
[1c48007]290
291n/a - December 30, 2004
[4c0c012]292 * Fixed name of LSB Functions file
293 * Changed boot_mesg to act like echo instead of echo -n, boot_mesg now
294 takes the -n argument if you do not wish to goto the next line
[1c48007]295
2963.0.1 - December 25, 2004
[4c0c012]297 * Released as 3.0.1
[1c48007]298
299n/a - December 20, 2004
[4c0c012]300 * Cleaned up header.
301 * Added RaQ2 Patch
[1c48007]302
303n/a - December 16, 2004
[4c0c012]304 * Fixed a text typo in udev, tmpfs instead of ramfs (Steve Crosby)
[1c48007]305
306n/a - December 14, 2004
[4c0c012]307 * Fixed a warning with find in cleanfs
[1c48007]308
309
3103.0 - December 8, 2004
311
312n/a - December 5, 2004
[4c0c012]313 * Moved bootlog to use local2 service to avoide conflict with
314 dhcpcd (DJ Lucas)
[1c48007]315
3163.0-rc1 - December 1, 2004
[4c0c012]317 * rc-Interactive added (DJ Lucas)
318 * rc-Interactive moved to contrib (Nathan Coulson)
[1c48007]319
320n/a - November 27, 2004
[4c0c012]321 * Moved bootlog to use local1 to avoid conflict with ppd (DJ Lucas)
[1c48007]322
323n/a - November 25, 2004
[4c0c012]324 * Added consolelog to contrib/sysconfig (DJ Lucas)
325 * Rewrite of line wraping in boot_mesg and various fixes
326 related to boot_mesg changes (DJ Lucas, Alexander Patrakov)
327 * syslog-ng is now installed by default (Jeremy Utley)
328 * hotplug is now installed by default (Jeremy Utley)
329 * udev now uses /sbin/hotplug as the default hotplug handler
330 (Nathan Coulson)
331 * udev now mounts a tmpfs instead of a ramfs onto /dev,
332 as suggested by Greg K-H (Nathan Coulson)
333 * Created contrib/lsb, and added a LSB compliant functions file
334 (Nathan Coulson, and Alexander Patrakov)
335 * Modified find [requires find 4.2.3+] (Matthew Burgess)
[1c48007]336
337n/a - November 20, 2004
[4c0c012]338 * Modifed modules script to return to previous kernel message
339 level (DJ Lucas)
[1c48007]340
341n/a - November 02, 2004
[4c0c012]342 * Added sysctl -p to mountkernfs (Matthew Burgess, DJ Lucas)
[1c48007]343
344n/a - October 07, 2004
[4c0c012]345 * statusproc modified not to send data to bootlog (Nathan Coulson)
346 * Fixed halt commands in checkfs and udev (James Robertson)
[1c48007]347
348n/a - October 04, 2004
[4c0c012]349 * Fixes to commit on 2004/09/30 (James Robertson)
350 * Revert a few changes until later (Nathan Coulson)
351 * Added a warning about switching from a 8bit font
352 to a 9bit font (Alexander Patrakov)
[1c48007]353
354n/a - September 30, 2004
[4c0c012]355 * Finished off boot_mesg() (James Robertson)
356 * Standardized all scripts to same variable format and other
357 internal sh/bash function calls (James Robertson)
358 * Fully implemented boot_mesg across all scripts in sysconfig
359 and init.d (James Robertson)
[1c48007]360
361n/a - September 26, 2004
[4c0c012]362 * Added BOOTMESG_PREFIX variable, so users can optionally set a
363 prefix for boot messages (James Robertson)
364 * Fixed localnet status, to use ip instead of ifconfig (Jim Gifford)
365 * Added consolelog to contrib (DJ Lucas)
366 * loadproc and killproc can have the -nomsg parameter to avoid
367 calling evaluate_retval or print_status (Jim Gifford)
368 * boot_mesg no longer explicitly adds a \n onto end of lines
369 * Added a function called boot_mesg_flush, which can
370 dump the BOOTMESG to the bootlog. This helps avoid making
371 everything have to end in OK/WARN/FAIL (Nathan Coulson)
[1c48007]372
373n/a - September 24, 2004
[4c0c012]374 * Removed /dev/udev.tdb test
[1c48007]375
376n/a - September 23, 2004
[4c0c012]377 * Fixed boot_log so it output's $@'s contents, not @$
378 * Added support for colors in boot_mesg (James Robertson)
379 * Modified udev's error checking
380 * Modified hotplug's error checking
381 * Converted checkfs's error handling to use boot_mesg with
382 color support
383 * Added $INFO color to functions (James Robertson)
[1c48007]384
385n/a - September 22, 2004
[4c0c012]386 * Removed the dependency on wl by replacing it with grep (Bryan Kadzban)
387 * Fixed getpids, to remove unused pids obtained from $PIDFILE
388 * Removed ${NORMAL} from echo "$BOOTMESG" in functions, and removed
389 space added to each additional sentence tacked onto BOOTMESG
390 * boot_mesg now handles \n's properly, and does not dimish the size of
391 the next line (James Robertson)
392 * boot_log has been added. The echo_ functions commit the log,
393 and then clear the BOOTMSG variable
394 * All scriptes have been converted to use boot_mesg
[1c48007]395
396n/a - September 21, 2004
[4c0c012]397 * boot_mesg has been enhanced. Subsequent calls will overwrite
398 previous text, and it will wrap text basedupon the variable ${WCOL}.
399 (James Robertson)
400 * Fixed mtu optional service typo (Kevin P Fleming)
401 * Added SOURCE variable to ipv4-static-route (Kevin P Fleming)
[1c48007]402
403n/a - September 16, 2004
[4c0c012]404 * nework interfaces are now brought down in reverse order
[1c48007]405
406n/a - September 15, 2004
[4c0c012]407 * Added blue bracket, from dj's 3.0-pre1 bootscript package
408 [echo_failure, echo_warning, and echo_ok]
409 * Added a new function called boot_mesg, meant to replace the echo
410 command.
411 This will give us the posibility of doing logging at a later date
412 * Do not set COLUMNS if COLUMNS is already set
413 * Modified getpids, loadproc, killproc, reloadproc, and statusproc as
414 done by DJ
[1c48007]415
4162.2.3 - September 04, 2004
[4c0c012]417 * Tagged as 2.2.3
[1c48007]418
419n/a - September 04, 2004
[4c0c012]420 * Added new script to contrib for syslog-ng, which is now part of
421 LFS-Unstable, and a new Makefile target install-syslog-ng which
422 removes the sysklogd links, and replaces them with syslog-ng (JU)
[1c48007]423
4242.2.2 - August 11, 2004
[4c0c012]425 * Tagged as 2.2.2
[1c48007]426
427n/a - August 7, 2004
[4c0c012]428 * Added missing error redirect (/dev/null) in getpids. (DJ)
[1c48007]429
430n/a - August 4, 2004
[4c0c012]431 * Added MODE, DIRMODE, and CONFMODE variables to the makefile
432 to allow permissions to be set at install. (DJ)
[1c48007]433
434n/a - July 31, 2004
[4c0c012]435
436 * Moved PIDFILE check to getpids and removed arguments from
437 killproc and reloadproc. Signals are now set at begining of
438 funtcions script with KILLDELAY. (DJ)
439 * Added a optional service script which can set the MTU for a given
440 interface
[1c48007]441
442n/a - July 21, 2004
443
[4c0c012]444 * Committed DJ Lucas's patch for the killproc function. It no
445 longer requires arguments if PIDFILE is set
446 * added --backup to all sysconfig configuration files, so they are not
447 replaced on a make install
[1c48007]448
449n/a - July 13, 2004
450
[4c0c012]451 * Added the PEER variable to the ifconfig.*/* file, done by
452 Kevin P. Fleming
[1c48007]453
4542.2.1 - July 12, 2004
455
[4c0c012]456 * Tagged as 2.2.1
[1c48007]457
458n/a - July 12, 2004
459
[4c0c012]460 * Hotplug was moved from rcsysinit.d to rc{1,2,3,4,5} to help bring
461 up/down network interfaces started by hotplug. This has been revoked
462 at this time
463 * Networking interfaces are now brought down in reverse order
464 * Moved the ONBOOT check to within ifup/ifdown, so we can bring up/down
465 the interfaces at boottime/shutdown properly, done by Kevin P. Fleming
466 * Use PREFIX instead of NETMASK for adding addresses in ipv4-static,
467 done by Kevin P. Fleming
468 * Fix reversal of services inside ifconfig.* directories in ifdown,
469 done by Kevin P. Fleming
470 * Add ipv4-static-route service, supplied by Kevin P. Fleming
[1c48007]471
4722.2.0 - July 12, 2004
473
[4c0c012]474 * Tagged as 2.2.0
[1c48007]475
476n/a - July 11, 2004
477
[4c0c012]478 * Minor script output changes
479 * Repaired networking scripts broken in previous commits
[1c48007]480
481n/a - July 10, 2004
482
[4c0c012]483 * We now use the ip program [from iproute2] instead of ipconfig
484 [net-tools] to bring up/down ethernet interfaces, and local
485 connections, submitted by Jim Gifford
486 * Removed gateway backward compatibility
487 * Removed ifup-eth0 ifdown-eth0 compatibility
488 * Removed the "assume SERVICE=static if SERVICE is unset" compatibility
489 * Pass the IFCONFIG environmental variable to services, so they can
490 locate the file with the parameters they must read
491 * Rename static to ipv4-static
492 * Stage1 for network configuration via directories, ifup and ifdown
493 modified, and the static service modified
494 * Stage2 for network configuration via directories complete, network was
495 modified to check within subdirectories for ONBOOT=yes. Final Stage
[1c48007]496
497n/a - July 8, 2004
498
[4c0c012]499 * Changed iso01 to lat1 everywhere in /etc/sysconfig/console. This
500 fixes the problem with line-drawing characters.
[1c48007]501
502n/a - July 7, 2004
503
[4c0c012]504 * Halted the computer, if unable to mount /dev as a ramfs
[1c48007]505
506n/a - July 6, 2004
507
[4c0c012]508 * Moved the hotplug bootscript back to contrib, it will not be used in
509 the testing branch of the lfs book at this time
[1c48007]510
511n/a - July 4, 2004
512
[4c0c012]513 * Modified ifup and ifdown to be hotplug aware
[1c48007]514
515n/a - July 3, 2004
516
[4c0c012]517 * Change the check for ONBOOT into a source within a subshell
[1c48007]518
519n/a - July 1, 2004
520
[4c0c012]521 * Moved hotplug start to runlevels 3-5 from sysinit
[1c48007]522
523n/a - June 30, 2004
524
[4c0c012]525 * Pass -depth in cleanfs
[1c48007]526
527n/a - June 29, 2004
528
[4c0c012]529 * Made the grep for ONBOOT in the network script more exact
[1c48007]530
5312.1.2 - June 27, 2004
532
[4c0c012]533 * Install the automatic module loading script by default
534 * Tagged as 2.1.2
[1c48007]535
536n/a - June 26, 2004
537
[4c0c012]538 * Fixed font for UK in /etc/sysconfig/console
[1c48007]539
540n/a - June 23, 2004
541
[4c0c012]542 * Fixed a typo in the hotplug installation procedure
[1c48007]543
544n/a - June 21, 2004
545
[4c0c012]546 * Re-ordered the "mount" and "echo" commands in the udev script, to
547 prevent a possible race
548 * Converted the udev script to use udevsend/udevd
549 * Moved removal of /fastboot and /forcefsck to just after the root fs
550 becomes writable, and dropped the removal of /etc/nologin
551 * Cleaned and tweaked both the output and actions of cleanfs
552 * Removed the disabling of hotplug from sendsignals
553 * Removed anything that might call "rmmod" in hotplug, since rmmod is
554 notoriously troublesome in the 2.6.x kernels, and call it with the
555 stop argument from runlevels 0 and 6
556 * Fixed previous modifications to the udev and cleanfs scripts
[1c48007]557
558n/a - June 20, 2004
559
[4c0c012]560 * Rolled back to the /dev/.udev.tdb check from 2.1.1, since the new
561 one doesn't work as well, and the bug that caused it to change is
562 now fixed
[1c48007]563
564n/a - June 18, 2004
565
[4c0c012]566 * Updated sysconfig/console
567 * Fixed disabling hotplug in sendsignals
568 * hotplug is now installed by default
[1c48007]569
570n/a - June 15, 2004
571
[4c0c012]572 * Reset /proc/sys/kernel/hotplug to /bin/true when running the "stop"
573 command for hotplug
574 * Cleaned the output of the mountkernfs script
575 * Don't output "Creating files and directories" when it's a lie
[1c48007]576
577n/a - June 8, 2004
578
[4c0c012]579 * Changed the location the optional module script is installed to
580 /etc/rc.d/rcsysinit.d/S05modules.
[1c48007]581
582n/a - June 4, 2004
583
[4c0c012]584 * Added a echo to the > /proc/sys/kernel/hotplug line, as > did not
585 clear it
[1c48007]586
587n/a - June 3, 2004
588
[4c0c012]589 * Added '> /proc/sys/kernel/hotplug' to sendsignals, to disable hotplug
590 events, which may start up new daemons
591 * Added elementry bootup logging support. If it can write to
592 /var/log/boot.log, it will
593 * Removed logging support, it kept / from being remounted ro
[1c48007]594
595n/a - June 2, 2004
596
[4c0c012]597 * Reorganize what goes on in the udev script
598 * Reorganize what goes on in the hotplug script
599 * Moved setting /sbin/hotplug as the default hotplug manager into the
600 hotplug script
[1c48007]601
602n/a - June 1, 2004
603
[4c0c012]604 * Removed usbfs from mountkernfs, and mountfs
605 * Edited the udev script, so it'll always set /proc/sys/kernel/hotplug
[1c48007]606
607n/a - May 24, 2004
608
[4c0c012]609 * Added more example keymaps and font settings to /etc/sysconfig/console
610 * Install the /etc/sysconfig/console file by default
[1c48007]611
612n/a - May 23, 2004
613
[4c0c012]614 * Changed the symlink for the optional modules script
615 * Removed depmod from the optional modules script
[1c48007]616
617n/a - May 20, 2004
618
[4c0c012]619 * Removed the random script. There is not a strong enough case for
620 adding it to the lfs-bootscripts.
[1c48007]621
622n/a - May 19, 2004
623
[4c0c012]624 * Added the random bootscript from blfs-bootscripts
[1c48007]625
6262.1.1 - May 18, 2004
627
[4c0c012]628 * Fixed installation of modules configuration
629 * Tagged as 2.1.1
[1c48007]630
631n/a - May 16, 2004
632
[4c0c012]633 * Added sysklogd configuration file
634 * Added example /etc/sysconfig/console file
635 * Do not attempt to populate /dev if that directory has already been
636 set up earlier in bootup (such as on initramfs/initrd)
637 * Prevent excessive kernel output once klogd starts
638 * Added hotplug script
[1c48007]639
640n/a - May 15, 2004
641
[4c0c012]642 * Namespace rework (enumeration of scripts is now cleaner)
643 * Removed directories: blfs, contrib/new-boot-0.2, contrib/rlv
[1c48007]644
645n/a - May 13, 2004
646
[4c0c012]647 * Repaired the console script
648 * Added a check to cleanfs [createfiles], to make sure that we have
649 a valid devicetype, if we have type=dev
[1c48007]650
651n/a - May 11, 2004
652
[4c0c012]653 * Added usbfs to mountkernfs and mountfs
[1c48007]654
655n/a - May 6, 2004
656
[4c0c012]657 * Don't use loadproc in localnet, it's not meant for that
658 * Quote tests of $PIDFILE, so that things behave when it's empty
659 * Removed unused kill -0 from killproc
[1c48007]660
6612.1.0 - May 4, 2004
662
[4c0c012]663 * Update to the console script, prevent install of the console script
664 * Chgrp /var/run/utmp to group utmp if it exists.
665 * Moved udev from contrib to lfs
666 * Moved GATEWAY setup from /etc/rc.d/init.d/network to
667 /etc/sysconfig/network-devices/services/static
668 * Use the contents of $PIDFILE, if it is set in the script
669 * Tagged as 2.1.0.
[1c48007]670
671n/a - April 30, 2004
672
[4c0c012]673 * Moved the loadkeys script to console, and added setfont. Contributed
674 by Alexander E. Patrakov
[1c48007]675
6762.0.5 - April 29, 2004
677
[4c0c012]678 * Added the heimdal init script.
679 * Tagged as 2.0.5
[1c48007]680
6812.0.4 - April 27, 2004
682
[4c0c012]683 * Tagged as 2.0.4
[1c48007]684
685n/a - April 24, 2004
686
[4c0c012]687 * Added a example script for /etc/sysconfig/createfiles
688 * Added a check for /sys before mounting sysfs
689 * Added -t noramfs to umount on /etc/rc.d/init.d/mountfs.
690 This will prevent /dev from being unmounted, if /proc/mounts
691 is symlinked to /etc/mtab
[1c48007]692
693n/a - April 18, 2004
694
[4c0c012]695 * Small fix to a if statement in netfs
[1c48007]696
697n/a - April 17, 2004
698
[4c0c012]699 * Added the lisa bootscript, lisa is part of the KDE Network package
700 * Add proper error checking to the mountfs script when writing out mtab
701 * Add more comments to the udev script, and conditionalize various
702 things that should've been done this way in the first place
703 * Include a template module auto-loading configuration file instead of
704 having syntax comments in the script itself
[1c48007]705
706n/a - April 12, 2004
707
[4c0c012]708 * Added a automatic modules loading script to the contrib directory
709 submitted by Zack
710 * Edited mountkernfs, so that if you can mount sysfs on /sys, it will
711 be mounted at boottime. Should not affect 2.4 systems
712 * Since all entries are added to /etc/mtab, we should not require
713 the NO_FS variable. It has been removed from mountfs
714 * Added the udev script into the contrib directory, submitted by Zack
[1c48007]715
7162.0.3 - April 8, 2004
717
[4c0c012]718 * Updated cleanfs, so it can create devices. Supplied by Zack
719 * Tagged as 2.0.3
[1c48007]720
721n/a - March 31, 2004
722
[4c0c012]723 * Changed "Press Enter" on unknown error to white
724 * Moved S10swap to S20swap. When udev is added, it has to be
725 ran before swap is setup
[1c48007]726
727n/a - March 29, 2004
728
[4c0c012]729 * Fixed the rc5.d symlink for ntp so it creates S26ntp instead
730 of S26npt
731 * Moved S20mountkernfs to S00mountkernfs in rcsysinit.d. Will help in
732 the addition of udev in the future.
[1c48007]733
734n/a - March 27, 2004
735
[4c0c012]736 * Changed gdm path from hardcoded to program name. There are 2 spots
737 gnome can be installed
[1c48007]738
739n/a - March 26, 2004
740
[4c0c012]741 * Updated fam daemon script. It now uses the famd daemon instead of fam
[1c48007]742
743n/a - March 24, 2004
744
[4c0c012]745 * Removed mount command out of nfs. the netfs script already handles
746 this
[1c48007]747
7482.0.2 - March 24, 2004
749
[4c0c012]750 * Edited cleanfs to solve a problem. [if /tmp does not exist, it
751 could run the find command on the root filesystem]
752 * Tagged as 2.0.2
[1c48007]753
7542.0.1 - March 24, 2004
755
[4c0c012]756 * Found typo in BLFS MySQL Script.
757 * Tagged as 2.0.1
[1c48007]758
7592.0.0 - March 23, 2004
760
[4c0c012]761 * Tagged as 2.0.0, no changes from 2.0.0-pre2
[1c48007]762
7632.0.0-pre2 - March 23, 2004
764
[4c0c012]765 * Cleaned the /tmp directory on bootup. find command supplied by Zack
766 * Added a script which can automatically create files and directories
767 on startup. [Handles files/directories, permissions, and user/group].
768 Created by Zack
769 * Added blfs/init.d/fam script
770 * Tagged as 2.0.0-pre2
[1c48007]771
772n/a - March 20, 2004
773
[4c0c012]774 * Added create-service-dir target and removed from create-dirs
775 * Changed service script install targets to use
776 create-service-dir
777 * Added check for dhcpcd service script for stale pid file
778 Suggested by Jeremy
779 * Added ifconfig to ipx service script for hosting device not up
[1c48007]780
781n/a - March 19, 2004
782
[4c0c012]783 * Added support for ETCDIR, and DESTDIR in the Makefile,
784 compliments of Tushar
785 * Renamed mountproc to mountkernfs
786 * Updated the README file
787 * Coloured the print_error_message in functions red
788 * added stop to the setclock script
789 * changed echo > to > in cleanfs, suggested by winkie
790 * BLFS Scripts Added, collected by Zack
791 * Edited killproc, so it checks for running pids, rather then
792 the completion of the above kill command. Suggested by Zack
793 * Added network services found in blfs, removed adsl. Submitted by
794 DJ.
[1c48007]795
7961.99.4 - March 17, 2004
797
[4c0c012]798 * Fixed one last halt line in checkfs script
799 * Moved the directory structure around
800 * Tagged as development release 1.99.4
[1c48007]801
802n/a - February 28, 2004
803
[4c0c012]804 * Added stty sane to the top of rc.d/init.d/rc. Hopefully, this will
805 fix the problems
806 * Also changed all instances of <ctrl-j> back to enter
[1c48007]807
8081.99.3 - February 23, 2004
809
[4c0c012]810 * Tagged as development release 1.99.3
[1c48007]811
812n/a - February 19, 2004
813
[4c0c012]814 * Fixed checkfs script, so it will no longer continue to boot after a
815 failure in the init.d/checkfs script. Tested with the help of Andre
816 Müller. Fix suggested by Zack
[1c48007]817
818n/a - February 7, 2004
819
[4c0c012]820 * Added -s onto grep on network stop
821 * Replaced a few more enter's with ctrl-j
[1c48007]822
8231.99.2 - February 6, 2004
824
[4c0c012]825 * Added -s onto grep in network start
826 * Tagged as development release 1.99.2
[1c48007]827
828n/a - February 4, 2004
829
[4c0c012]830 * Fixed $WARNING $NORMAL and $ERROR lines, broken by changes in
831 functions
832 * Changed above fixes to work with ash
833 * Fixed checkfs symlink in Makefile
834 * functions is no longer installed as executable
835 * Added a check to checkfs, for errors above 16. These are caused by
836 being unable to run fsck, either due to user input, or a unfunctional
837 linux system
[1c48007]838
8391.99.1 - February 2, 2004
840
[4c0c012]841 * Tagged as development release 1.99.1
[1c48007]842
843n/a - February 2, 2004:
844
[4c0c012]845 * Added -d to umount in mountfs.
846 * Fixed network shutdown script
847 * Fixed Makefile rc.6 to reboot
848 * Added -s flag to grep command in rc.d/init.d/network -
849 suppresses an error if no ifconfig.* files exist
[1c48007]850
851n/a - January 30, 2004:
852
[4c0c012]853 * Reorganized the network system to accept multiple services.
854 * Ash Compliancy
855 * Modified some scripts to follow template
856 * Reorganized functions, based upon Ash Compliancy Patch
857 * Added a sleep 5 to failure for evaulate_retval, and changed
858 evaulate_retval to return true instead of false. Instead, a
859 exit 1 will indicate the script terminated abnormally, causing
860 your system to wait until you hit ctrl-J
861 * Switched "Press enter to continue" to "Press <ctrl-j> to continue"
862 * replaced 3 with $KILLDELAY in sendsignals
863 * mountfs does not mount network filesystems [identified by _netdev
864 in /etc/fstab]
865 * removed unneded touch out of cleanfs
[1c48007]866
867n/a - January 30, 2004:
868
[4c0c012]869 * New maintainers for the lfs-bootscripts package are:
870 Jeremy Utley (jeremy@linuxfromscratch.org)
871 Nathan Coulson (nathan@linuxfromscratch.org)
[1c48007]872
8731.11 - February 3rd, 2003:
874
[4c0c012]875 * /etc/mtab is now a real file and is handled correctly so there are
876 no errors even when the machine has crashed.
[1c48007]877
8781.10 - September 12th, 2002:
879
[4c0c012]880 * Fixed up checkfs to work with non-ext2 filesystems too (such as
881 minix).
[1c48007]882
8831.9 - April 5th, 2002:
884
[4c0c012]885 * reloadproc function had a missing '=' in the "failure 1" command (it
886 should be failure=1)
[1c48007]887
[4c0c012]888 * When script exists with unexpected value, you have to hit "Enter" to
889 continue, not just a random key as printed on the screen.
[1c48007]890
[4c0c012]891 * Moved K10sysklogd, K20sendsignals, K30mount and K40swap to
892 K40sysklogd, K50sendsignals, K60mount, K70swap
[1c48007]893
[4c0c012]894 * Changed the #!/bin/sh lines to #!/bin/bash - /bin/sh may not be
895 linked to bash but to some other shell of your choice. These scripts
896 are written to work with bash, so you can't just run them when
897 /bin/sh -> csh or ash or whatever else tickles your fancy. This
898 change should fix that.
[1c48007]899
9001.8 - March 14th, 2002:
901
[4c0c012]902 * Fixed the getpids function call so PPID's would be taken into account
903 properly.
[1c48007]904
[4c0c012]905 * Added the 'contrib' directory with other people's bootscript
906 implementations.
[1c48007]907
9081.7 - March 10th, 2002:
909
[4c0c012]910 * Used code from Matthias Benkmann's simpleinit-msb @
911 http://winterdrache.de/linux/newboot/index.html mainly for improved
912 killproc function handling
[1c48007]913
[4c0c012]914 * When a requested process isn't running, or is already running, a
915 warning "Not running" or "Already running" will be displayed. This
916 was out of allignment due to a missing $CURS_UP
[1c48007]917
[4c0c012]918 * Removed "||exit" from ifup and ifdown scripts. They are useless.
[1c48007]919
[4c0c012]920 * Changed the loadkeys script to run "loadkeys -d" and removed the need
921 for the /etc/sysconfig/keyboard file. The kbd patch fixes the
922 "loadkeys -d" behaviour.
[1c48007]923
9241.6 - February 26th, 2002:
925
[4c0c012]926 * replaced -o %PPID with -o $PPID throughout the functions script. This
927 construct does what it's supposed to do (don't take PPID into account
928 because this would fail if a running daemon and the bootscript have
929 the same name).
[1c48007]930
[4c0c012]931 * added 'restart' to the swap script
[1c48007]932
[4c0c012]933 * instead of using 'echo -n' to supress newlines so the [ OK ] and
934 related messages allign properly, substitute this with a single echo
935 command that simply goes one line up before outputting anything. This
936 also has the benefit that when programs have their own output (like
937 swapon, fsck and loadkeys), there won't be an unwanted blank line
938 between the program's output and the [ OK ] et all. messages.
[1c48007]939
9401.5 - February 2nd, 2002:
941
[4c0c012]942 * added 'exit 1' to the statusproc function when there aren't enough
943 parameters passed to it (such as the name of process to check for)
[1c48007]944
9451.4 - February 2nd, 2002:
946
[4c0c012]947 * when /fastboot is detected and the message about it is printed,
948 don't run 'exit 1' else the rc script will cause a [FAILED] to
949 be printed which is undesired in this case.
[1c48007]950
9511.3 - January 30th, 2002:
[4c0c012]952 * network script: changed default route detection by using the same
953 method as used when starting the script: check if the GATEWAY
954 variable is set
[1c48007]955
[4c0c012]956 * removed the emptying of /etc/mtab since it's a symlink to
957 /proc/mounts now
[1c48007]958
[4c0c012]959 * added the mountproc script which mounts the proc system. This is done
960 because we need proc mounted even before the mountfs script is ran
961 (now that /etc/mtab is a symlink to /proc/mounts)
[1c48007]962
[4c0c012]963 * removed all absolute paths from command calls
[1c48007]964
[4c0c012]965 * added umask 022 and PATH="/bin:/usr/bin:/sbin:/usr/sbin" to the
966 functions script. Every file now sources this so that umask and PATH
967 are set correctly
[1c48007]968
9691.2 - January 26th, 2002:
[4c0c012]970 * network script: detect if a default route is set before removing it
[1c48007]971
Note: See TracBrowser for help on using the repository browser.