ChangeLog 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. ChangeLog
  2. 20110514 - [dj]
  3. * Added FAILURE_ACTION variable to rc.site for use in remote systems
  4. where user input is not appropriate in the event of a failure
  5. 20110424 - [dj]
  6. * Sync to LFS-Bootscripts-20110424 (move new run mounts and
  7. symlinks [bdubbs]).
  8. 20110418 - [bdubbs]
  9. * lfs/init.d/mountvirtfs: Change name from mountkernfs to
  10. mountvirtfs.
  11. * Add mounting of /run filesystem.
  12. 20101012 - [dj]
  13. * Added udev to Required-Start for swap script.
  14. 20100823 - [dj]
  15. * Fix missing 'then' in sendsignals conditionals. Thanks to
  16. Jeremy Huntwork for the report and correction.
  17. 20100627 - [dj]
  18. * Sync to LFS-Bootscripts-20100627 (killall in new sysvinit).
  19. * Standardized syntax for integer comparisons in tests.
  20. 20100529 - [matthew]
  21. * Only copy /lib/udev/devices/null, as Udev >= 155 copies
  22. devices from /lib/udev/devices to /dev itself.
  23. Udevd still needs /dev/null present before starting up though.
  24. 20100529 - [dj]
  25. * Sync to LFS-Bootscirpts-20100529
  26. * Add test if /dev is already mounted in udev script.
  27. * Added --action=add to udevadmin trigger lines of udev script.
  28. 20100427 - [dj]
  29. * Removed unneeded X-LFS-Default* lines.
  30. * Corrected udev_retry script for new udev.
  31. * Corrected path of syslogd and klogd in sysklogd script.
  32. 20090325 - [dj]
  33. * Corrected serveral echo commands missing -e - Thanks to
  34. Michael Tremer at IPFire for the corrections.
  35. 20081023 - [dj]
  36. * Removed BROKEN_COMPOSE handling in console script because
  37. kernel patch was accepted upstream.
  38. 20080908 - [dj]
  39. * Corrected echo command in rc script - Thanks to
  40. Michael Tremer at IPFire.
  41. 20080907 - [dj]
  42. * Use new initd-tools package to activate scripts.
  43. * $syslog and modules services cannot be a hard dependencies
  44. due to minimal install target.
  45. * Store bootlog date in UTC.
  46. * Added hard deps to network script for local_fs, swap, and
  47. localnet (account for /usr at network instead of $remote_fs).
  48. 20080831 - [dj]
  49. * Corrected more, and minimized dependencies in scripts.
  50. * Don't try to write to bootlog in 0 and 6.
  51. * Use /etc/rcS.d instead of /etc/rcsysinit.d - added
  52. replacement /etc/inittab file
  53. 20080830 - [dj]
  54. * Corrected remaining dependency errors in script headers.
  55. 20080531 - [dj]
  56. * Synced with LFS-Bootscrpts-20080531 (use udevadm)
  57. * Added additional functions to manage_functions script.
  58. 20080413 - [dj]
  59. * Added manage_functions script for use by scripts such as
  60. {install,remove}_initd or chkconfig, that need to parse the
  61. LSB headers.
  62. * Cleaned up script headers to reflect real Start or Stop
  63. 20080315 - [dj]
  64. * Corrected test for $pidfile in pidofproc()
  65. * Replaced exit with return in statusproc() - (lfs-functions)
  66. 20080315 - [dj]
  67. * Added missing 'stale pid file' checking for pidofproc()
  68. 20080210 - [dj]
  69. * Updated documentation
  70. 20070820 - [dj]
  71. * Synced with LFS-bootscripts
  72. 20070705 - [dj]
  73. * Synced with LFS-bootscripts
  74. * Removed 'stty' from the environment setup as it breaks
  75. custom key configs when run from the CLI.
  76. 20070218 - [dj]
  77. * Synced with LFS-bootscripts.
  78. 20070206 - [dj]
  79. * Initial commit