1
0

ChangeLog 6.3 KB

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