CVS repository connecting error in Linux 5.3

Hi Friends,

I configured CVS Repository in RHEL 5.3 Server. But connecting the CVS Repository get the error like.

[root@localhost xinetd.d]# cvs -d:pserver:cvs@localhost:/backup/cvs/cvsrep login
Logging in to :pserver:cvs@localhost:2401/backup/cvs/cvsrep
CVS password:
cvs [login aborted]: connect to [localhost]:2401 failed: Connection refused

cvspserver file contains the:

[root@localhost xinetd.d]# cat cvspserver
service cvspserver
{
disable = no
port = 2401
protocol = tcp
socket_type = stream
wait = no
user = root
log_type=FILE /var/log/cvspserver
env='$CVSROOT=/backup/cvs/cvsrep'
#passenv = PATH
log_on_failure +=USERID
log_on_success +=USERID
group=cvs
server = /usr/bin/cvs
server_args = -f --allow-root=/backup/cvs/cvsrep pserver
groups = yes
bind = 192.168.0.221
}
[root@localhost xinetd.d]#

Pls help me how to resolve this issue ..?

Thanks,
Srinivas