Commit Graph

31 Commits

Author SHA1 Message Date
John Polstra
6d296c9994 Update the cvsup-mirror port to reflect the fact that crypto isn't
a special case any more.
2000-07-09 17:57:33 +00:00
John Polstra
8ecbd3b062 Remove src-crypto-rsa. It doesn't exist any more. 2000-07-03 22:57:53 +00:00
Andrey A. Chernov
560b15f8d5 Add src-crypto-rsa 2000-06-29 14:21:33 +00:00
John Polstra
3d21afad7b Add "exec" to the beginning of commands passed to "su ... -c ...".
With some shells (csh in particular) this eliminates a useless
process waiting for the command to finish.

Submitted by:	Mikhail Teterin <mi@privatelabs.com>
2000-06-21 05:00:15 +00:00
Akinori MUSHA
8e6405e403 Make update.sh accept command line options that are passed to CVSup.
Now users can schedule CVSup e.g. as follows:

    45 0-6,8-23 * * * root nice -15 /usr/local/etc/cvsup/update.sh -s
    45 7        * * * root nice -15 /usr/local/etc/cvsup/update.sh

Approved by:	John Polstra <jdp@polstra.com>
2000-04-24 14:01:58 +00:00
Michael Haro
b098567825 PREFIX -> LOCALBASE 2000-04-20 20:25:29 +00:00
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +00:00
John Polstra
9a07481b47 Add "-f" to all "su" invocations for better behavior when the login
shell is csh.

Submitted by:	ache
2000-03-05 18:40:28 +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
f6cddec5fb Set the HOME environment variable properly when running cvsup, so
the authentication key file can be found in "~/.cvsup/auth".
2000-02-11 04:23:24 +00:00
John Polstra
6f6eb6138a Fix bug: mirroring crypto/non-crypto from different sources was broken.
Submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
2000-02-06 00:15:15 +00:00
John Polstra
1526b6c237 Use the ISO date format in the "CVSup update {begins,ends}" messages.
Use "%T" instead of the equivalent "%H:%M:%S".

Submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
2000-02-06 00:13:52 +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
John Polstra
61c323b40d Consolidate the cvsup options into one place in the script.
Check the exit status of cvsup, and don't start the server until an
update has successfully run to completion.
2000-01-14 04:53:10 +00:00
John Polstra
a7dc76b0aa Install a "refuse" file to protect the mirror's scripts and
configuration files from a malicious or compromised master site.
2000-01-14 04:39:57 +00:00
John Polstra
30dc8072b7 Pass the "-b base" option when running cvsup, so it will work even
if installed somewhere other than /usr/local.

Submitted by:	Dag-Erling Smorgrav <des@yes.no>
2000-01-12 05:26:45 +00:00
John Polstra
0102a88b75 Change default master site to cvsup-master.freebsd.org.
Submitted by:	Josef Karthauser <joe@pavilion.net>
1999-09-29 16:36:50 +00:00
John Polstra
543526605d Add WWW link.
Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
1999-09-29 03:33:18 +00:00
Peter Wemm
a6c3f62331 $Id$ -> $FreeBSD$ 1999-08-30 14:24:37 +00:00
Michael Haro
b8f8618362 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
Michael Haro
235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Satoshi Asami
7d45e2b7a1 Remove NO_CONFIGURE and NO_PATCH, they never meant anything. 1998-06-27 05:20:00 +00:00
John Polstra
d728e30b72 Update for new release of CVSup.
Approved by:	asami (just barely)
1998-03-24 04:41:44 +00:00
John Polstra
d173bd5e46 When sourcing "config.sh" in shell scripts, specify it as "./config.sh"
to prevent the shell from searching the PATH for the file.

Submitted by:	David Quattlebaum <sasdrq@unx.sas.com>
1998-02-12 01:14:02 +00:00
John Polstra
f08936d579 Direct cvsupd's stdout and stderr into "/var/tmp/cvsupd.out" for
better crash diagnosis.  May it never get tested, ha ha ha.

Eliminate the lite2 and smp releases of the src-sys collection.

Add the new mail-archive collection.

Run cvsup with the "-1" flag to disable automatic retries.  Let cron
take care of that.

State in DESCR that version 15.1 or later of CVSup is required.
1997-07-16 20:59:55 +00:00
Masafumi Max NAKANE
75c141cc7d /bin/sh -> ${SH} 1997-07-13 18:49:31 +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
Satoshi Asami
768c8dd45a Put RUN_DEPENDS in its own section. 1997-02-06 06:50:40 +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