diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1994-11-10 05:53:43 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1994-11-10 05:53:43 +0000 |
commit | 5c39c973f55746a66719b33a507ea3867103fc51 (patch) | |
tree | c300cdace0d9dcac0d59ec07f93ca0e0c2882eba /security | |
parent | When we changed the cookies to be ${WRKDIR} relative, it broke this guy. (diff) |
Update to use 2.4 alpha 7
Notes
Notes:
svn path=/head/; revision=350
Diffstat (limited to 'security')
-rw-r--r-- | security/pidentd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index cdfc4eaf41dd..3518e6a1283e 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -2,11 +2,12 @@ # Version required: 2.4 alpha 4 # Date created: 19 Oct 1994 # Whom: torstenb +# Updated to use 2.4 alpha 7 by gpalmer # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1994/10/23 01:27:55 torstenb Exp $ # -DISTNAME= pidentd-2.4alpha.4 +DISTNAME= pidentd-2.4alpha.7 MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ pre-install: |