#!/bin/sh
set -e
if [ -f /etc/cvs.conf ]; then
	cp /etc/cvs.conf /etc/cvs.conf.import
fi

