#!/bin/sh
#
# Start/stop the ncid-client 
#
. /etc/rc.conf
. /etc/rc.d/functions
. /etc/systemconfig
stat_runit "Starting caller id client (ncid-client)"
exec 2>&1
exec /usr/bin/ncid --no-gui --program /usr/share/ncid/ncid-linhes  $dbhost 3333
