diff options
author | dillo <dillo@pkgsrc.org> | 2005-05-31 11:24:32 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-05-31 11:24:32 +0000 |
commit | d6bfbe85829aea0114438e88656e5bbf748e39a7 (patch) | |
tree | 9fa6ca91820e60dd51d24475d2159189a4b2df85 /net/samba | |
parent | 6e68b06993127a08a66fd54d03bc6a7d7f55f491 (diff) | |
download | pkgsrc-d6bfbe85829aea0114438e88656e5bbf748e39a7.tar.gz |
Rename option PAM to pam (so all options are lower case). Backwards
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba/options.mk b/net/samba/options.mk index b27199b7237..2018ee42f25 100644 --- a/net/samba/options.mk +++ b/net/samba/options.mk @@ -1,15 +1,15 @@ -# $NetBSD: options.mk,v 1.5 2004/11/17 19:56:49 xtraeme Exp $ +# $NetBSD: options.mk,v 1.6 2005/05/31 11:24:32 dillo Exp $ # Global and legacy options PKG_OPTIONS_VAR= PKG_OPTIONS.samba -PKG_SUPPORTED_OPTIONS= PAM ads cups ldap ldap-compat +PKG_SUPPORTED_OPTIONS= pam ads cups ldap ldap-compat .include "../../mk/bsd.options.mk" ### ### Support PAM authentication and build smbpass and winbind PAM modules. ### -.if !empty(PKG_OPTIONS:MPAM) +.if !empty(PKG_OPTIONS:Mpam) . include "../../security/PAM/module.mk" CONFIGURE_ARGS+= --with-pam CONFIGURE_ARGS+= --with-pam_smbpass |