[EMAIL PROTECTED] writes:
>  
> pserver running 1.10.8 on HP 10.20.

Group membership works a bit differently on HP-UX -- /etc/group is used
for looking up group names and doing newgrp, /etc/logingroup is used to
provide the default group access list for login and initgroups() (which
is what pserver uses).  So, you need to change /etc/logingroup instead
of, or in addition to, /etc/group to make this work.  The simplest thing
to do is to make /etc/logingroup a link to /etc/group (see ``man 4
group'' for more info) so it works like a normal system that uses
/etc/group for everything.

> Bummer.  So LockDirs is really only useful for local repositories?  Bummer 
> bummer.

No, LockDir is useful for remote repositories, too.  Remember -- your
problem doesn't have anything to do with CVS lock files, your problem is
that you can't write RCS files into the repository!

-Larry Jones

In short, open revolt and exile is the only hope for change? -- Calvin

Reply via email to