source: bootscripts/contrib/lsb-v3/ChangeLog@ bd1b5be

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since bd1b5be was bd1b5be, checked in by DJ Lucas <dj@…>, 13 years ago

Added FAILURE_ACTION variable to rc.site

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9526 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 3.4 KB
Line 
1ChangeLog
2
320110514 - [dj]
4 * Added FAILURE_ACTION variable to rc.site for use in remote systems
5 where user input is not appropriate in the event of a failure
6
720110424 - [dj]
8 * Sync to LFS-Bootscripts-20110424 (move new run mounts and
9 symlinks [bdubbs]).
10
1120110418 - [bdubbs]
12 * lfs/init.d/mountvirtfs: Change name from mountkernfs to
13 mountvirtfs.
14 * Add mounting of /run filesystem.
15
1620101012 - [dj]
17 * Added udev to Required-Start for swap script.
18
1920100823 - [dj]
20 * Fix missing 'then' in sendsignals conditionals. Thanks to
21 Jeremy Huntwork for the report and correction.
22
2320100627 - [dj]
24 * Sync to LFS-Bootscripts-20100627 (killall in new sysvinit).
25 * Standardized syntax for integer comparisons in tests.
26
2720100529 - [matthew]
28 * Only copy /lib/udev/devices/null, as Udev >= 155 copies
29 devices from /lib/udev/devices to /dev itself.
30 Udevd still needs /dev/null present before starting up though.
31
3220100529 - [dj]
33 * Sync to LFS-Bootscirpts-20100529
34 * Add test if /dev is already mounted in udev script.
35 * Added --action=add to udevadmin trigger lines of udev script.
36
3720100427 - [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
4220090325 - [dj]
43 * Corrected serveral echo commands missing -e - Thanks to
44 Michael Tremer at IPFire for the corrections.
45
4620081023 - [dj]
47 * Removed BROKEN_COMPOSE handling in console script because
48 kernel patch was accepted upstream.
49
5020080908 - [dj]
51 * Corrected echo command in rc script - Thanks to
52 Michael Tremer at IPFire.
53
5420080907 - [dj]
55 * Use new initd-tools package to activate scripts.
56 * $syslog and modules services cannot be a hard dependencies
57 due to minimal install target.
58 * Store bootlog date in UTC.
59 * Added hard deps to network script for local_fs, swap, and
60 localnet (account for /usr at network instead of $remote_fs).
61
6220080831 - [dj]
63 * Corrected more, and minimized dependencies in scripts.
64 * Don't try to write to bootlog in 0 and 6.
65 * Use /etc/rcS.d instead of /etc/rcsysinit.d - added
66 replacement /etc/inittab file
67
6820080830 - [dj]
69 * Corrected remaining dependency errors in script headers.
70
7120080531 - [dj]
72 * Synced with LFS-Bootscrpts-20080531 (use udevadm)
73 * Added additional functions to manage_functions script.
74
7520080413 - [dj]
76 * Added manage_functions script for use by scripts such as
77 {install,remove}_initd or chkconfig, that need to parse the
78 LSB headers.
79 * Cleaned up script headers to reflect real Start or Stop
80
8120080315 - [dj]
82 * Corrected test for $pidfile in pidofproc()
83 * Replaced exit with return in statusproc() - (lfs-functions)
84
8520080315 - [dj]
86 * Added missing 'stale pid file' checking for pidofproc()
87
8820080210 - [dj]
89 * Updated documentation
90
9120070820 - [dj]
92 * Synced with LFS-bootscripts
93
9420070705 - [dj]
95 * Synced with LFS-bootscripts
96 * Removed 'stty' from the environment setup as it breaks
97 custom key configs when run from the CLI.
98
9920070218 - [dj]
100 * Synced with LFS-bootscripts.
101
10220070206 - [dj]
103 * Initial commit
Note: See TracBrowser for help on using the repository browser.