ChangeLog 41 KB

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