[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Wed Nov 21 17:38:02 MST 2012


The branch, master has been updated
       via  831a9f8 s4/web_server: Fix typo in URL.
      from  d6983f4 s3:smbd/aio do not mark file modified during reads

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


- Log -----------------------------------------------------------------
commit 831a9f8f6dc7057855b75128bf14ed9d4a03ab26
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Nov 21 22:56:57 2012 +0000

    s4/web_server: Fix typo in URL.
    
    Autobuild-User(master): Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date(master): Thu Nov 22 01:37:02 CET 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source4/scripting/python/samba/web_server/__init__.py b/source4/scripting/python/samba/web_server/__init__.py
index c439240..ed3c7de 100644
--- a/source4/scripting/python/samba/web_server/__init__.py
+++ b/source4/scripting/python/samba/web_server/__init__.py
@@ -35,7 +35,7 @@ def render_placeholder(environ, start_response):
     yield "<p>Welcome to this Samba web server.</p>\n"
     yield "<p>This page is a simple placeholder. You probably want to install "
     yield "SWAT. More information can be found "
-    yield "<a href='http://wiki.samba.org/index.php/SWAT'>on the wiki</a>.</p>"
+    yield "<a href='http://wiki.samba.org/index.php/SWAT2'>on the wiki</a>.</p>"
     yield "</p>\n"
     yield "</body>\n"
     yield "</html>\n"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list