#!/bin/sh # Do Not EDIT this script unless you know what you are doing, as this # might stop you from starting your Sun Chili!Soft ASP server. CHILI_EXE_PATH="/bin:/sbin:/usr/bin:/usr/sbin" if [ -z "$PATH" ]; then PATH="$CHILI_EXE_PATH" else PATH="$PATH:$CHILI_EXE_PATH" fi . /opt/casp/javasetup.sh . /opt/casp/asp-server-3000/odbc.sh . /opt/casp/chsetup.sh ulimit -d unlimited 2>/dev/null if [ -z "$HOME" ]; then HOME=/opt/casp/asp-server-3000 export HOME fi # wait till this whole process is started or stopped. /opt/casp/asp-server-3000/caspctrlb "$@" result=$? exit $result