ChangeLog 3.4 KB

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