ChangeLog 4.0 KB

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