ChangeLog 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. ChangeLog
  2. 20110514 - [dj]
  3. * Added FAILURE_ACTION variable to rc.site for use in remote systems
  4. where user input is not appropriate in the event of a failure
  5. * Moved configuration of clock and hostname to rc.site
  6. * Removed $time provides from setclock script
  7. * Setup the /run mountpoint in the rc script (for use by bootloging)
  8. * Moved network services to /lib/network-services
  9. * Moved network configuration files to /etc/network
  10. * Moved ifup and ifdown scripts to /sbin
  11. * ifup - copy network configuration scritps to /run on startup
  12. * ifdown - use running configuration stored in /run to stop interfaces
  13. * Moved sysconfig files to /etc/default
  14. 20110424 - [dj]
  15. * Sync to LFS-Bootscripts-20110424 (move new run mounts and
  16. symlinks [bdubbs]).
  17. 20110418 - [bdubbs]
  18. * lfs/init.d/mountvirtfs: Change name from mountkernfs to
  19. mountvirtfs.
  20. * Add mounting of /run filesystem.
  21. 20101012 - [dj]
  22. * Added udev to Required-Start for swap script.
  23. 20100823 - [dj]
  24. * Fix missing 'then' in sendsignals conditionals. Thanks to
  25. Jeremy Huntwork for the report and correction.
  26. 20100627 - [dj]
  27. * Sync to LFS-Bootscripts-20100627 (killall in new sysvinit).
  28. * Standardized syntax for integer comparisons in tests.
  29. 20100529 - [matthew]
  30. * Only copy /lib/udev/devices/null, as Udev >= 155 copies
  31. devices from /lib/udev/devices to /dev itself.
  32. Udevd still needs /dev/null present before starting up though.
  33. 20100529 - [dj]
  34. * Sync to LFS-Bootscirpts-20100529
  35. * Add test if /dev is already mounted in udev script.
  36. * Added --action=add to udevadmin trigger lines of udev script.
  37. 20100427 - [dj]
  38. * Removed unneeded X-LFS-Default* lines.
  39. * Corrected udev_retry script for new udev.
  40. * Corrected path of syslogd and klogd in sysklogd script.
  41. 20090325 - [dj]
  42. * Corrected serveral echo commands missing -e - Thanks to
  43. Michael Tremer at IPFire for the corrections.
  44. 20081023 - [dj]
  45. * Removed BROKEN_COMPOSE handling in console script because
  46. kernel patch was accepted upstream.
  47. 20080908 - [dj]
  48. * Corrected echo command in rc script - Thanks to
  49. Michael Tremer at IPFire.
  50. 20080907 - [dj]
  51. * Use new initd-tools package to activate scripts.
  52. * $syslog and modules services cannot be a hard dependencies
  53. due to minimal install target.
  54. * Store bootlog date in UTC.
  55. * Added hard deps to network script for local_fs, swap, and
  56. localnet (account for /usr at network instead of $remote_fs).
  57. 20080831 - [dj]
  58. * Corrected more, and minimized dependencies in scripts.
  59. * Don't try to write to bootlog in 0 and 6.
  60. * Use /etc/rcS.d instead of /etc/rcsysinit.d - added
  61. replacement /etc/inittab file
  62. 20080830 - [dj]
  63. * Corrected remaining dependency errors in script headers.
  64. 20080531 - [dj]
  65. * Synced with LFS-Bootscrpts-20080531 (use udevadm)
  66. * Added additional functions to manage_functions script.
  67. 20080413 - [dj]
  68. * Added manage_functions script for use by scripts such as
  69. {install,remove}_initd or chkconfig, that need to parse the
  70. LSB headers.
  71. * Cleaned up script headers to reflect real Start or Stop
  72. 20080315 - [dj]
  73. * Corrected test for $pidfile in pidofproc()
  74. * Replaced exit with return in statusproc() - (lfs-functions)
  75. 20080315 - [dj]
  76. * Added missing 'stale pid file' checking for pidofproc()
  77. 20080210 - [dj]
  78. * Updated documentation
  79. 20070820 - [dj]
  80. * Synced with LFS-bootscripts
  81. 20070705 - [dj]
  82. * Synced with LFS-bootscripts
  83. * Removed 'stty' from the environment setup as it breaks
  84. custom key configs when run from the CLI.
  85. 20070218 - [dj]
  86. * Synced with LFS-bootscripts.
  87. 20070206 - [dj]
  88. * Initial commit