summaryrefslogtreecommitdiff
path: root/net/cvsup-mirror/scripts/configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove net/cvsup-mirror: www, doc, gnats, ports repo gone; src repo deprecatedRene Ladan2014-06-011-192/+0
| | | | Notes: svn path=/head/; revision=356171
* Update the cvsup-mirror port to reflect the fact that crypto isn'tJohn Polstra2000-07-091-31/+4
| | | | | | | a special case any more. Notes: svn path=/head/; revision=30372
* Remove src-crypto-rsa. It doesn't exist any more.John Polstra2000-07-031-2/+0
| | | | Notes: svn path=/head/; revision=30148
* Add src-crypto-rsaAndrey A. Chernov2000-06-291-0/+2
| | | | Notes: svn path=/head/; revision=29981
* This is a fairly substantial upgrade of the cvsup-mirror port. InJohn Polstra2000-01-281-13/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=25154
* Change default master site to cvsup-master.freebsd.org.John Polstra1999-09-291-1/+1
| | | | | | | Submitted by: Josef Karthauser <joe@pavilion.net> Notes: svn path=/head/; revision=22069
* Direct cvsupd's stdout and stderr into "/var/tmp/cvsupd.out" forJohn Polstra1997-07-161-4/+2
| | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=7354
* Check to make sure that the "gnats" subdirectory is a trueJohn Polstra1997-05-181-1/+7
| | | | | | | | | | subdirectory, and not a symbolic link. Update the reported size of the CVS repository to reflect current reality. Notes: svn path=/head/; revision=6482
* The cvsup-mirror port, a kit that makes it easy to set up a FreeBSDJohn Polstra1997-02-021-0/+198
mirror site. Notes: svn path=/head/; revision=5495