balagurumoorthy shanmugathan wrote:

> cvspserver
> {
>  id = cvspserver
>  type = REUSE
>  socket_type = stream
>  wait = no
>  user = root
>  server =/usr/bin/cvs
>  server_args = --allow-root=/usr/local/cvs-root
> }

    This is what mine looks like:

# default: on
# description: CVS Server
service cvspserver
{
        flags           = REUSE
        instances       = 25
        disable         = no
        protocol        = tcp
        socket_type     = stream
        wait            = no
        user            = root
        env             = HOME=/CVS
        server          = /usr/bin/cvs
        server_args     = -f --allow-root=/CVS pserver
        log_on_success  += DURATION USERID
        log_on_failure  += USERID
}

    ...and it works.

    Obviously, you need to change the path of where your repository is.
Mine's under /CVS

    AMK4

--
H | To err is human -- to blame it on a computer is even more so.
  |____________________________________________________________________
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
  Director of Internet Operations / SysAdmin    .     800.441.3873 x130
  Photo Craft Laboratories, Inc.             .        eFax 248.671.0909
  http://www.pcraft.com                  .         3550 Arapahoe Ave #6
  .................. .  .  .     .               Boulder, CO 80303, USA



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to