r10822: updating copyright info
authorGerald Carter <jerry@samba.org>
Fri, 7 Oct 2005 15:43:32 +0000 (15:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:04:55 +0000 (11:04 -0500)
(This used to be commit ef3845366bc883e735b2008243b7c05a403f42ca)

source3/include/smb.h
source3/nmbd/nmbd.c
source3/smbd/server.c
source3/wrepld/server.c

index 61d2237b2dd638ee28bbf1449097ae7e991dcda7..922864ecff14a8246b57a95e749dc529712ef124 100644 (file)
 #ifndef _SMB_H
 #define _SMB_H
 
+/* logged when starting the various Samba daemons */
+#define COPYRIGHT_STARTUP_MESSAGE      "Copyright Andrew Tridgell and the Samba Team 1992-2005"
+
+
 #if defined(LARGE_SMB_OFF_T)
 #define BUFFER_SIZE (128*1024)
 #else /* no large readwrite possible */
index fcaba03b3dbaad5ce42eb4c53e45018c27dab2a9..086878e221a1a818bec9a28c73260275713a4f09 100644 (file)
@@ -720,7 +720,7 @@ static BOOL open_sockets(BOOL isdaemon, int port)
        reopen_logs();
 
        DEBUG( 0, ( "Netbios nameserver version %s started.\n", SAMBA_VERSION_STRING) );
-       DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2004\n" ) );
+       DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) );
 
        if ( !reload_nmbd_services(False) )
                return(-1);
index 8310b408d07d74a5a466b4afca49a1968b136924..1bf9dbc374a67762c8594bc5da03e05fe1a49c33 100644 (file)
@@ -803,7 +803,7 @@ void build_options(BOOL screen);
        reopen_logs();
 
        DEBUG(0,( "smbd version %s started.\n", SAMBA_VERSION_STRING));
-       DEBUGADD(0,( "Copyright Andrew Tridgell and the Samba Team 1992-2004\n"));
+       DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) );
 
        DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
                 (int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid()));
index 59708dc8bac906a36ad64943ef5a1be7230942d1..5ac78a247452e5af967494b805c6175a52d95687 100644 (file)
@@ -590,8 +590,8 @@ static void process(void)
 
        reopen_logs();
 
-       DEBUG(1,( "wrepld version %s started.\n", SAMBA_VERSION_STRING));
-       DEBUGADD(1,( "Copyright Andrew Tridgell and the Samba Team 1992-2004\n"));
+       DEBUG(0,( "wrepld version %s started.\n", SAMBA_VERSION_STRING));
+       DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) );
 
        DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
                 (int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid()));