mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r10822: updating copyright info
This commit is contained in:
parent
6c6bf6ca5f
commit
ef3845366b
@ -27,6 +27,10 @@
|
||||
#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 */
|
||||
|
@ -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);
|
||||
|
@ -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()));
|
||||
|
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user