ChangeLog 38 KB

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