#!/bin/sh --------------------------------------------------------------------- # /etc/rc.d/rc900.rcapid - install rcapid __FLI4LVER__ # # Creation: 2010-02-24 kristov # Last Update: $Id$ #------------------------------------------------------------------------------ case $OPT_RCAPID in yes) begin_script RCAPID "Configuring rcapid ..." : ${RCAPID_PORT:=6000} # make rcapid entry in /etc/services cat >>/etc/services <> /etc/inetd.conf # configure CAPI proxy if [ "$RCAPID_PROXY" = "yes" ] then echo "REMOTE ${RCAPID_PROXY_TARGET_NAME} ${RCAPID_PROXY_TARGET_PORT}" > /etc/capi20.conf fi end_script ;; esac