* Kevin Turner <[EMAIL PROTECTED]>: > [...] Seems easy enough, but then I looked at that inetd.conf line > again and saw the word "root". Neither one draws any attention to > this at all, but "run as root" is definitely *not* one of my > requirements for "read-only anonymous".
I've set up a CVS server using OpenBSD's anoncvssh-scheme. Have a look at their pages for how to set up anoncvs in a chroot-jail. (The instructions are OpenBSD-specific, but it works fine on FreeBSD, which I run it on. Not sure about Linux.) http://www.openbsd.org/anoncvs.html#MIRROR Also, I made a patch against CVS 1.11.5 to incorporate the readonlyfs-changes from OpenBSD's version of CVS. It's at http://www.kopkillah.com/pr0n/cvs-readonly-1.11.5.patch . No guarantees, though. (This works by simply not doing any locking, though, and maybe that isn't what you want.) -- Johannes Gr�dem <OpenPGP: 5055654C> _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
