#!/bin/sh exec 2>&1 export TERM=linux . /etc/rc.conf . /etc/rc.d/functions which ncidd > /dev/null 2>/dev/null if [ $? = 0 ] then stat_runit "Starting CallerID" exec /usr/sbin/ncidd -D 2>&1 fi