svn commit: samba r12661 - in branches/SAMBA_4_0/source/smbd: .

metze at samba.org metze at samba.org
Sun Jan 1 18:03:14 GMT 2006


Author: metze
Date: 2006-01-01 18:03:14 +0000 (Sun, 01 Jan 2006)
New Revision: 12661

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12661

Log:
Happy New Year!

metze
Modified:
   branches/SAMBA_4_0/source/smbd/server.c


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/server.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/server.c	2006-01-01 18:02:50 UTC (rev 12660)
+++ branches/SAMBA_4_0/source/smbd/server.c	2006-01-01 18:03:14 UTC (rev 12661)
@@ -191,7 +191,7 @@
 	umask(0);
 
 	DEBUG(0,("%s version %s started.\n", binary_name, SAMBA_VERSION_STRING));
-	DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2005\n"));
+	DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2006\n"));
 
 	if (sizeof(uint16_t) < 2 || sizeof(uint32_t) < 4 || sizeof(uint64_t) < 8) {
 		DEBUG(0,("ERROR: Samba is not configured correctly for the word size on your machine\n"));



More information about the samba-cvs mailing list