diff options
author | wiz <wiz@pkgsrc.org> | 2005-08-01 10:55:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-08-01 10:55:18 +0000 |
commit | 09404e9f06ffb2c25ba6d4830c09af655fef0415 (patch) | |
tree | d4f63cd69306f8d7886b89a34ba45073e50d6c64 /mk/defaults | |
parent | 939409ef2cff9c8d3e5fd80e442c7c41e4d59962 (diff) | |
download | pkgsrc-09404e9f06ffb2c25ba6d4830c09af655fef0415.tar.gz |
USE_PAM is dead, remove comment about it.
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/mk.conf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 5fa7356d2d1..dcd099965b6 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.70 2005/07/21 13:11:42 dillo Exp $ +# $NetBSD: mk.conf,v 1.71 2005/08/01 10:55:18 wiz Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -1846,11 +1846,6 @@ USE_OPENLDAP?= NO # Possible: defined, not defined # Default: not defined -#USE_PAM= -# Used to specify optional support for PAM authentication -# Possible: defined, not defined -# Default: not defined - #USE_SASL=YES # Used to specify optional support for SASL authentication # Possible: YES, not defined |