From 454c5d2da83d741ff24c40d1ac7526ed6761c7d5 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 9 Nov 2004 09:42:49 +0000 Subject: [PATCH] - Add make copy-static-fd to makefile in CDROM file to copy existing static fd to CDROM rather than building it. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1676 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/autoconf/configure.in | 3 ++- bacula/configure | 3 ++- bacula/kernstodo | 16 +++++++++++----- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 7a275e5442..cd8ea4eff0 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1798,6 +1798,7 @@ AC_OUTPUT([autoconf/Make.common \ rescue/linux/Makefile \ rescue/linux/floppy/Makefile \ rescue/linux/cdrom/Makefile \ + rescue/linux/cdrom/bacula/Makefile \ rescue/freebsd/Makefile \ rescue/solaris/Makefile \ scripts/startmysql \ @@ -1819,7 +1820,7 @@ AC_OUTPUT([autoconf/Make.common \ scripts/bacula.desktop.gnome2.xsu \ scripts/gnome-console.console_apps \ scripts/mtx-changer \ - scripts/bacula-tray-monitor.desktop \ + scripts/bacula-tray-monitor.desktop \ doc/Makefile \ src/Makefile \ src/host.h \ diff --git a/bacula/configure b/bacula/configure index 91c67c525d..fc3f140b4f 100755 --- a/bacula/configure +++ b/bacula/configure @@ -19191,7 +19191,7 @@ if test "x${subsysdir}" = "x${sbindir}" ; then exit 1 fi - ac_config_files="$ac_config_files autoconf/Make.common Makefile rescue/Makefile rescue/linux/Makefile rescue/linux/floppy/Makefile rescue/linux/cdrom/Makefile rescue/freebsd/Makefile rescue/solaris/Makefile scripts/startmysql scripts/stopmysql scripts/btraceback scripts/startit scripts/stopit scripts/bconsole scripts/gconsole scripts/bacula scripts/devel_bacula scripts/Makefile scripts/logrotate scripts/bacula.desktop.gnome1 scripts/bacula.desktop.gnome2 scripts/bacula.desktop.gnome1.consolehelper scripts/bacula.desktop.gnome2.consolehelper scripts/bacula.desktop.gnome1.xsu scripts/bacula.desktop.gnome2.xsu scripts/gnome-console.console_apps scripts/mtx-changer scripts/bacula-tray-monitor.desktop doc/Makefile src/Makefile src/host.h src/console/Makefile src/console/bconsole.conf src/gnome-console/Makefile src/gnome-console/gnome-console.conf src/gnome2-console/Makefile src/gnome2-console/gnome-console.conf src/wx-console/Makefile src/wx-console/wx-console.conf src/tray-monitor/Makefile src/tray-monitor/tray-monitor.conf src/dird/Makefile src/dird/bacula-dir.conf src/lib/Makefile src/stored/Makefile src/stored/bacula-sd.conf src/filed/Makefile src/filed/bacula-fd.conf src/filed/win32/Makefile src/cats/Makefile src/cats/make_catalog_backup src/cats/delete_catalog_backup src/cats/create_postgresql_database src/cats/update_postgresql_tables src/cats/make_postgresql_tables src/cats/grant_postgresql_privileges src/cats/drop_postgresql_tables src/cats/drop_postgresql_database src/cats/create_mysql_database src/cats/update_mysql_tables src/cats/make_mysql_tables src/cats/grant_mysql_privileges src/cats/drop_mysql_tables src/cats/drop_mysql_database src/cats/create_sqlite_database src/cats/update_sqlite_tables src/cats/make_sqlite_tables src/cats/grant_sqlite_privileges src/cats/drop_sqlite_tables src/cats/drop_sqlite_database src/cats/sqlite src/cats/mysql src/cats/create_bdb_database src/cats/update_bdb_tables src/cats/make_bdb_tables src/cats/grant_bdb_privileges src/cats/drop_bdb_tables src/cats/drop_bdb_database src/cats/create_bacula_database src/cats/update_bacula_tables src/cats/grant_bacula_privileges src/cats/make_bacula_tables src/cats/drop_bacula_tables src/cats/drop_bacula_database src/findlib/Makefile src/tools/Makefile src/win32/winbacula.nsi src/win32/baculafd/bacula-fd.conf src/win32/Makefile src/win32/console/bconsole.conf src/win32/wx-console/wx-console.conf $PFILES" + ac_config_files="$ac_config_files autoconf/Make.common Makefile rescue/Makefile rescue/linux/Makefile rescue/linux/floppy/Makefile rescue/linux/cdrom/Makefile rescue/linux/cdrom/bacula/Makefile rescue/freebsd/Makefile rescue/solaris/Makefile scripts/startmysql scripts/stopmysql scripts/btraceback scripts/startit scripts/stopit scripts/bconsole scripts/gconsole scripts/bacula scripts/devel_bacula scripts/Makefile scripts/logrotate scripts/bacula.desktop.gnome1 scripts/bacula.desktop.gnome2 scripts/bacula.desktop.gnome1.consolehelper scripts/bacula.desktop.gnome2.consolehelper scripts/bacula.desktop.gnome1.xsu scripts/bacula.desktop.gnome2.xsu scripts/gnome-console.console_apps scripts/mtx-changer scripts/bacula-tray-monitor.desktop doc/Makefile src/Makefile src/host.h src/console/Makefile src/console/bconsole.conf src/gnome-console/Makefile src/gnome-console/gnome-console.conf src/gnome2-console/Makefile src/gnome2-console/gnome-console.conf src/wx-console/Makefile src/wx-console/wx-console.conf src/tray-monitor/Makefile src/tray-monitor/tray-monitor.conf src/dird/Makefile src/dird/bacula-dir.conf src/lib/Makefile src/stored/Makefile src/stored/bacula-sd.conf src/filed/Makefile src/filed/bacula-fd.conf src/filed/win32/Makefile src/cats/Makefile src/cats/make_catalog_backup src/cats/delete_catalog_backup src/cats/create_postgresql_database src/cats/update_postgresql_tables src/cats/make_postgresql_tables src/cats/grant_postgresql_privileges src/cats/drop_postgresql_tables src/cats/drop_postgresql_database src/cats/create_mysql_database src/cats/update_mysql_tables src/cats/make_mysql_tables src/cats/grant_mysql_privileges src/cats/drop_mysql_tables src/cats/drop_mysql_database src/cats/create_sqlite_database src/cats/update_sqlite_tables src/cats/make_sqlite_tables src/cats/grant_sqlite_privileges src/cats/drop_sqlite_tables src/cats/drop_sqlite_database src/cats/sqlite src/cats/mysql src/cats/create_bdb_database src/cats/update_bdb_tables src/cats/make_bdb_tables src/cats/grant_bdb_privileges src/cats/drop_bdb_tables src/cats/drop_bdb_database src/cats/create_bacula_database src/cats/update_bacula_tables src/cats/grant_bacula_privileges src/cats/make_bacula_tables src/cats/drop_bacula_tables src/cats/drop_bacula_database src/findlib/Makefile src/tools/Makefile src/win32/winbacula.nsi src/win32/baculafd/bacula-fd.conf src/win32/Makefile src/win32/console/bconsole.conf src/win32/wx-console/wx-console.conf $PFILES" ac_config_commands="$ac_config_commands default" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -19726,6 +19726,7 @@ do "rescue/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES rescue/linux/Makefile" ;; "rescue/linux/floppy/Makefile" ) CONFIG_FILES="$CONFIG_FILES rescue/linux/floppy/Makefile" ;; "rescue/linux/cdrom/Makefile" ) CONFIG_FILES="$CONFIG_FILES rescue/linux/cdrom/Makefile" ;; + "rescue/linux/cdrom/bacula/Makefile" ) CONFIG_FILES="$CONFIG_FILES rescue/linux/cdrom/bacula/Makefile" ;; "rescue/freebsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES rescue/freebsd/Makefile" ;; "rescue/solaris/Makefile" ) CONFIG_FILES="$CONFIG_FILES rescue/solaris/Makefile" ;; "scripts/startmysql" ) CONFIG_FILES="$CONFIG_FILES scripts/startmysql" ;; diff --git a/bacula/kernstodo b/bacula/kernstodo index 63abca7d47..8d348f2d00 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -10,11 +10,16 @@ Communication encryption Meno Abels Version 1.37 Kern (see below) ======================================================== +For 1.36.1: +- Fix CDROM make script to permit picking up already installed + static FD. +- Add dump of VolSessionId/Time and FileIndex with bls. +- Add date/time to each Jmsg. + 1.37 Items: -- Make bls list files but with VolID, VolTime, FileIndex +- Implement VolReadTime and VolWriteTime in SD - Modify Backing up Your Database to include a bootstrap file. - Add restore of specific JobId to regression. -- Add date/time to each Jmsg. - Think about making certain database errors fatal. - Look at correcting the time jump in the sceduler for daylight savings time changes. @@ -24,8 +29,8 @@ Version 1.37 Kern (see below) even after Files are pruned. - Document that Bootstrap files can be written with cataloging turned off. -- Add dump of VolSessionId/Time and FileIndex with bls. -- Look at adding full Volume and Pool information to a Volume. +- Look at adding full Volume and Pool information to a Volume + label so that bscan can get *all* the info. - Promote to Full = Time period - Scratch Pool where the volumes can be re-assigned to any Pool. - Update StartTime if job held in Job Queue. @@ -43,7 +48,6 @@ Version 1.37 Kern (see below) - Add IPv6 to regression - Perhaps add read/write programs and/or plugins to FileSets. - How to handle backing up portables ... -- Add "Rerun failed levels = yes/no" to Job resource. - Add some sort of guaranteed Interval for upgrading jobs. - Can we write the state file after every job terminates? On Win32 the system crashes and the state file is not updated. @@ -975,3 +979,5 @@ Block Position: 0 === Done +- Add "Rerun failed levels = yes/no" to Job resource. + -- 2.39.5