if [ -z "$PKG_INSTALL_ROOT" -o "$PKG_INSTALL_ROOT" = "/" ]; then PARAM="" else PARAM="-R $PKG_INSTALL_ROOT" fi pkginfo -q $PARAM SUNWopenssl-commands if [ $? -eq 0 ]; then OPENSSL=`pkgparam $PARAM SUNWopenssl-commands BASEDIR` OPENSSL="$OPENSSL/usr/sfw/bin/openssl" fi cat >$1 <