ChangeLog 2.4 KB

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