function cvs {
	description="Concurrent Versioning System"
	service="cvs"
	use="tcp"
	port=${port:-2401}
	do_service $@
}
