git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@441
91ce42f0-d328-0410-95d8-
f526ca767f89
- Document logrotate
- Document default file backup
+- Document . command
Testing to do: (painful)
- that ALL console command line options work and are always implemented
- multiple simultaneous Volumes
For 1.30 release:
+- Do not ignore SIGCHLD
- Fix Bare Metal restore problem.
- Fix "access not allowed" for backup of files on WinXP.
- Document new transparent Console commands and wait command.
bopen(ofd, ofile, O_RDWR|O_BINARY, 0); /* attempt to open the file */
}
- if (is_open(ofd)) {
+ if (is_bopen(ofd)) {
Dmsg1(100, "SetFileTime %s\n", ofile);
stat = SetFileTime(get_osfhandle(ofd->fid),
&atts.ftCreationTime,
if (already_dead) {
_exit(1);
}
+ if (sig == SIGCHLD) { /* Ignore sigchld */
+ return;
+ }
already_dead = sig;
if (sig == SIGTERM) {
Emsg1(M_TERM, -1, "Shutting down Bacula service: %s ...\n", my_name);