ChangeLog 3.0 KB

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