Changeset b9cef84 in clfs-embedded


Ignore:
Timestamp:
Nov 15, 2006, 9:37:30 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
9ab6faf
Parents:
155e741
Message:

Updates to bootscripts

Location:
bootscripts/clfs/rc.d
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/clfs/rc.d/init.d/functions

    r155e741 rb9cef84  
    1010        echo -en "\\033[65G"
    1111        if [ $ERR = 0 ]; then
    12                 echo -en "\\033[1;32OK"
     12                echo -en "\\033[1;32mOK"
    1313        else
    1414                echo -en "\\033[1;31mFAIL"
  • bootscripts/clfs/rc.d/shutdown

    r155e741 rb9cef84  
    1212. /etc/rc.d/init.d/functions
    1313
    14 echo "Starting local stop scripts."
     14echo "Starting stop scripts."
    1515
    1616for i in /etc/rc.d/stop/*
     
    3535echo -n "Unmounting all filesystems: "
    3636umount -a -r
    37 check_status
  • bootscripts/clfs/rc.d/startup

    r155e741 rb9cef84  
    8181check_status
    8282
    83 echo "Running local start scripts."
     83echo "Running start scripts."
    8484
    8585for i in /etc/rc.d/start/*
Note: See TracChangeset for help on using the changeset viewer.