The supplied init.d script for debian contains references to AST in a
couple of places (as shown below).

I'm new with cw and don't know if this is an issue.  Should I change AST
to something ?

Regards,
Norm

  start)
        echo -n "Starting $DESC: "
        if [ -f $SAFE_CALLWEAVER ] ; then
                DAEMON=$SAFE_CALLWEAVER
        fi
        if [ $AST_USER ] ; then
                ASTARGS="-U $AST_USER"
        fi
        if [ $AST_GROUP ] ; then
                ASTARGS="`echo $ASTARGS` -G $AST_GROUP"
        fi
        start-stop-daemon --start --exec $DAEMON -- $ASTARGS
        echo "$NAME."
        ;;
_______________________________________________
Callweaver-dev mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-dev

Reply via email to