[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Sat Jun 26 03:55:26 MDT 2010


The branch, master has been updated
       via  c7b52b2... s4:provision.py - fix comment regarding DNS entries
      from  50da834... s4:provision: add entries for root dns servers

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


- Log -----------------------------------------------------------------
commit c7b52b233e265dd7990dce0f6113aaee5b01ac4f
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Sat Jun 26 11:10:55 2010 +0200

    s4:provision.py - fix comment regarding DNS entries
    
    I think this should mean partially Samba4 specified (all beside the "dns"
    account is standard)

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

Summary of changes:
 source4/scripting/python/samba/provision.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py
index 84045da..14615d0 100644
--- a/source4/scripting/python/samba/provision.py
+++ b/source4/scripting/python/samba/provision.py
@@ -924,7 +924,7 @@ def setup_self_join(samdb, names,
               "RIDALLOCATIONEND": str(next_rid + 100 + 499),
               })
 
-    # This is Samba4 specific and should be replacted by the correct
+    # This is partially Samba4 specific and should be replaced by the correct
     # DNS AD-style setup
     setup_add_ldif(samdb, setup_path("provision_dns_add.ldif"), {
               "DNSDOMAIN": names.dnsdomain,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list