source: lsb-bootscripts/ChangeLog@ 90b4574

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

Removed inittab, defaulted to /etc/rc.d.

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

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