aboutsummaryrefslogtreecommitdiffstats
path: root/lsb-bootscripts/ChangeLog
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2011-05-23 03:41:56 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2011-05-23 03:41:56 +0000
commit5393dbc1b82fd39c18f110da9f02e1ae6ad922cf (patch)
tree31f871d02d460473945329e4c0b95ab6e135cb12 /lsb-bootscripts/ChangeLog
parent283fea13fabb7b37b12fcab26025e35ebb4a77ed (diff)
Removed inittab, defaulted to /etc/rc.d.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9550 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'lsb-bootscripts/ChangeLog')
-rw-r--r--lsb-bootscripts/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lsb-bootscripts/ChangeLog b/lsb-bootscripts/ChangeLog
index f6c4ca720..fa0c83d5e 100644
--- a/lsb-bootscripts/ChangeLog
+++ b/lsb-bootscripts/ChangeLog
@@ -1,3 +1,10 @@
+2011-05-23 DJ Lucas <dj@linuxfromscratch.org>
+ * Makefile, etc/default/rc: The value of ETCDIR is used to set the RC_BASE at
+ install time. Changed default ETCDIR to /etc/rc.d and added /etc/init.d
+ symlink if ETCDIR is not /etc.
+ * Makefile, etc/inittab: Removed the installation of /etc/inittab as this is
+ done in the book.
+
2011-05-21 DJ Lucas <dj@linuxfromscratch.org>
* lib/lsb/init-functions: Merged the contents of etc/init.d/lfs-functions and
standardized comment headers.