#!/bin/sh
CRY="/usr/lib/libcrypt_i.so.1"
GEN="/usr/lib/libgen.so.1"
GDB="/usr/lib/libgdbm.so.2"

SNM="libsnmp-0.4.2.0.2.so"
ST="/opt/SUNWvtsst";
RA="/opt/SUNWrasag/discman";

if test -r "/usr/lib/$SNM"
then
  echo " libsnmp found!"
else
  echo $SNM
  cp /opt/SUNWrasag/bin/lib/$SNM /usr/lib/
  chmod a+r /usr/lib/$SNM
fi

/opt/SUNWrasag/bin/install_discman

echo " -----------------------------------------------------"
echo " After the package is completely installed, execute   "
echo " the program '/opt/SUNWrasag/bin/ras_install'.        "
echo " This will install the rasagent inet service and cron."
echo " -----------------------------------------------------"
echo " If you choose not to use cron this time, re-run      "
echo " ras_install later to establish a cron entry.         "
echo " -----------------------------------------------------"
