Author: nkinder
Update of /cvs/dirsec/console In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14396
Modified Files: startconsole Log Message: 163412 - Changed the startconsole script to specifically look for both .so and .sl library extentions
Index: startconsole =================================================================== RCS file: /cvs/dirsec/console/startconsole,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- startconsole 18 Jul 2005 00:34:05 -0000 1.1.1.1 +++ startconsole 18 Jul 2005 18:07:07 -0000 1.2 @@ -40,8 +40,8 @@ # # See if libjava and libjvm exist, and set the lib path. These are linked to by JSS. # -LIBJAVA_DIR=`find $JAVA_HOME -name libjava.so | sed 's//libjava.so$//'` -LIBJVM_DIR=`find $JAVA_HOME -name libjvm.so | sed 's//libjvm.so$//'` +LIBJAVA_DIR=`find $JAVA_HOME -name libjava.s[ol] | sed 's//libjava.s.$//'` +LIBJVM_DIR=`find $JAVA_HOME -name libjvm.s[ol] | sed 's//libjvm.s.$//'`
if [ -z "$LIBJAVA_DIR" -a -z "$LIBJVM_DIR" ] then
389-commits@lists.fedoraproject.org