[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Thu Aug 2 19:57:02 MDT 2012


The branch, master has been updated
       via  8dde55c build: fix typo
      from  1e5098d s3-pysmbd: Add hook for get_nt_acl()

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


- Log -----------------------------------------------------------------
commit 8dde55c7fb55f3a03c222609d7340db8056c3365
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Fri Aug 3 10:00:56 2012 +1000

    build: fix typo
    
    Autobuild-User(master): Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date(master): Fri Aug  3 03:56:38 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/dynconfig/wscript b/dynconfig/wscript
index 2a60a2a..44e8f19 100755
--- a/dynconfig/wscript
+++ b/dynconfig/wscript
@@ -269,7 +269,7 @@ def set_options(opt):
 
     fhs_help  = "Use FHS-compliant paths (default no)\n"
     fhs_help += "You should consider using this together with:\n"
-    fhs_help += "--prefix=/usr --sysconfdir=/etc --locatestatedir=/var"
+    fhs_help += "--prefix=/usr --sysconfdir=/etc --localstatedir=/var"
     opt_group.add_option('--enable-fhs', help=fhs_help,
                    action="store_true", dest='ENABLE_FHS', default=False)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list