source: lsb-bootscripts/ChangeLog@ f3f65e73

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

Added stop_on_error parameter to rc.site and cleaned up Begin and End lines.

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

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