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.
Andreas Tscharner wrote: > Hello Tony, > > I'm currently try to write a man page for cvslockd. If I type > > cvslockd --help > > then I get: > > cvslockd: unrecognized option `--help' > Usage: cvslockd [-d] [-l] [-g] [-p port] > > The -p option is obivous, and I suppose -d means debug, but what are the > -l and -g options for? > -l listen on local (loopback) interface only -g listen on all interfaces The default value is taken from /etc/cvsnt/PServer - those are just an override. Tony