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


Ignore:
Timestamp:
Jan 31, 2009, 10:18:40 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
4230d00
Parents:
fe1b471
Message:

Formatting change to embedded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • clfs/rc.d/shutdown

    rfe1b471 rf25bf53  
    1010echo
    1111
    12 
    1312echo "Starting stop scripts."
    1413
    15 for i in /etc/rc.d/stop/*
    16 do
    17         if [ -x $i ]; then
    18                 $i stop
    19         fi
     14for i in /etc/rc.d/stop/*; do
     15  if [ -x $i ]; then
     16    $i stop
     17  fi
    2018done
    2119
Note: See TracChangeset for help on using the changeset viewer.