[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Nov 20 03:55:02 MST 2012


The branch, master has been updated
       via  1fb8f8c build(waf): fix a typo
      from  c5ad502 More for #9374 - Allow smb2.acls torture test to pass against smbd with a POSIX ACLs backend.

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


- Log -----------------------------------------------------------------
commit 1fb8f8c5046cd7d0638be0d8a4b9a0e9a5799f6b
Author: Christian Ambach <ambi at samba.org>
Date:   Tue Nov 20 09:49:46 2012 +0100

    build(waf): fix a typo
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Tue Nov 20 11:54:51 CET 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index 92dcd18..0344f9a 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -161,7 +161,7 @@ main() {
 main() {
         exit(flock(open("/dev/null", O_RDWR), LOCK_MAND|LOCK_READ) != 0);
 }''', 'HAVE_KERNEL_SHARE_MODES', addmain=False, execute=True,
-        msg="Checking for krenel share modes")
+        msg="Checking for kernel share modes")
 
     # check for DMAPI libs
     Logs.info("Checking for DMAPI library existence")


-- 
Samba Shared Repository


More information about the samba-cvs mailing list