ChangeLog 42 KB

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