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

Diff for /src/etc/rc between version 1.182 and 1.183

version 1.182, 2001/08/22 16:13:14 version 1.183, 2001/09/19 16:27:47
Line 366 
Line 366 
 if [ -f /sbin/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="$shlib_dirs /usr/local/lib"                  shlib_dirs="/usr/local/lib $shlib_dirs"
         fi          fi
         if [ -d /usr/X11R6/lib ]; then          if [ -d /usr/X11R6/lib ]; then
                 shlib_dirs="$shlib_dirs /usr/X11R6/lib"                  shlib_dirs="/usr/X11R6/lib $shlib_dirs"
         fi          fi
         ldconfig $shlib_dirs          ldconfig $shlib_dirs
 fi  fi

Legend:
Removed from v.1.182  
changed lines
  Added in v.1.183