summaryrefslogtreecommitdiff
path: root/security/crack/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-06-09 15:13:41 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-06-09 15:13:41 +0000
commit0ec1835b01ee660d5cffc761b0ae65c3761881be (patch)
tree37ae035ac79e759bc35f233422deb49374a8137a /security/crack/Makefile
parentVersion change: 2.2 -> 2.3 (diff)
Replace a couple of non-working master_sites with working ones.
Found by: distfile checker
Notes
Notes: svn path=/head/; revision=6817
Diffstat (limited to '')
-rw-r--r--security/crack/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile
index 8f80c6e5c807..03644f7ce80a 100644
--- a/security/crack/Makefile
+++ b/security/crack/Makefile
@@ -5,7 +5,7 @@
# Whom: David O'Brien <obrien@FreeBSD.org>
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.4 1997/02/06 07:14:48 asami Exp $
#
DISTNAME= crack5.0
@@ -14,8 +14,8 @@ CATEGORIES= security
MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ \
ftp://ftp.lerc.nasa.gov/security/ \
ftp://ftp.ox.ac.uk/pub/comp/security/software/crackers/ \
- ftp://ftp.info.au/security/eindhoven/ \
- ftp://ftp.iis.u-tokyo.ac.jp/pub/security/
+ ftp://ftp.auscert.org.au/pub/coast/mirrors/cert.org/tools/crack/ \
+ ftp://ftp.riken.go.jp/pub/net/cert_security_tools/crack/
MAINTAINER= obrien@FreeBSD.org