Przeglądaj źródła

More cleanup

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9971 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 13 lat temu
rodzic
commit
99cee8bbe0
2 zmienionych plików z 1 dodań i 19 usunięć
  1. 1 1
      bootscripts/lfs/init.d/rc
  2. 0 18
      bootscripts/lfs/sysconfig/rc

+ 1 - 1
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}"
 

+ 0 - 18
bootscripts/lfs/sysconfig/rc

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