mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
update copyright to -2004
metze (This used to be commit 12d6bc3bd0684646e990c2fc6485fe1a92ac98fb)
This commit is contained in:
parent
56f4e9726c
commit
86450924a0
@ -662,7 +662,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-2003\n" ) );
|
||||
DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2004\n" ) );
|
||||
|
||||
if ( !reload_nmbd_services(False) )
|
||||
return(-1);
|
||||
|
@ -841,7 +841,7 @@ int main(int argc, char **argv)
|
||||
reopen_logs();
|
||||
|
||||
DEBUG(1, ("winbindd version %s started.\n", SAMBA_VERSION_STRING) );
|
||||
DEBUGADD( 1, ( "Copyright The Samba Team 2000-2003\n" ) );
|
||||
DEBUGADD( 1, ( "Copyright The Samba Team 2000-2004\n" ) );
|
||||
|
||||
if (!reload_services_file(False)) {
|
||||
DEBUG(0, ("error opening config file\n"));
|
||||
|
@ -745,7 +745,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-2003\n"));
|
||||
DEBUGADD(0,( "Copyright Andrew Tridgell and the Samba Team 1992-2004\n"));
|
||||
|
||||
DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
|
||||
(int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid()));
|
||||
|
@ -587,7 +587,7 @@ 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-2002\n"));
|
||||
DEBUGADD(1,( "Copyright Andrew Tridgell and the Samba Team 1992-2004\n"));
|
||||
|
||||
DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
|
||||
(int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user