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

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