diff options
author | jlam <jlam@pkgsrc.org> | 2005-11-14 16:51:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-11-14 16:51:42 +0000 |
commit | 2a9266e585735f1e2d5483b7696f9271b1a31ff3 (patch) | |
tree | 6b35f47f5852d90e721a8194527b9fe43a8a9e45 /net | |
parent | b8c93f2e881469b01fb3be27bced11f2322299d9 (diff) | |
download | pkgsrc-2a9266e585735f1e2d5483b7696f9271b1a31ff3.tar.gz |
Other part of fix for the WINBINDD_RCD_SCRIPT problem in the samba rc.d
script.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba/options.mk b/net/samba/options.mk index 3ffff4d6bcd..fe39a95ee0e 100644 --- a/net/samba/options.mk +++ b/net/samba/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2005/11/14 08:05:27 jlam Exp $ +# $NetBSD: options.mk,v 1.10 2005/11/14 16:51:42 jlam Exp $ # Recommended package options for various setups: # @@ -189,6 +189,7 @@ samba-nss-wins-install: . endif .else CONFIGURE_ARGS+= --without-winbind +FILES_SUBST+= WINBINDD_RCD_SCRIPT= PLIST_SUBST+= WINBIND="@comment " PLIST_SUBST+= PAM_WINBIND="@comment no PAM winbind module" PLIST_SUBST+= NSS_WINBIND="@comment no NSS winbind module" |