diff options
author | peter <peter@FreeBSD.org> | 1996-11-25 15:26:28 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-11-25 15:26:28 +0800 |
commit | c6982fe0c5e32a210d912d50471ce28fa7611c05 (patch) | |
tree | 3496e82d74c53b73536edb2973fe32d103716142 /security/pidentd | |
parent | 08a8fc47716660a5f013f948c03e326e87c6d4b2 (diff) | |
download | freebsd-ports-gnome-c6982fe0c5e32a210d912d50471ce28fa7611c05.tar.gz freebsd-ports-gnome-c6982fe0c5e32a210d912d50471ce28fa7611c05.tar.zst freebsd-ports-gnome-c6982fe0c5e32a210d912d50471ce28fa7611c05.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...
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 |