summaryrefslogtreecommitdiffstats
path: root/net/sup
Commit message (Collapse)AuthorAgeFilesLines
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-091-0/+1
| | | | area on the local ports tree.
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-3/+3
|
* Add missing "MAINTAINER=ports@FreeBSD.org".dirk2000-02-051-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-261-1/+1
| | | | | | | | | | | | 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
* Fix build on Alpha.steve1999-05-313-14/+53
|
* o Remove MAINTAINER, who is no longer maintaining this portimp1998-09-232-35/+28
| | | | | | | o Change errno program variable to eno. Looks like this port has been broken for a while and no one noticed. Approved by: Old maintainer
* This netted the largest set of mis-installed manpages, yet!hoek1998-08-181-2/+0
|
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.asami1997-04-301-2/+2
|
* Convert the changes from the version of sup in the src tree in recentpeter1997-03-111-0/+219
| | | | | | history to patch format to the native tree layout. The version in src/usr.sbin/sup can now die. :-)
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-4/+6
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* freefall.cdrom.com -> freefall.freebsd.orgasami1996-06-031-2/+2
|
* makescan does not return int.gibbs1995-12-131-13/+4
|
* Releases in a release file that do not specify scan=foo will not generategibbs1995-12-111-0/+381
| | | | | | | | | | | a scan file if supscan is run on that collection. Supfilesrv will not blindly take scan to be the scan file for any release that does not specify a scan file. It will take it if there is no releases file (there can only be on collection in that case). Supscan now takes optional "-r release" args to specify scanning only certain releases in a collection.
* Change "networking" to "net".asami1995-11-271-3/+4
|
* Bring in the modifications to SUP that I did for Berkeley's TCS.gibbs1995-08-141-7/+3151
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Preserve the timestamp of an updated file even if a command that is executed because of the update modifies the file. This allows you to do things like export /etc/hosts and when it changes, customize it based on the target host with a simple script, but not upgrade it every time sup is run. 2) Add the "unlinkbusy" SUP option. The goal of this option is to allow you to upgrade binaries and libraries on a running system via sup automagically just like "install" does. 3) Add the "rename" collection function. This allows you to store a file on the server under one name, but have it land on the client under another. All of these changes are targeted toward making SUP a better administrative tool. A reverse rdist if you like. TCS uses sup to keep over 100 HP workstations in sync with a master machine and performs all maintainence including new software installations and system patches using it without a hitch. Of course, the SUP collections are fairly complicated (HUP inetd when inetd.conf changes is a very simple example), but it definitely works and works well. This patch also includes full support for the HPUX platform. I didn't see any reason to strip it out since HPUX was the target platform of the original work and it may be of use to other people.
* Added myself as the SUP maintainer.gibbs1995-08-141-1/+2
|
* Assign an arbitrary version number (2.0 because it came out alongasami1995-04-151-1/+2
| | | | | with FreeBSD-2.0) for PKGNAME. Ok'd by: jkh
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-181-0/+1
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* New home for this orphan.jkh1994-11-121-1/+2
|
* upfilesrv no longer linked due to missing -lcryptpst1994-10-271-0/+27
| | | | | | | 2.0-current distinguishes between crypt() and cipher() technology and in this case, the crypt() call was for password authentication on the file server. If building an encrypting sup, link with -lcipher -lcrypt, if building a normal sup, link with -lcrypt.
* Package files for sup. NOTE: I screwed up when I committed sup to utils/jkh1994-08-233-0/+12
| | | | | | since it should have been in net/. Since not too many people are grabbing ports yet I'm going to be nasty and relocate it in the repository. Submitted by: jkh
* Bring in ports/utils treejkh1994-08-221-0/+11
Submitted by: jkh
OpenPOWER on IntegriCloud