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

Diff for /src/etc/rc between version 1.96 and 1.97

version 1.96, 1999/04/21 20:18:02 version 1.97, 1999/05/24 18:00:05
Line 441 
Line 441 
   
 if [ -f /sbin/ldconfig ]; then  if [ -f /sbin/ldconfig ]; then
         echo 'creating runtime link editor directory cache.'          echo 'creating runtime link editor directory cache.'
         _LIBS=  
         if [ -d /usr/local/lib ]; then          if [ -d /usr/local/lib ]; then
                 _LIBS="$_LIBS /usr/local/lib"                  shlib_dirs=="$shlib_dirs /usr/local/lib"
         fi          fi
         if [ -d /usr/X11R6/lib ]; then          if [ -d /usr/X11R6/lib ]; then
                 _LIBS="$_LIBS /usr/X11R6/lib"                  shlib_dirs=="$shlib_dirs /usr/X11R6/lib"
         fi          fi
         ldconfig $_LIBS          ldconfig $shlib_dirs
 fi  fi
   
 # Kerberos runs ONLY on the Kerberos servers  # Kerberos runs ONLY on the Kerberos servers

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97