Changeset b9cef84 in clfs-embedded for bootscripts/clfs/rc.d/shutdown


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

Updates to bootscripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.