mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
start smbd, nmbd and winbindd with the same startup message
at debug level 0. metze
This commit is contained in:
parent
bda8c0bf57
commit
95f76ae7a5
@ -812,8 +812,8 @@ static bool open_sockets(bool isdaemon, int port)
|
||||
|
||||
reopen_logs();
|
||||
|
||||
DEBUG( 0, ( "Netbios nameserver version %s started.\n", SAMBA_VERSION_STRING) );
|
||||
DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) );
|
||||
DEBUG(0,("nmbd version %s started.\n", SAMBA_VERSION_STRING));
|
||||
DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
|
||||
|
||||
if ( !reload_nmbd_services(False) )
|
||||
return(-1);
|
||||
|
@ -1057,8 +1057,8 @@ extern void build_options(bool screen);
|
||||
|
||||
reopen_logs();
|
||||
|
||||
DEBUG(0,( "smbd version %s started.\n", SAMBA_VERSION_STRING));
|
||||
DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) );
|
||||
DEBUG(0,("smbd 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()));
|
||||
|
@ -1091,9 +1091,8 @@ int main(int argc, char **argv, char **envp)
|
||||
setup_logging("winbindd", log_stdout);
|
||||
reopen_logs();
|
||||
|
||||
DEBUG(1, ("winbindd version %s started.\n%s\n",
|
||||
SAMBA_VERSION_STRING,
|
||||
COPYRIGHT_STARTUP_MESSAGE) );
|
||||
DEBUG(0,("winbindd version %s started.\n", SAMBA_VERSION_STRING));
|
||||
DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
|
||||
|
||||
if (!reload_services_file()) {
|
||||
DEBUG(0, ("error opening config file\n"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user