ChangeLog 41 KB

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