Sun Jun 11 05:26:45 2017 UTC ()
if winbindd is enabled, install rc.d script.


(dogcow)
diff -r1.4 -r1.5 pkgsrc/net/samba4/options.mk

cvs diff -r1.4 -r1.5 pkgsrc/net/samba4/options.mk (expand / switch to context diff)
--- pkgsrc/net/samba4/options.mk 2017/04/08 08:56:27 1.4
+++ pkgsrc/net/samba4/options.mk 2017/06/11 05:26:45 1.5
@@ -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 @@
 .if !empty(PKG_OPTIONS:Mwinbind)
 CONFIGURE_ARGS+=	--with-winbind
 PLIST.winbind=		yes
+WINBINDD_RCD_SCRIPT=	winbindd
 .else
 CONFIGURE_ARGS+=	--without-winbind
 .endif