diff options
author | Brian Feldman <green@FreeBSD.org> | 1999-06-22 00:28:00 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 1999-06-22 00:28:00 +0000 |
commit | 7fc4f6df397715f85fc57be182983488fa4ef767 (patch) | |
tree | 83f402e47b2b7da711d42f606d1c857dcf679bf3 /security/cfs/Makefile | |
parent | c4daf03541f52957457cb0acfbba9e8ea42a580c (diff) |
CFS's cmkdir now makes directories as Blowfish by default.
I've made myself the maintainer, as well.
Reviewed by: jdp
Notes
Notes:
svn path=/head/; revision=19611
Diffstat (limited to 'security/cfs/Makefile')
-rw-r--r-- | security/cfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 15577b17e953..a2bd746bb7ab 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1997 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.2 1998/09/21 01:03:10 obrien Exp $ +# $Id: Makefile,v 1.3 1999/06/21 17:23:53 jdp Exp $ # DISTNAME= cfs-1.3.3bf @@ -12,7 +12,7 @@ CATEGORIES= security MASTER_SITES= ftp://unix.hensa.ac.uk/mirrors/ftp.replay.com/pub/crypto/disk/ \ ftp://ftp.tu-chemnitz.de/pub/linux/suse/4.4.1/unsorted/Crypto-Filesystem/ -MAINTAINER= jdp@polstra.com +MAINTAINER= green@FreeBSD.org ALL_TARGET= cfs MAN1= cattach.1 cdetach.1 cmkdir.1 cpasswd.1 cfssh.1 |