ChangeLog 5.0 KB

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