#!/bin/sh
PATH="/sbin:/usr/sbin:/bin:/usr/bin:$PATH"

# this runs cvspserver limiting the server to a maximum of 30 simultaneous 
# connections. cvspserver.cdb is not required for the service to run

exec /usr/bin/tcpserver -c30 -HRXv -llocalhost -x /etc/tcprules.d/cvspserver.cdb \
0 cvspserver /usr/sbin/cvspserver 2>&1
