summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordogcow <dogcow>2017-06-11 05:26:45 +0000
committerdogcow <dogcow>2017-06-11 05:26:45 +0000
commit4f23d725ad83f036106b7a4c5b6842dd5fd25275 (patch)
tree95257ce864a9c43beaa15b4c09cc8f170c12f973
parent39463fdec3e294c387b280e198af95dfa10e4a6e (diff)
downloadpkgsrc-4f23d725ad83f036106b7a4c5b6842dd5fd25275.tar.gz
if winbindd is enabled, install rc.d script.
-rw-r--r--net/samba4/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba4/options.mk b/net/samba4/options.mk
index 2798b9f7655..0b4057b0742 100644
--- a/net/samba4/options.mk
+++ b/net/samba4/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2017/04/08 08:56:27 ryoon Exp $
+# $NetBSD: options.mk,v 1.5 2017/06/11 05:26:45 dogcow Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.samba4
PKG_SUPPORTED_OPTIONS= ads fam ldap pam winbind # cups # cups option is broken for me.
@@ -96,6 +96,7 @@ PLIST_VARS+= winbind
.if !empty(PKG_OPTIONS:Mwinbind)
CONFIGURE_ARGS+= --with-winbind
PLIST.winbind= yes
+WINBINDD_RCD_SCRIPT= winbindd
.else
CONFIGURE_ARGS+= --without-winbind
.endif