ChangeLog 3.2 KB

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