summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam>2005-11-14 16:51:42 +0000
committerjlam <jlam>2005-11-14 16:51:42 +0000
commitd23e372f79a422cb38cfdfc7eb6c65e3fc55a9f5 (patch)
tree6b35f47f5852d90e721a8194527b9fe43a8a9e45 /net
parent8f30f1370b7a7d50a2ce6313b1c598a075bb12d8 (diff)
downloadpkgsrc-d23e372f79a422cb38cfdfc7eb6c65e3fc55a9f5.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.mk3
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"