Ed Bras writes: > > The problem I have is that cvs tries to remotely access the > file /home/root/.cvsignore (home dir of root), which doesn't exists. > Even so, I start cvs with the -f argument so why does it go to the > home dir of root, and I don't even call cvs as root user!!!! xinetd has $HOME set in its environment and CVS is inheriting it. You'll need to get it unset -- either by changing the way xinetd is started so that it doesn't have it set (which is probably the best solution) or changing the way it invokes CVS. See the archives of this list at www.egroups.com for some possible solutions. -Larry Jones It's clear I'll never have a career in sports until I learn to suppress my survival instinct. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
