diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-11-25 07:26:28 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-11-25 07:26:28 +0000 |
commit | 05c76a48a30232edebe232099d3e55ef908d4e49 (patch) | |
tree | 9010a58beaec494f0498afb0acea147c666dc472 /security/pidentd | |
parent | 130b7d8a2438ede6d14ab2c46137a4c909690515 (diff) | |
download | ports-05c76a48a30232edebe232099d3e55ef908d4e49.tar.gz ports-05c76a48a30232edebe232099d3e55ef908d4e49.zip |
aargh! how did this happen?? USE_DES is *not* supposed to be on by
default, as it needs the secure dist to be installed...
Notes
Notes:
svn path=/head/; revision=4658
Diffstat (limited to 'security/pidentd')
-rw-r--r-- | security/pidentd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 75d2cb675c7f..aac5cbe8b60a 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.18 1996/11/15 12:53:24 peter Exp $ +# $Id: Makefile,v 1.19 1996/11/17 07:58:05 obrien Exp $ # DISTNAME= pidentd-2.7.2 @@ -20,7 +20,7 @@ MAN8= identd.8 idecrypt.8 # Uncomment to activate the use of verifiable "cookies". The idea is to be # able to detect fake "logs" intended to get your innocent users in trouble. # Naturally, since it uses libdes, you must have the "secure" dist installed. -USE_DES= true +# USE_DES= true .if defined(USE_DES) ADD_GDEFS= -DINCLUDE_CRYPT |