svn commit: samba r20911 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_24/source/nsswitch

jerry at samba.org jerry at samba.org
Fri Jan 19 18:13:53 GMT 2007


Author: jerry
Date: 2007-01-19 18:13:53 +0000 (Fri, 19 Jan 2007)
New Revision: 20911

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

Log:
Fix copyright message in winbindd to use the macro from smb.h


Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd.c
   branches/SAMBA_3_0_24/source/nsswitch/winbindd.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd.c	2007-01-19 17:06:59 UTC (rev 20910)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd.c	2007-01-19 18:13:53 UTC (rev 20911)
@@ -973,8 +973,9 @@
 	setup_logging("winbindd", log_stdout);
 	reopen_logs();
 
-	DEBUG(1, ("winbindd version %s started.\n", SAMBA_VERSION_STRING) );
-	DEBUGADD( 1, ( "Copyright The Samba Team 2000-2004\n" ) );
+	DEBUG(1, ("winbindd version %s started.\n%s\n", 
+		  SAMBA_VERSION_STRING, 
+		  COPYRIGHT_STARTUP_MESSAGE) );
 
 	if (!reload_services_file()) {
 		DEBUG(0, ("error opening config file\n"));

Modified: branches/SAMBA_3_0_24/source/nsswitch/winbindd.c
===================================================================
--- branches/SAMBA_3_0_24/source/nsswitch/winbindd.c	2007-01-19 17:06:59 UTC (rev 20910)
+++ branches/SAMBA_3_0_24/source/nsswitch/winbindd.c	2007-01-19 18:13:53 UTC (rev 20911)
@@ -960,8 +960,9 @@
 	setup_logging("winbindd", log_stdout);
 	reopen_logs();
 
-	DEBUG(1, ("winbindd version %s started.\n", SAMBA_VERSION_STRING) );
-	DEBUGADD( 1, ( "Copyright The Samba Team 2000-2004\n" ) );
+	DEBUG(1, ("winbindd version %s started.\n%s\n", 
+		  SAMBA_VERSION_STRING, 
+		  COPYRIGHT_STARTUP_MESSAGE) );
 
 	if (!reload_services_file()) {
 		DEBUG(0, ("error opening config file\n"));



More information about the samba-cvs mailing list