diff options
-rw-r--r-- | bootscripts/lfs/init.d/rc | 2 | ||||
-rw-r--r-- | bootscripts/lfs/sysconfig/rc | 18 |
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 |