ChangeLog 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. ChangeLog
  2. 20080831 - [dj] * Corrected more, and minimized dependencies in scripts.
  3. * Don't try to write to bootlog in 0 and 6.
  4. * Use /etc/rcS.d instead of /etc/rcsysinit.d - added
  5. replacement /etc/inittab file
  6. 20080830 - [dj] * Corrected remaining dependency errors in script headers.
  7. 20080531 - [dj] * Synced with LFS-Bootscrpts-20080531 (use udevadm)
  8. * Added additional functions to manage_functions script.
  9. 20080413 - [dj] * Added manage_functions script for use by scripts such as
  10. {install,remove}_initd or chkconfig, that need to parse the
  11. LSB headers.
  12. * Cleaned up script headers to reflect real Start or Stop
  13. 20080315 - [dj] * Corrected test for $pidfile in pidofproc()
  14. * Replaced exit with return in statusproc() - (lfs-functions)
  15. 20080315 - [dj] * Added missing 'stale pid file' checking for pidofproc()
  16. 20080210 - [dj] * Updated documentation
  17. 20070820 - [dj] * Synced with LFS-bootscripts
  18. 20070705 - [dj] * Synced with LFS-bootscripts
  19. * Removed 'stty' from the environment setup as it breaks
  20. custom key configs when run from the CLI.
  21. 20070218 - [dj] * Synced with LFS-bootscripts.
  22. 20070206 - [dj] * Initial commit