summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-11-25 07:26:28 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-11-25 07:26:28 +0000
commit05c76a48a30232edebe232099d3e55ef908d4e49 (patch)
tree9010a58beaec494f0498afb0acea147c666dc472 /security
parentAdded some extra MASTER_SITES. Note, only one of them still has version 1.05 (diff)
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')
-rw-r--r--security/pidentd/Makefile4
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