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

Diff for /src/etc/rc between version 1.512 and 1.513

version 1.512, 2017/07/18 16:29:44 version 1.513, 2017/07/18 19:31:20
Line 182 
Line 182 
   
         # Only choose the latest version of the libraries.          # Only choose the latest version of the libraries.
         for _liba in /usr/lib/lib{c,crypto}; do          for _liba in /usr/lib/lib{c,crypto}; do
                 _libas="$_libas $(ls $_liba.so.+([0-9.]).a | sort -V | tail -1)"                  _libas="$_libas $(ls $_liba.so.+([0-9.]).a | sort -rV | head -1)"
         done          done
         _libas=${_libas# }          _libas=${_libas# }
   

Legend:
Removed from v.1.512  
changed lines
  Added in v.1.513