diff options
author | dogcow <dogcow@pkgsrc.org> | 2017-06-11 05:26:45 +0000 |
---|---|---|
committer | dogcow <dogcow@pkgsrc.org> | 2017-06-11 05:26:45 +0000 |
commit | 64259be786ef7d4e9deb499ac0eb2d9dfaebf00d (patch) | |
tree | 521bfb12ba2bf04fc3a7568c4a066b4d81bd2994 /net/samba4 | |
parent | 8803ced9606721a1fc7450fefbf5f173209f7fd9 (diff) | |
download | pkgsrc-64259be786ef7d4e9deb499ac0eb2d9dfaebf00d.tar.gz |
if winbindd is enabled, install rc.d script.
Diffstat (limited to 'net/samba4')
-rw-r--r-- | net/samba4/options.mk | 3 |
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 |