From 05c76a48a30232edebe232099d3e55ef908d4e49 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 25 Nov 1996 07:26:28 +0000 Subject: aargh! how did this happen?? USE_DES is *not* supposed to be on by default, as it needs the secure dist to be installed... --- security/pidentd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') 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 -- cgit v1.2.3