[cvsnt] Help Needed

Richard Reyes richard at voxsant.com
Fri Sep 22 15:52:34 BST 2006


Hi All,

How do I run the cvsnt service? I already edited /etc/xinetd.d/cvsnt
file to look like this...

> service cvspserver
>         {
>                 disable        = no
>                 socket_type    = stream
>                 wait           = no
>                 user           = root
>                 group          = root
>                 log_type       = FILE /var/log/cvspserver
>                 env            = 'HOME=/home/cvsroot'
>                 server         = /usr/local/bin/cvsnt
>                 server_args    = authserver
>         }
then restarted the xinet with this...
> sudo  init.d/xinetd restart
> Stopping xinetd:                                           [  OK  ]
> Starting xinetd:                                           [  OK  ]
however netstat still dont show any listening on port 2401

Please help....thanks
Richard


More information about the cvsnt mailing list