#!/bin/sh
REPOSITORY="/var/lib/cvs"
if [ -f /etc/sysconfig/cvs ]; then
	. /etc/sysconfig/cvs
fi

CVSPASSWD=/usr/bin/cvspasswd CVSSERVER=nserver exec /usr/bin/cvs-nserver $REPOSITORY -- /usr/bin/cvschkpw /usr/bin/cvs nserver
