jonathan.jbkt 0 Unverified User

I followed the instructions on this link

and am still getting

$ cvs -d [IMG]http://ubuntuforums.org/images/smilies/icon_razz.gif[/IMG]server:jgardner@192.168.79.15:/cvs login
Logging in to [IMG]http://ubuntuforums.org/images/smilies/icon_razz.gif[/IMG]server:jgardner@192.168.79.15:2401/cvs
CVS password:
/cvs: no such repository
JGARDNER-MAC:~ jgardner$

This is the xinetd.conf file

service cvspserver
{
port = 2401
socket_type = stream
protocol = tcp
wait = no
server = /usr/bin/cvs
server_args = -f --allow-root /cvs pserver
user = root
type = UNLISTED
disable = no
}

This is in the cvsd.conf

Listen * 2401
Repos /cvs

Where else would I go to find out why this is happening