ChangeLog 1.9 KB

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