ChangeLog 2.9 KB

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