source: bootscripts/contrib/lsb-v3/ChangeLog@ 2c1e486

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 2c1e486 was 2c1e486, checked in by DJ Lucas <dj@…>, 13 years ago

Fix missed changelog entry

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

  • Property mode set to 100644
File size: 3.5 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 * Moved configuration of clock and hostname to rc.site
7 * Removed $time provides from setclock script
8
920110424 - [dj]
10 * Sync to LFS-Bootscripts-20110424 (move new run mounts and
11 symlinks [bdubbs]).
12
1320110418 - [bdubbs]
14 * lfs/init.d/mountvirtfs: Change name from mountkernfs to
15 mountvirtfs.
16 * Add mounting of /run filesystem.
17
1820101012 - [dj]
19 * Added udev to Required-Start for swap script.
20
2120100823 - [dj]
22 * Fix missing 'then' in sendsignals conditionals. Thanks to
23 Jeremy Huntwork for the report and correction.
24
2520100627 - [dj]
26 * Sync to LFS-Bootscripts-20100627 (killall in new sysvinit).
27 * Standardized syntax for integer comparisons in tests.
28
2920100529 - [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
3420100529 - [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
3920100427 - [dj]
40 * Removed unneeded X-LFS-Default* lines.
41 * Corrected udev_retry script for new udev.
42 * Corrected path of syslogd and klogd in sysklogd script.
43
4420090325 - [dj]
45 * Corrected serveral echo commands missing -e - Thanks to
46 Michael Tremer at IPFire for the corrections.
47
4820081023 - [dj]
49 * Removed BROKEN_COMPOSE handling in console script because
50 kernel patch was accepted upstream.
51
5220080908 - [dj]
53 * Corrected echo command in rc script - Thanks to
54 Michael Tremer at IPFire.
55
5620080907 - [dj]
57 * Use new initd-tools package to activate scripts.
58 * $syslog and modules services cannot be a hard dependencies
59 due to minimal install target.
60 * Store bootlog date in UTC.
61 * Added hard deps to network script for local_fs, swap, and
62 localnet (account for /usr at network instead of $remote_fs).
63
6420080831 - [dj]
65 * Corrected more, and minimized dependencies in scripts.
66 * Don't try to write to bootlog in 0 and 6.
67 * Use /etc/rcS.d instead of /etc/rcsysinit.d - added
68 replacement /etc/inittab file
69
7020080830 - [dj]
71 * Corrected remaining dependency errors in script headers.
72
7320080531 - [dj]
74 * Synced with LFS-Bootscrpts-20080531 (use udevadm)
75 * Added additional functions to manage_functions script.
76
7720080413 - [dj]
78 * Added manage_functions script for use by scripts such as
79 {install,remove}_initd or chkconfig, that need to parse the
80 LSB headers.
81 * Cleaned up script headers to reflect real Start or Stop
82
8320080315 - [dj]
84 * Corrected test for $pidfile in pidofproc()
85 * Replaced exit with return in statusproc() - (lfs-functions)
86
8720080315 - [dj]
88 * Added missing 'stale pid file' checking for pidofproc()
89
9020080210 - [dj]
91 * Updated documentation
92
9320070820 - [dj]
94 * Synced with LFS-bootscripts
95
9620070705 - [dj]
97 * Synced with LFS-bootscripts
98 * Removed 'stty' from the environment setup as it breaks
99 custom key configs when run from the CLI.
100
10120070218 - [dj]
102 * Synced with LFS-bootscripts.
103
10420070206 - [dj]
105 * Initial commit
Note: See TracBrowser for help on using the repository browser.