Changeset b9cef84 in clfs-embedded for bootscripts/clfs/rc.d/shutdown
- Timestamp:
- Nov 15, 2006, 9:37:30 AM (18 years ago)
- Branches:
- master
- Children:
- 9ab6faf
- Parents:
- 155e741
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/clfs/rc.d/shutdown
r155e741 rb9cef84 12 12 . /etc/rc.d/init.d/functions 13 13 14 echo "Starting localstop scripts."14 echo "Starting stop scripts." 15 15 16 16 for i in /etc/rc.d/stop/* … … 35 35 echo -n "Unmounting all filesystems: " 36 36 umount -a -r 37 check_status
Note:
See TracChangeset
for help on using the changeset viewer.