[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Tue May 3 02:43:03 UTC 2016


The branch, master has been updated
       via  685e813 Add build option for default smbpasswd location
      from  84a13e7 ctdb/ltdbtool: Fix static declarations

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 685e813c45436046a18eb3b8895da5846bd2a0dc
Author: Ivo De Decker <ivo.dedecker at ugent.be>
Date:   Tue Apr 26 21:35:57 2016 +0200

    Add build option for default smbpasswd location
    
    Signed-off-by: Ivo De Decker <ivo.dedecker at ugent.be>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Tue May  3 04:42:24 CEST 2016 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 dynconfig/wscript | 2 ++
 1 file changed, 2 insertions(+)


Changeset truncated at 500 lines:

diff --git a/dynconfig/wscript b/dynconfig/wscript
index dba74f6..2d17e7c 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,
     },
 }


-- 
Samba Shared Repository



More information about the samba-cvs mailing list