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

Diff for /src/etc/rc between version 1.230 and 1.231

version 1.230, 2003/12/05 00:52:16 version 1.231, 2003/12/29 23:16:45
Line 383 
Line 383 
         rm -f $T          rm -f $T
 fi  fi
   
 if [ -x /usr/libexec/vi.recover ]; then  
         echo 'preserving editor files'; /usr/libexec/vi.recover  
 fi  
   
 if [ -f /var/account/acct ]; then  if [ -f /var/account/acct ]; then
         echo 'turning on accounting';   accton /var/account/acct          echo 'turning on accounting';   accton /var/account/acct
 fi  fi
Line 400 
Line 396 
                 shlib_dirs="/usr/X11R6/lib $shlib_dirs"                  shlib_dirs="/usr/X11R6/lib $shlib_dirs"
         fi          fi
         ldconfig $shlib_dirs          ldconfig $shlib_dirs
   fi
   
   if [ -x /usr/libexec/vi.recover ]; then
           echo 'preserving editor files'; /usr/libexec/vi.recover
 fi  fi
   
 if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then  if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then

Legend:
Removed from v.1.230  
changed lines
  Added in v.1.231