aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-31 16:59:31 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-31 16:59:31 +0000
commit99cee8bbe00c2954e226644831fa58175c830860 (patch)
treeda886b64d2b3e27874b694bd1485040e23c4e846
parented992fbc68220ed47d3d20f3f2a3d7f1e92288cb (diff)
More cleanup
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9971 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--bootscripts/lfs/init.d/rc2
-rw-r--r--bootscripts/lfs/sysconfig/rc18
2 files changed, 1 insertions, 19 deletions
diff --git a/bootscripts/lfs/init.d/rc b/bootscripts/lfs/init.d/rc
index a76a140a5..30b5fe059 100644
--- a/bootscripts/lfs/init.d/rc
+++ b/bootscripts/lfs/init.d/rc
@@ -25,7 +25,7 @@ print_error_msg()
MSG="${MSG}If you're able to track this error down to a bug in one of\n"
MSG="${MSG}the files provided by the files provided by\n"
- MSG="${MSG}the ${DISDRO_MINI} book, please be so kind to inform us at\n"
+ MSG="${MSG}the ${DISTRO_MINI} book, please be so kind to inform us at\n"
MSG="${MSG}${DISTRO_CONTACT}.\n"
log_failure_msg "${MSG}"
diff --git a/bootscripts/lfs/sysconfig/rc b/bootscripts/lfs/sysconfig/rc
deleted file mode 100644
index 717d8c544..000000000
--- a/bootscripts/lfs/sysconfig/rc
+++ /dev/null
@@ -1,18 +0,0 @@
-########################################################################
-# Begin /etc/sysconfig/rc
-#
-# Description : rc script configuration
-#
-# Authors :
-#
-# Version : 00.00
-#
-# Notes : Not used by LFS, but present for BLFS compatibility
-#
-########################################################################
-
-rc_base=/etc/rc.d
-rc_functions=${rc_base}/init.d/functions
-network_devices=/etc/sysconfig/network-devices
-
-# End /etc/sysconfig/rc