ChangeLog 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ChangeLog
  2. 20100427 - [dj] * Removed unneeded X-LFS-Default* lines.
  3. * Corrected udev_retry script for new udev.
  4. * Corrected path of syslogd and klogd in sysklogd script.
  5. 20090325 - [dj] * Corrected serveral echo commands missing -e - Thanks to
  6. Michael Tremer at IPFire for the corrections.
  7. 20081023 - [dj] * Removed BROKEN_COMPOSE handling in console script because
  8. kernel patch was accepted upstream.
  9. 20080908 - [dj] * Corrected echo command in rc script - Thanks to
  10. Michael Tremer at IPFire.
  11. 20080907 - [dj] * Use new initd-tools package to activate scripts.
  12. * $syslog and modules services cannot be a hard dependencies
  13. due to minimal install target.
  14. * Store bootlog date in UTC.
  15. * Added hard deps to network script for local_fs, swap, and
  16. localnet (account for /usr at network instead of $remote_fs).
  17. 20080831 - [dj] * Corrected more, and minimized dependencies in scripts.
  18. * Don't try to write to bootlog in 0 and 6.
  19. * Use /etc/rcS.d instead of /etc/rcsysinit.d - added
  20. replacement /etc/inittab file
  21. 20080830 - [dj] * Corrected remaining dependency errors in script headers.
  22. 20080531 - [dj] * Synced with LFS-Bootscrpts-20080531 (use udevadm)
  23. * Added additional functions to manage_functions script.
  24. 20080413 - [dj] * Added manage_functions script for use by scripts such as
  25. {install,remove}_initd or chkconfig, that need to parse the
  26. LSB headers.
  27. * Cleaned up script headers to reflect real Start or Stop
  28. 20080315 - [dj] * Corrected test for $pidfile in pidofproc()
  29. * Replaced exit with return in statusproc() - (lfs-functions)
  30. 20080315 - [dj] * Added missing 'stale pid file' checking for pidofproc()
  31. 20080210 - [dj] * Updated documentation
  32. 20070820 - [dj] * Synced with LFS-bootscripts
  33. 20070705 - [dj] * Synced with LFS-bootscripts
  34. * Removed 'stty' from the environment setup as it breaks
  35. custom key configs when run from the CLI.
  36. 20070218 - [dj] * Synced with LFS-bootscripts.
  37. 20070206 - [dj] * Initial commit