ChangeLog 1.7 KB

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