ChangeLog 3.5 KB

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