Commit graph

7 commits

Author SHA1 Message Date
Edwin Groothuis
e0374a6fc2 [PATCH] net/cvsup-mirror: add some install time options for update.sh
Add following install time options for update.sh

	- Whether or not /var/log/cvsup.log is rotated when update.sh
	  is invoked.
	- Maximum number of log files.
	- Wheter or not old log file is gzipped after rotated.

PR:		ports/81598
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Not objected by:	jdp@FreeBSD.org
2006-01-02 10:05:11 +00:00
John Polstra
7fc792b6a6 Fix two bugs in scripts.
1. If update.sh failed to determine the PREFIX, it didn't realize it
had failed.  This is arguably caused by a shell bug in processing
the statement

    export PREFIX=$(expr $0 : "\(/.*\)/etc/cvsup/update\.sh\$")

This statement always succeeds even if the "expr" command fails.
Moving the "export" to a separate statement makes it work.

2. If the system had no "/home" directory, the pkg-install script
would create it with mode 0700, making ~cvsupin inaccessible to its
owner.  A user ran into this bug when installing cvsup-mirror into a
jail.
2004-08-05 23:37:47 +00:00
John Polstra
7c45758b34 DEINSTALL: Offer to kill all running cvsupd processes. Remind
the user to remove the client's home directory and the mirrored
files.

INSTALL:  Create a home directory for the client user, since one
is needed to hold the authentication key file.  Also create an
empty "auth" file so that its permissions will be right.  Set the
gcos fields more appropriately.
2000-02-11 04:26:59 +00:00
John Polstra
3176ec22e7 This is a fairly substantial upgrade of the cvsup-mirror port. In
honor of the occasion I have bumped the version number to 1.1.

The port now depends upon the cvsup-bin and cvsupd-bin ports rather
than on the more trouble-prone cvsup port.

The CVSup server is run with "-C 100" (max. 100 clients at a time)
and the true limit is set in the "/usr/local/etc/cvsup/cvsupd.access"
file.  This is nice because you can change the limit by editing
the file; you don't have to restart the server.  The cvsupd.access
file also contains a rule to limit each individual host to one
connection at a time.

The CVSup client is now run under its own unprivileged user ID
instead of root.  This is a security enhancement.  It makes it
impossible for a compromised master site to install files into
places outside the mirror area of the filesystem.  The permissions
of various other files such as /usr/local/etc/cvsup have also been
strengthened to enhance security.

Both client and server now cd to /var/tmp to run, so that if they
decide to croak they'll be able to write the core file. :-)

The /usr/local/etc/rc.d/cvsupd.sh script now honors the "start"
and "stop" arguments.

The configure script no longer attempts to tell you the sizes of
the various collections.  That's impossible to maintain.  When I
have time I plan to make a web page where one can obtain that
information from an automatically-updated source.  Then I will
reference the URL in the configure script.

It is possible to upgrade an existing cvsup-mirror-1.0 installation
to this new version, but it is tricky because of the change in
ownership of the mirrored files.  I will post instructions to the
freebsd-hubs mailing list after I make sure I have the procedure
just right.
2000-01-28 06:42:37 +00:00
Peter Wemm
6ef4ce131f Don't grep /etc/passwd and /etc/group for checking the existance of
users since it doesn't see yp/nis.  Use 'pw {user|group} show ...' and
check the return code, otherwise the script can try and add an already
existing user or group.
1997-05-29 03:21:14 +00:00
John Polstra
8ee2f98e9c Check to make sure that the "gnats" subdirectory is a true
subdirectory, and not a symbolic link.

Update the reported size of the CVS repository to reflect current
reality.
1997-05-18 02:27:19 +00:00
John Polstra
a2fac24797 The cvsup-mirror port, a kit that makes it easy to set up a FreeBSD
mirror site.
1997-02-02 04:11:35 +00:00