reopen_logs();
- DEBUG(0, ("%s version %s started.\n",
+ DBG_STARTUP_NOTICE("%s version %s started.\n"
+ COPYRIGHT_STARTUP_MESSAGE "\n",
progname,
- samba_version_string()));
- DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
+ samba_version_string());
(void)winbind_off();
ok = init_guest_session_info(frame);
reopen_logs();
- DEBUG(0, ("%s version %s started.\n",
- progname,
- samba_version_string()));
- DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
+ DBG_STARTUP_NOTICE("%s version %s started.\n"
+ COPYRIGHT_STARTUP_MESSAGE "\n",
+ progname,
+ samba_version_string());
msg_ctx = global_messaging_context();
if (msg_ctx == NULL) {
reopen_logs();
- DEBUG(0,("smbd version %s started.\n", samba_version_string()));
- DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
+ DBG_STARTUP_NOTICE("smbd version %s started.\n"
+ COPYRIGHT_STARTUP_MESSAGE "\n",
+ samba_version_string());
DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
(int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid()));
reopen_logs();
- DEBUG(0,("winbindd version %s started.\n", samba_version_string()));
- DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
+ DBG_STARTUP_NOTICE("winbindd version %s started.\n"
+ COPYRIGHT_STARTUP_MESSAGE "\n",
+ samba_version_string());
/* After parsing the configuration file we setup the core path one more time
* as the log file might have been set in the configuration and cores's
so set our umask to 0 */
umask(0);
- DEBUG(0,("%s version %s started.\n",
+ DBG_STARTUP_NOTICE("%s version %s started.\n"
+ COPYRIGHT_STARTUP_MESSAGE "\n",
binary_name,
- SAMBA_VERSION_STRING));
- DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team"
- " 1992-2023\n"));
+ SAMBA_VERSION_STRING);
if (sizeof(uint16_t) < 2 ||
sizeof(uint32_t) < 4 ||