git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4740
91ce42f0-d328-0410-95d8-
f526ca767f89
char *uid = NULL;
char *gid = NULL;
+ start_heap = sbrk(0);
setlocale(LC_ALL, "");
bindtextdomain("bacula", LOCALEDIR);
textdomain("bacula");
init_stack_dump();
- start_heap = sbrk(0);
my_name_is(argc, argv, "bacula-dir");
init_msg(NULL, NULL); /* initialize message handler */
init_reload();
General:
10May07
+kes If time diff between DIR and FD is more than 600 seconds convert
+ INFO message to WARNING.
kes Implement heap size display in status for all daemons.
kes Attempt to fix MySQL db open memory loss (not successfull).
kes Don't set SIGKILL and SIGSTOP neither can be trapped.