diff options
author | jgreco <jgreco@FreeBSD.org> | 1998-04-07 17:42:21 +0000 |
---|---|---|
committer | jgreco <jgreco@FreeBSD.org> | 1998-04-07 17:42:21 +0000 |
commit | 4dfc3457215b9affaaf0f534fd5717587dd16356 (patch) | |
tree | d45b8f7d1ccbc01c9db7657601892677d329f6a0 /security/tripwire/Makefile | |
parent | 39222961a2a7dd25c0601387c9156e2baa191905 (diff) | |
download | FreeBSD-ports-4dfc3457215b9affaaf0f534fd5717587dd16356.zip FreeBSD-ports-4dfc3457215b9affaaf0f534fd5717587dd16356.tar.gz |
Minor correction-
The CERT FTP site no longer contains Tripwire. A little digging and
sleuthing reveals that Spaf has the stuff over at coast.cs.purdue.edu
anyways. It appears that it might move again in the future, see
ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/README-1297
Diffstat (limited to 'security/tripwire/Makefile')
-rw-r--r-- | security/tripwire/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index b9ac9dd..7d29d41 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -3,12 +3,12 @@ # Date created: 31 Mar 1997 # Whom: Joe Greco <jgreco@ns.sol.net> # -# $Id: Makefile,v 1.1.1.1 1997/04/01 04:44:00 jdp Exp $ +# $Id: Makefile,v 1.2 1997/04/03 23:09:49 jgreco Exp $ # DISTNAME= tripwire-1.2 CATEGORIES= security net -MASTER_SITES= ftp://info.cert.org/pub/tools/tripwire/ +MASTER_SITES= ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/ EXTRACT_SUFX= .tar.Z MAINTAINER= jgreco@ns.sol.net |