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

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