diff --git a/configure b/configure index cb6f45b4d35..6529efed709 100755 --- a/configure +++ b/configure @@ -31791,7 +31791,8 @@ debian) platforms/debian/Makefile \ platforms/debian/bareos-fd \ platforms/debian/bareos-sd \ - platforms/debian/bareos-dir" + platforms/debian/bareos-dir \ + platforms/debian/set_dbconfig_vars.sh" ;; freebsd) VER=`echo $DISTVER | cut -c 1` @@ -31945,9 +31946,11 @@ ubuntu) PSCMD="ps -e -o pid,command" PFILES="${PFILES} \ platforms/ubuntu/Makefile \ - platforms/ubuntu/bareos-fd \ - platforms/ubuntu/bareos-sd \ - platforms/ubuntu/bareos-dir" + platforms/debian/Makefile \ + platforms/debian/bareos-fd \ + platforms/debian/bareos-sd \ + platforms/debian/bareos-dir \ + platforms/debian/set_dbconfig_vars.sh" ;; univention) TAPEDRIVE="/dev/nst0" @@ -31957,7 +31960,8 @@ univention) platforms/debian/Makefile \ platforms/debian/bareos-fd \ platforms/debian/bareos-sd \ - platforms/debian/bareos-dir" + platforms/debian/bareos-dir \ + platforms/debian/set_dbconfig_vars.sh" ;; unknown) TAPEDRIVE="/dev/nst0" @@ -32046,7 +32050,7 @@ if test "x${subsysdir}" = "x${sbindir}" ; then exit 1 fi -ac_config_files="$ac_config_files autoconf/Make.common Makefile manpages/Makefile debian/bareos-common.preinst debian/bareos-filedaemon.preinst debian/bareos-director.preinst debian/bareos-storage.preinst scripts/bareos-config scripts/bareos-config-lib.sh scripts/bareos-explorer scripts/btraceback scripts/bconsole scripts/bareos scripts/bareos-ctl-dir scripts/bareos-ctl-fd scripts/bareos-ctl-sd scripts/devel_bareos scripts/Makefile scripts/logrotate scripts/mtx-changer scripts/disk-changer scripts/logwatch/Makefile scripts/logwatch/logfile.bareos.conf scripts/bat.console_apps src/Makefile src/include/host.h src/console/Makefile src/console/bconsole.conf src/qt-tray-monitor/bareos-tray-monitor.desktop src/qt-tray-monitor/tray-monitor.conf src/qt-tray-monitor/tray-monitor.pro src/qt-console/bat.conf src/qt-console/bat.desktop src/qt-console/bat.pro src/qt-console/install_conf_file src/dird/Makefile src/dird/bareos-dir.conf src/lib/Makefile src/stored/Makefile src/stored/bareos-sd.conf src/filed/Makefile src/filed/bareos-fd.conf src/cats/Makefile src/cats/make_catalog_backup.pl src/cats/make_catalog_backup src/cats/delete_catalog_backup src/cats/create_bareos_database src/cats/update_bareos_tables src/cats/grant_bareos_privileges src/cats/make_bareos_tables src/cats/drop_bareos_tables src/cats/drop_bareos_database src/cats/install-default-backend src/findlib/Makefile src/lmdb/Makefile src/ndmp/Makefile src/tests/Makefile src/tools/Makefile src/plugins/filed/Makefile src/plugins/stored/Makefile src/plugins/dird/Makefile po/Makefile.in src/defaultconfigs/diskonly/bareos-sd.conf src/defaultconfigs/diskonly/bareos-dir.conf $PFILES" +ac_config_files="$ac_config_files autoconf/Make.common Makefile manpages/Makefile debian/bareos-common.preinst debian/bareos-database-common.config debian/bareos-database-common.postinst debian/bareos-filedaemon.preinst debian/bareos-director.preinst debian/bareos-storage.preinst scripts/bareos-config scripts/bareos-config-lib.sh scripts/bareos-explorer scripts/btraceback scripts/bconsole scripts/bareos scripts/bareos-ctl-dir scripts/bareos-ctl-fd scripts/bareos-ctl-sd scripts/devel_bareos scripts/Makefile scripts/logrotate scripts/mtx-changer scripts/disk-changer scripts/logwatch/Makefile scripts/logwatch/logfile.bareos.conf scripts/bat.console_apps src/Makefile src/include/host.h src/console/Makefile src/console/bconsole.conf src/qt-tray-monitor/bareos-tray-monitor.desktop src/qt-tray-monitor/tray-monitor.conf src/qt-tray-monitor/tray-monitor.pro src/qt-console/bat.conf src/qt-console/bat.desktop src/qt-console/bat.pro src/qt-console/install_conf_file src/dird/Makefile src/dird/bareos-dir.conf src/lib/Makefile src/stored/Makefile src/stored/bareos-sd.conf src/filed/Makefile src/filed/bareos-fd.conf src/cats/Makefile src/cats/make_catalog_backup.pl src/cats/make_catalog_backup src/cats/delete_catalog_backup src/cats/create_bareos_database src/cats/update_bareos_tables src/cats/grant_bareos_privileges src/cats/make_bareos_tables src/cats/drop_bareos_tables src/cats/drop_bareos_database src/cats/install-default-backend src/cats/ddl/versions.map src/findlib/Makefile src/lmdb/Makefile src/ndmp/Makefile src/tests/Makefile src/tools/Makefile src/plugins/filed/Makefile src/plugins/stored/Makefile src/plugins/dird/Makefile po/Makefile.in src/defaultconfigs/diskonly/bareos-sd.conf src/defaultconfigs/diskonly/bareos-dir.conf $PFILES" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -33137,6 +33141,8 @@ do "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "manpages/Makefile") CONFIG_FILES="$CONFIG_FILES manpages/Makefile" ;; "debian/bareos-common.preinst") CONFIG_FILES="$CONFIG_FILES debian/bareos-common.preinst" ;; + "debian/bareos-database-common.config") CONFIG_FILES="$CONFIG_FILES debian/bareos-database-common.config" ;; + "debian/bareos-database-common.postinst") CONFIG_FILES="$CONFIG_FILES debian/bareos-database-common.postinst" ;; "debian/bareos-filedaemon.preinst") CONFIG_FILES="$CONFIG_FILES debian/bareos-filedaemon.preinst" ;; "debian/bareos-director.preinst") CONFIG_FILES="$CONFIG_FILES debian/bareos-director.preinst" ;; "debian/bareos-storage.preinst") CONFIG_FILES="$CONFIG_FILES debian/bareos-storage.preinst" ;; @@ -33186,6 +33192,7 @@ do "src/cats/drop_bareos_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_bareos_tables" ;; "src/cats/drop_bareos_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_bareos_database" ;; "src/cats/install-default-backend") CONFIG_FILES="$CONFIG_FILES src/cats/install-default-backend" ;; + "src/cats/ddl/versions.map") CONFIG_FILES="$CONFIG_FILES src/cats/ddl/versions.map" ;; "src/findlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/findlib/Makefile" ;; "src/lmdb/Makefile") CONFIG_FILES="$CONFIG_FILES src/lmdb/Makefile" ;; "src/ndmp/Makefile") CONFIG_FILES="$CONFIG_FILES src/ndmp/Makefile" ;;