rc 461 B

123456789101112131415161718
  1. ########################################################################
  2. # Begin /etc/sysconfig/rc
  3. #
  4. # Description : rc script configuration
  5. #
  6. # Authors :
  7. #
  8. # Version : 00.00
  9. #
  10. # Notes : Not used by LFS, but present for BLFS compatibility
  11. #
  12. ########################################################################
  13. rc_base=/etc/rc.d
  14. rc_functions=${rc_base}/init.d/functions
  15. network_devices=/etc/sysconfig/network-devices
  16. # End /etc/sysconfig/rc