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

Diff for /src/etc/rc between version 1.495 and 1.496

version 1.495, 2017/05/01 14:01:47 version 1.496, 2017/05/29 09:44:01
Line 168 
Line 168 
         echo -n 'reordering libraries:'          echo -n 'reordering libraries:'
   
         # 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 /usr/lib/libcrypto.so.*.a; do
                 _liba=$(ls ${_liba%%.[0-9]*}*.a | sort -V | tail -1)                  _liba=$(ls ${_liba%%.[0-9]*}*.a | sort -V | tail -1)
                 for _l in $_libas; do                  for _l in $_libas; do
                         [[ $_l == $_liba ]] && continue 2                          [[ $_l == $_liba ]] && continue 2

Legend:
Removed from v.1.495  
changed lines
  Added in v.1.496