[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Wed Oct 13 20:25:02 MDT 2010


The branch, master has been updated
       via  c41bb6e s4: show samba version in bin/samba -b
      from  8c21a45 s4:samldb LDB module - cosmetic fixups

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


- Log -----------------------------------------------------------------
commit c41bb6e846b61b92295887fcbfa670e3f5fbbb46
Author: Andrew Tridgell <tridge at samba.org>
Date:   Thu Oct 14 12:42:40 2010 +1100

    s4: show samba version in bin/samba -b
    
    Autobuild-User: Andrew Tridgell <tridge at samba.org>
    Autobuild-Date: Thu Oct 14 02:24:47 UTC 2010 on sn-devel-104

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

Summary of changes:
 source4/smbd/server.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/smbd/server.c b/source4/smbd/server.c
index 37fdd25..e8e2217 100644
--- a/source4/smbd/server.c
+++ b/source4/smbd/server.c
@@ -262,6 +262,7 @@ static void show_build(void)
 	};
 	int i;
 
+	printf("Samba version: %s\n", SAMBA_VERSION_STRING);
 	printf("Build environment:\n");
 #ifdef BUILD_SYSTEM
 	printf("   Build host:  %s\n", BUILD_SYSTEM);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list