From 4d05ee10377825cbec4e45de457211fb36949291 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 4 Feb 2003 21:34:40 +0000 Subject: [PATCH] Add tconsole directory git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@336 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/autoconf/configure.in | 1 + bacula/configure | 4 ++++ bacula/kernstodo | 4 +++- bacula/scripts/.cvsignore | 1 + bacula/src/jcr.h | 2 ++ 5 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 bacula/scripts/.cvsignore diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index d672c88fb2..099738940a 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1342,6 +1342,7 @@ AC_OUTPUT([autoconf/Make.common \ src/console/console.conf \ src/gnome-console/Makefile \ src/gnome-console/gnome-console.conf \ + src/tconsole/Makefile \ src/dird/Makefile \ src/dird/bacula-dir.conf \ src/lib/Makefile \ diff --git a/bacula/configure b/bacula/configure index 56d126a33c..1e4884a7d5 100755 --- a/bacula/configure +++ b/bacula/configure @@ -9520,12 +9520,14 @@ trap 'rm -fr `echo "autoconf/Make.common \ scripts/bacula \ scripts/fd \ scripts/Makefile \ + scripts/logrotate \ doc/Makefile \ src/Makefile \ src/console/Makefile \ src/console/console.conf \ src/gnome-console/Makefile \ src/gnome-console/gnome-console.conf \ + src/tconsole/Makefile \ src/dird/Makefile \ src/dird/bacula-dir.conf \ src/lib/Makefile \ @@ -9782,12 +9784,14 @@ CONFIG_FILES=\${CONFIG_FILES-"autoconf/Make.common \ scripts/bacula \ scripts/fd \ scripts/Makefile \ + scripts/logrotate \ doc/Makefile \ src/Makefile \ src/console/Makefile \ src/console/console.conf \ src/gnome-console/Makefile \ src/gnome-console/gnome-console.conf \ + src/tconsole/Makefile \ src/dird/Makefile \ src/dird/bacula-dir.conf \ src/lib/Makefile \ diff --git a/bacula/kernstodo b/bacula/kernstodo index c9290b4ef5..03b18a88f8 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -16,6 +16,9 @@ Testing to do: (painful) - multiple simultaneous Volumes For 1.30 release: +- Have SD compute MD5 or SHA1 and compare to what FD computes. +- Make VolumeToCatalog calculate an MD5 or SHA1 from the + actual data on the Volume and compare it. - Implement FileOptions (see end of this document) - Implement Bacula plugins -- design API - Make bcopy read through bad tape records. @@ -831,4 +834,3 @@ Done: (see kernsdone for more) - Fix restore of hard linked file. - Figure out how to allow multiple simultaneous file Volumes on a single device. - Cleanup db_update_media and db_update_pool - diff --git a/bacula/scripts/.cvsignore b/bacula/scripts/.cvsignore new file mode 100644 index 0000000000..492dd072b9 --- /dev/null +++ b/bacula/scripts/.cvsignore @@ -0,0 +1 @@ +logrotate diff --git a/bacula/src/jcr.h b/bacula/src/jcr.h index 7eb33aef14..47f8a0da9f 100644 --- a/bacula/src/jcr.h +++ b/bacula/src/jcr.h @@ -217,6 +217,8 @@ struct s_jcr { }; + + /* * Structure for all daemons that keeps some summary * info on the last job run. -- 2.39.5