#!/bin/sh # # Start/stop the ncid-client # . /etc/rc.conf . /etc/rc.d/functions . /etc/systemconfig stat_runit "Starting caller id server (ncid)" exec 2>&1 if [ -f /etc/ncid/ncidd-user.conf ] then exec /usr/sbin/ncidd -D -C /etc/ncid/ncidd-user.conf else exec /usr/sbin/ncidd -D -t /dev/$nciddSerialPort fi