ChangeLog 1.8 KB

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