jdk/test/sun/security/tools/keytool/autotest.sh
changeset 24629 97bddac495b7
parent 22965 78610fb00fff
child 26863 0f0d2cdda7d3
equal deleted inserted replaced
24628:a78064864267 24629:97bddac495b7
     1 #
     1 #
     2 # Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.
     7 # published by the Free Software Foundation.
    70     LIBNAME="/usr/lib/mps/`isainfo -n`/libsoftokn3.so"
    70     LIBNAME="/usr/lib/mps/`isainfo -n`/libsoftokn3.so"
    71     ;;
    71     ;;
    72   Linux )
    72   Linux )
    73     if [ $B32 = true ]; then
    73     if [ $B32 = true ]; then
    74         LIBNAME=`find_one \
    74         LIBNAME=`find_one \
       
    75             "/usr/lib32/libsoftokn3.so" \
       
    76             "/usr/lib32/nss/libsoftokn3.so" \
    75             "/usr/lib/libsoftokn3.so" \
    77             "/usr/lib/libsoftokn3.so" \
    76             "/usr/lib/i386-linux-gnu/nss/libsoftokn3.so" \
    78             "/usr/lib/i386-linux-gnu/nss/libsoftokn3.so" \
    77             "/usr/lib/nss/libsoftokn3.so"`
    79             "/usr/lib/nss/libsoftokn3.so"`
    78     else
    80     else
    79         LIBNAME=`find_one \
    81         LIBNAME=`find_one \