More cleanup

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9971 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2012-08-31 16:59:31 +00:00
parent ed992fbc68
commit 99cee8bbe0
2 changed files with 1 additions and 19 deletions

View File

@ -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}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 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" MSG="${MSG}${DISTRO_CONTACT}.\n"
log_failure_msg "${MSG}" log_failure_msg "${MSG}"

View File

@ -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