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

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

Moved configuration of clock and hostname to rc.site

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9527 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 * Moved configuration of clock and hostname to rc.site
7
820110424 - [dj]
9 * Sync to LFS-Bootscripts-20110424 (move new run mounts and
10 symlinks [bdubbs]).
11
1220110418 - [bdubbs]
13 * lfs/init.d/mountvirtfs: Change name from mountkernfs to
14 mountvirtfs.
15 * Add mounting of /run filesystem.
16
1720101012 - [dj]
18 * Added udev to Required-Start for swap script.
19
2020100823 - [dj]
21 * Fix missing 'then' in sendsignals conditionals. Thanks to
22 Jeremy Huntwork for the report and correction.
23
2420100627 - [dj]
25 * Sync to LFS-Bootscripts-20100627 (killall in new sysvinit).
26 * Standardized syntax for integer comparisons in tests.
27
2820100529 - [matthew]
29 * Only copy /lib/udev/devices/null, as Udev >= 155 copies
30 devices from /lib/udev/devices to /dev itself.
31 Udevd still needs /dev/null present before starting up though.
32
3320100529 - [dj]
34 * Sync to LFS-Bootscirpts-20100529
35 * Add test if /dev is already mounted in udev script.
36 * Added --action=add to udevadmin trigger lines of udev script.
37
3820100427 - [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
4320090325 - [dj]
44 * Corrected serveral echo commands missing -e - Thanks to
45 Michael Tremer at IPFire for the corrections.
46
4720081023 - [dj]
48 * Removed BROKEN_COMPOSE handling in console script because
49 kernel patch was accepted upstream.
50
5120080908 - [dj]
52 * Corrected echo command in rc script - Thanks to
53 Michael Tremer at IPFire.
54
5520080907 - [dj]
56 * Use new initd-tools package to activate scripts.
57 * $syslog and modules services cannot be a hard dependencies
58 due to minimal install target.
59 * Store bootlog date in UTC.
60 * Added hard deps to network script for local_fs, swap, and
61 localnet (account for /usr at network instead of $remote_fs).
62
6320080831 - [dj]
64 * Corrected more, and minimized dependencies in scripts.
65 * Don't try to write to bootlog in 0 and 6.
66 * Use /etc/rcS.d instead of /etc/rcsysinit.d - added
67 replacement /etc/inittab file
68
6920080830 - [dj]
70 * Corrected remaining dependency errors in script headers.
71
7220080531 - [dj]
73 * Synced with LFS-Bootscrpts-20080531 (use udevadm)
74 * Added additional functions to manage_functions script.
75
7620080413 - [dj]
77 * Added manage_functions script for use by scripts such as
78 {install,remove}_initd or chkconfig, that need to parse the
79 LSB headers.
80 * Cleaned up script headers to reflect real Start or Stop
81
8220080315 - [dj]
83 * Corrected test for $pidfile in pidofproc()
84 * Replaced exit with return in statusproc() - (lfs-functions)
85
8620080315 - [dj]
87 * Added missing 'stale pid file' checking for pidofproc()
88
8920080210 - [dj]
90 * Updated documentation
91
9220070820 - [dj]
93 * Synced with LFS-bootscripts
94
9520070705 - [dj]
96 * Synced with LFS-bootscripts
97 * Removed 'stty' from the environment setup as it breaks
98 custom key configs when run from the CLI.
99
10020070218 - [dj]
101 * Synced with LFS-bootscripts.
102
10320070206 - [dj]
104 * Initial commit
Note: See TracBrowser for help on using the repository browser.