Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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