info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs under RH 7.0


From: Ashley M. Kirchner
Subject: Re: cvs under RH 7.0
Date: Thu, 23 Nov 2000 11:08:38 -0700

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:address@hidden>   .   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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]