source: bootscripts/ChangeLog@ 232779f8

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 7.4 7.5 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/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 232779f8 was 0c5d002, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update to linux-3.10.5
Fix bootscript ipv4-static-route

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

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