From a3e89548daf99fec95cd521180b7851c26412c80 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 1 Mar 2003 13:55:53 +0000 Subject: [PATCH] Misc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@362 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kernstodo | 11 ++++++----- bacula/src/dird/bacula-dir.conf.in | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/bacula/kernstodo b/bacula/kernstodo index 1250fa5df4..88b592272e 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -1,5 +1,5 @@ Kern's ToDo List - 28 February 2003 + 01 March 2003 Documentation to do: (a little bit at a time) - Document running a test version. @@ -22,10 +22,7 @@ For 1.30 release: the last copy for 1 year. - Have Bacula "poll" the tape to see if it is there. - Add more of the config info to the tape label. -- Apparently cancel does not work for jobs waiting to be - scheduled. - Implement bar code reader for autochangers -- Pull a canceled job from the Scheduling queue. - Add a default File storage so that new users can do backup and restores right away. - Implement a Mount Command and an Unmount Command where @@ -42,7 +39,6 @@ For 1.30 release: to the user, who would then use "mount" as described above once he had actually inserted the disk. -- Implement TCP/IP connection for MySQL - Make some way so that if a machine is skipped because it is not up that Bacula will continue retrying for a specified period of time -- periodically. @@ -871,3 +867,8 @@ Done: (see kernsdone for more) - Flush all the daemon messages at the end of every job. - Change stat1= fgets()!=NULL to stat1=fgest()==NULL; in run_program -- bpipe.c +- Apparently cancel does not work for jobs waiting to be + scheduled. +- Implement TCP/IP connection for MySQL +- Pull a canceled job from the Scheduling queue. + diff --git a/bacula/src/dird/bacula-dir.conf.in b/bacula/src/dird/bacula-dir.conf.in index 976d48cadc..e9c0b6ec45 100644 --- a/bacula/src/dird/bacula-dir.conf.in +++ b/bacula/src/dird/bacula-dir.conf.in @@ -177,8 +177,8 @@ Catalog { # and to the console Messages { Name = Standard - mailcommand = "@sbindir@/smtp -h @smtp_host@ -f \"Bacula <%r>\" -s \"Bacula: %t %e of %c %l\" %r" - operatorcommand = "@sbindir@/smtp -h @smtp_host@ -f \"Bacula <%r>\" -s \"Bacula: Intervention needed for %j\" %r" + mailcommand = "@sbindir@/smtp -h @smtp_host@ -f \"\(Bacula\) %r\" -s \"Bacula: %t %e of %c %l\" %r" + operatorcommand = "@sbindir@/smtp -h @smtp_host@ -f \"\(Bacula\) %r\" -s \"Bacula: Intervention needed for %j\" %r" mail = @job_email@ = all, !skipped operator = @job_email@ = mount console = all, !skipped, !saved -- 2.39.5