ChangeLog 41 KB

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