pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/PAM Document libcrack build option.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2ad406a0e34c
branches: trunk
changeset: 479102:2ad406a0e34c
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Aug 05 02:42:12 2004 +0000
description:
Document libcrack build option.
diffstat:
security/PAM/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 3a600a8b4c3c -r 2ad406a0e34c security/PAM/Makefile
--- a/security/PAM/Makefile Thu Aug 05 02:31:24 2004 +0000
+++ b/security/PAM/Makefile Thu Aug 05 02:42:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/07/30 21:05:41 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2004/08/05 02:42:12 jlam Exp $
#
DISTNAME= Linux-PAM-0.77
@@ -51,6 +51,9 @@
PKG_SUPPORTED_OPTIONS= libcrack
.include "../../mk/bsd.options.mk"
+###
+### Support using libcrack to protect against weak passwords.
+###
.if !empty(PKG_OPTIONS:Mlibcrack)
. include "../../security/libcrack/buildlink3.mk"
CONFIGURE_ARGS+= --with-libcrack
Home |
Main Index |
Thread Index |
Old Index