[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.245 and 1.246

version 1.245, 2004/04/28 01:01:27 version 1.246, 2004/05/16 04:31:01
Line 42 
Line 42 
                 echo /etc/rc.shutdown in progress...                  echo /etc/rc.shutdown in progress...
                 . /etc/rc.shutdown                  . /etc/rc.shutdown
                 echo /etc/rc.shutdown complete.                  echo /etc/rc.shutdown complete.
                 if [ "X${powerdown}" = X"YES" ]; then  
                         exit 2  
                 fi  
   
                 # bring carp interfaces down gracefully                  # bring carp interfaces down gracefully
                 for hn in /etc/hostname.carp[0-9]*; do                  for hn in /etc/hostname.carp[0-9]*; do
Line 57 
Line 54 
                                 ifconfig $if down                                  ifconfig $if down
                         fi                          fi
                 done                  done
   
                   if [ "X${powerdown}" = X"YES" ]; then
                           exit 2
                   fi
   
         else          else
                 echo single user: not running /etc/rc.shutdown                  echo single user: not running /etc/rc.shutdown
         fi          fi

Legend:
Removed from v.1.245  
changed lines
  Added in v.1.246