]> git.sur5r.net Git - bacula/bacula/commitdiff
Misc
authorKern Sibbald <kern@sibbald.com>
Sat, 1 Mar 2003 13:55:53 +0000 (13:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 1 Mar 2003 13:55:53 +0000 (13:55 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@362 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/dird/bacula-dir.conf.in

index 1250fa5df4f9c3dcd530ce6ad0e270aec70795ab..88b592272e6200593e19dd1757459d34048a108c 100644 (file)
@@ -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.
+
index 976d48cadcd940f99b29d3d9746b026da894668a..e9c0b6ec4527695cc3bfeeb4757f77f6adfe7f3f 100644 (file)
@@ -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