diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-04 03:58:04 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-04 03:58:04 +0000 |
commit | df135797f90cd6b9bb9e6fde1429e94645eee118 (patch) | |
tree | fc9c23a3084c2a103ecc536939f93ca026db270b /net/SSLtelnet | |
parent | 1. Correct the config file path on qpage.1 (diff) |
Fix message output of telnetd.
PR: ports/6834
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=11240
Diffstat (limited to 'net/SSLtelnet')
-rw-r--r-- | net/SSLtelnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/SSLtelnet/Makefile b/net/SSLtelnet/Makefile index 6291c43c1ad6..a2dac13a7644 100644 --- a/net/SSLtelnet/Makefile +++ b/net/SSLtelnet/Makefile @@ -3,11 +3,11 @@ # Date created: Mar 29, 1998 # Whom: issei@t-cnet.or.jp # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/04/11 15:07:05 vanilla Exp $ DISTNAME= SSLtelnet-0.11 CATEGORIES= net security -MASTER_SITES= ftp://ftp.psy.uq.oz.au:/pub/Crypto/SSLapps/ +MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/ MAINTAINER= issei@t-cnet.or.jp |