pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/samba4



Module Name:    pkgsrc
Committed By:   dogcow
Date:           Sun Jun 11 05:26:45 UTC 2017

Modified Files:
        pkgsrc/net/samba4: options.mk

Log Message:
if winbindd is enabled, install rc.d script.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/samba4/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/samba4/options.mk
diff -u pkgsrc/net/samba4/options.mk:1.4 pkgsrc/net/samba4/options.mk:1.5
--- pkgsrc/net/samba4/options.mk:1.4    Sat Apr  8 08:56:27 2017
+++ pkgsrc/net/samba4/options.mk        Sun Jun 11 05:26:45 2017
@@ -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



Home | Main Index | Thread Index | Old Index