#
# Copyright (c) 1995 by Sun Microsystems, Inc.
#

if [ "$START_VA" = "y" ]; then
  true > /opt/RICHPse/etc/start_va
  /etc/init.d/va_monitor start
  sleep 5
fi

if [ "$START_ML" = "y" ]; then
  true > /opt/RICHPse/etc/start_ml
  /etc/init.d/monlog start
  sleep 3
fi

if [ "$START_MC" = "y" ]; then
  true > /opt/RICHPse/etc/start_mc
  /etc/init.d/mon_cm start
  sleep 5
fi

if [ "$START_WL" = "y" ]; then
  true > /opt/RICHPse/etc/start_wl
  /etc/init.d/percol start
  sleep 3
fi

exit 0
