#!<> # 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 . <>/javasetup.sh . <>/odbc.sh . <>/chsetup.sh ulimit -d unlimited 2>/dev/null if [ -z "$HOME" ]; then HOME=<> export HOME fi # wait till this whole process is started or stopped. <>/caspctrlb "$@" result=$? exit $result