summaryrefslogtreecommitdiff
path: root/dynconfig
diff options
context:
space:
mode:
authorIvo De Decker <ivo.dedecker@ugent.be>2016-04-26 21:35:57 +0200
committerJeremy Allison <jra@samba.org>2016-05-03 04:42:24 +0200
commit685e813c45436046a18eb3b8895da5846bd2a0dc (patch)
tree935b4cf75d36cfe87a67a4b9815cc34d7ec9d7a2 /dynconfig
parent84a13e70a61ae0b1207805bb08b34b0fb32e5248 (diff)
downloadsamba-685e813c45436046a18eb3b8895da5846bd2a0dc.tar.gz
Add build option for default smbpasswd location
Signed-off-by: Ivo De Decker <ivo.dedecker@ugent.be> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue May 3 04:42:24 CEST 2016 on sn-devel-144
Diffstat (limited to 'dynconfig')
-rwxr-xr-xdynconfig/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/dynconfig/wscript b/dynconfig/wscript
index dba74f671dc..2d17e7c3c67 100755
--- a/dynconfig/wscript
+++ b/dynconfig/wscript
@@ -254,6 +254,8 @@ dynconfig = {
'SMB_PASSWD_FILE' : {
'STD-PATH': '${PRIVATE_DIR}/smbpasswd',
'FHS-PATH': '${PRIVATE_DIR}/smbpasswd',
+ 'OPTION': '--with-smbpasswd-file',
+ 'HELPTEXT': 'Where to put the smbpasswd file',
'DELAY': True,
},
}