pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba4 if winbindd is enabled, install rc.d script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6fcf88ecb89
branches:  trunk
changeset: 363521:b6fcf88ecb89
user:      dogcow <dogcow%pkgsrc.org@localhost>
date:      Sun Jun 11 05:26:45 2017 +0000

description:
if winbindd is enabled, install rc.d script.

diffstat:

 net/samba4/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 86c89092c6f5 -r b6fcf88ecb89 net/samba4/options.mk
--- a/net/samba4/options.mk     Sun Jun 11 04:41:52 2017 +0000
+++ b/net/samba4/options.mk     Sun Jun 11 05:26:45 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index