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

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 12.2 12.2-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/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 2d439ed was 52a4dd2, checked in by DJ Lucas <dj@…>, 13 years ago

Remove unused /etc/lsb and manage-functions.

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

  • Property mode set to 100644
File size: 4.0 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 * Setup the /run mountpoint in the rc script (for use by bootloging)
9 * Moved network services to /lib/network-services
10 * Moved network configuration files to /etc/network
11 * Moved ifup and ifdown scripts to /sbin
12 * ifup - copy network configuration scritps to /run on startup
13 * ifdown - use running configuration stored in /run to stop interfaces
14 * Moved sysconfig files to /etc/default
15 * Removed unused /etc/lsb /lib/lsb/manage-functions
16
1720110424 - [dj]
18 * Sync to LFS-Bootscripts-20110424 (move new run mounts and
19 symlinks [bdubbs]).
20
2120110418 - [bdubbs]
22 * lfs/init.d/mountvirtfs: Change name from mountkernfs to
23 mountvirtfs.
24 * Add mounting of /run filesystem.
25
2620101012 - [dj]
27 * Added udev to Required-Start for swap script.
28
2920100823 - [dj]
30 * Fix missing 'then' in sendsignals conditionals. Thanks to
31 Jeremy Huntwork for the report and correction.
32
3320100627 - [dj]
34 * Sync to LFS-Bootscripts-20100627 (killall in new sysvinit).
35 * Standardized syntax for integer comparisons in tests.
36
3720100529 - [matthew]
38 * Only copy /lib/udev/devices/null, as Udev >= 155 copies
39 devices from /lib/udev/devices to /dev itself.
40 Udevd still needs /dev/null present before starting up though.
41
4220100529 - [dj]
43 * Sync to LFS-Bootscirpts-20100529
44 * Add test if /dev is already mounted in udev script.
45 * Added --action=add to udevadmin trigger lines of udev script.
46
4720100427 - [dj]
48 * Removed unneeded X-LFS-Default* lines.
49 * Corrected udev_retry script for new udev.
50 * Corrected path of syslogd and klogd in sysklogd script.
51
5220090325 - [dj]
53 * Corrected serveral echo commands missing -e - Thanks to
54 Michael Tremer at IPFire for the corrections.
55
5620081023 - [dj]
57 * Removed BROKEN_COMPOSE handling in console script because
58 kernel patch was accepted upstream.
59
6020080908 - [dj]
61 * Corrected echo command in rc script - Thanks to
62 Michael Tremer at IPFire.
63
6420080907 - [dj]
65 * Use new initd-tools package to activate scripts.
66 * $syslog and modules services cannot be a hard dependencies
67 due to minimal install target.
68 * Store bootlog date in UTC.
69 * Added hard deps to network script for local_fs, swap, and
70 localnet (account for /usr at network instead of $remote_fs).
71
7220080831 - [dj]
73 * Corrected more, and minimized dependencies in scripts.
74 * Don't try to write to bootlog in 0 and 6.
75 * Use /etc/rcS.d instead of /etc/rcsysinit.d - added
76 replacement /etc/inittab file
77
7820080830 - [dj]
79 * Corrected remaining dependency errors in script headers.
80
8120080531 - [dj]
82 * Synced with LFS-Bootscrpts-20080531 (use udevadm)
83 * Added additional functions to manage_functions script.
84
8520080413 - [dj]
86 * Added manage_functions script for use by scripts such as
87 {install,remove}_initd or chkconfig, that need to parse the
88 LSB headers.
89 * Cleaned up script headers to reflect real Start or Stop
90
9120080315 - [dj]
92 * Corrected test for $pidfile in pidofproc()
93 * Replaced exit with return in statusproc() - (lfs-functions)
94
9520080315 - [dj]
96 * Added missing 'stale pid file' checking for pidofproc()
97
9820080210 - [dj]
99 * Updated documentation
100
10120070820 - [dj]
102 * Synced with LFS-bootscripts
103
10420070705 - [dj]
105 * Synced with LFS-bootscripts
106 * Removed 'stty' from the environment setup as it breaks
107 custom key configs when run from the CLI.
108
10920070218 - [dj]
110 * Synced with LFS-bootscripts.
111
11220070206 - [dj]
113 * Initial commit
Note: See TracBrowser for help on using the repository browser.