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

Diff for /src/etc/rc between version 1.362 and 1.363

version 1.362, 2011/07/07 22:53:39 version 1.363, 2011/07/07 22:57:29
Line 534 
Line 534 
         echo 'turning on accounting';   accton /var/account/acct          echo 'turning on accounting';   accton /var/account/acct
 fi  fi
   
 if [ -f ldconfig ]; then  if [ -f /sbin/ldconfig ]; then
         echo 'creating runtime link editor directory cache.'          echo 'creating runtime link editor directory cache.'
         if [ -d /usr/local/lib ]; then          if [ -d /usr/local/lib ]; then
                 shlib_dirs="/usr/local/lib $shlib_dirs"                  shlib_dirs="/usr/local/lib $shlib_dirs"

Legend:
Removed from v.1.362  
changed lines
  Added in v.1.363