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

Diff for /src/etc/rc between version 1.483 and 1.484

version 1.483, 2016/05/27 16:49:08 version 1.484, 2016/05/27 17:03:45
Line 164 
Line 164 
         local _dkdev=/dev/$(stat -L -f '%Sd' /usr/lib)          local _dkdev=/dev/$(stat -L -f '%Sd' /usr/lib)
         local _mp=$(mount | grep "^$_dkdev")          local _mp=$(mount | grep "^$_dkdev")
   
         echo -n 'reordering libraries:'  
   
         # Skip if /usr/lib is on a nfs mounted filesystem.          # Skip if /usr/lib is on a nfs mounted filesystem.
         if [[ $_mp == *' type nfs '* ]]; then          [[ $_mp == *' type nfs '* ]] && return
                 echo ' skipped.'  
                 return          echo -n 'reordering libraries:'
         fi  
   
         # Only choose the latest version of the libraries.          # Only choose the latest version of the libraries.
         for _liba in /usr/lib/libc.so.*.a; do          for _liba in /usr/lib/libc.so.*.a; do

Legend:
Removed from v.1.483  
changed lines
  Added in v.1.484