#!/bin/sh exec 2>&1 export TERM=linux . /etc/rc.conf . /etc/rc.d/functions which ncid 2>/dev/null >/dev/null if [ $? = 0 ] then if [ -f /var/service/ncidd/run ] then sv start ncidd fi stat_runit "Starting callerid client" exec /usr/bin/ncid --no-gui --all --call-prog --program /usr/bin/ncid.py 127.0.0.1 3333 fi