diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-10-06 21:10:25 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-10-06 21:10:25 +0000 |
commit | 6beb2d40d1443edba7341008cc5615a72b78c2a4 (patch) | |
tree | 32179bb72e13275dbfcb9b8629a36b1b662bd04b /app-backup/bacula/files | |
parent | Remove pic USEflag, and build c-client with -fPIC unconditionally. Closes bug... (diff) | |
download | gentoo-2-6beb2d40d1443edba7341008cc5615a72b78c2a4.tar.gz gentoo-2-6beb2d40d1443edba7341008cc5615a72b78c2a4.tar.bz2 gentoo-2-6beb2d40d1443edba7341008cc5615a72b78c2a4.zip |
randpass insecure file creation - bug #104986. Old version cleanout.
(Portage version: 2.0.53_rc3)
Diffstat (limited to 'app-backup/bacula/files')
-rw-r--r-- | app-backup/bacula/files/bacula-1.36.2-cdrecord-configure.patch | 19 | ||||
-rw-r--r-- | app-backup/bacula/files/bacula-1.36.2-nocdrecord.patch | 125 | ||||
-rw-r--r-- | app-backup/bacula/files/bacula-1.36.3-init-depends.patch | 57 | ||||
-rw-r--r-- | app-backup/bacula/files/bacula-1.36.3-rescue-makefile.patch | 46 | ||||
-rw-r--r-- | app-backup/bacula/files/bacula-3.6.0-configure.diff | 19 | ||||
-rw-r--r-- | app-backup/bacula/files/bacula-init2 | 93 | ||||
-rw-r--r-- | app-backup/bacula/files/digest-bacula-1.34.5 | 1 | ||||
-rw-r--r-- | app-backup/bacula/files/digest-bacula-1.34.6 | 1 | ||||
-rw-r--r-- | app-backup/bacula/files/digest-bacula-1.36.0 | 1 | ||||
-rw-r--r-- | app-backup/bacula/files/digest-bacula-1.36.3-r1 | 1 | ||||
-rw-r--r-- | app-backup/bacula/files/digest-bacula-1.36.3-r2 (renamed from app-backup/bacula/files/digest-bacula-1.36.3) | 0 | ||||
-rw-r--r-- | app-backup/bacula/files/randpass-1.37.40 | 26 |
12 files changed, 26 insertions, 363 deletions
diff --git a/app-backup/bacula/files/bacula-1.36.2-cdrecord-configure.patch b/app-backup/bacula/files/bacula-1.36.2-cdrecord-configure.patch deleted file mode 100644 index bd29540cb40a..000000000000 --- a/app-backup/bacula/files/bacula-1.36.2-cdrecord-configure.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -uNr bacula-1.36.2/configure bacula-1.36.2-fixed/configure
---- bacula-1.36.2/configure 2005-02-25 04:46:49.000000000 -0500
-+++ bacula-1.36.2-fixed/configure 2005-03-06 10:11:23.905848861 -0500
-@@ -7301,15 +7301,6 @@
- # get scsibus,target,lun
- # -------------------------------------------
- CDSTL="3,0,0"
--if test ! x$CDRECORD = x ; then
-- CDSTL=`${CDRECORD} -scanbus 2>/dev/null | grep CD-RW | ${AWK} '{print $1}'`
-- if test x${CDSTL} = x ; then
-- CDSTL=`${CDRECORD} -scanbus 2>/dev/null | grep CD+RW | ${AWK} '{print $1}'`
-- fi
-- if test x${CDSTL} = x ; then
-- CDSTL="3,0,0"
-- fi
--fi
-
-
-
diff --git a/app-backup/bacula/files/bacula-1.36.2-nocdrecord.patch b/app-backup/bacula/files/bacula-1.36.2-nocdrecord.patch deleted file mode 100644 index 95842c1955d3..000000000000 --- a/app-backup/bacula/files/bacula-1.36.2-nocdrecord.patch +++ /dev/null @@ -1,125 +0,0 @@ -diff -uNr bacula-1.36.2-original/autoconf/configure.in bacula-1.36.2-nocdrecord/autoconf/configure.in ---- bacula-1.36.2-original/autoconf/configure.in 2005-02-25 04:47:03.000000000 -0500 -+++ bacula-1.36.2-nocdrecord/autoconf/configure.in 2005-03-05 23:46:28.000000000 -0500 -@@ -63,7 +63,6 @@ - AC_PATH_PROG(MTX, mtx, mtx) - AC_PATH_PROG(PKGCONFIG, pkg-config, pkg-config) - AC_PATH_PROG(WXCONFIG, wx-config, wx-config) --AC_PATH_PROG(CDRECORD, cdrecord, cdrecord) - AC_PATH_PROG(PIDOF, pidof, pidof) - AC_PROG_AWK - # Some AWK programs fail, so test it and warn the user -@@ -521,23 +520,6 @@ - # End of readline/conio stuff - # ----------------------------------------------------------------------- - --# ------------------------------------------- --# check for cdrecord writer location --# get scsibus,target,lun --# ------------------------------------------- --CDSTL="3,0,0" --if test ! x$CDRECORD = x ; then -- CDSTL=`${CDRECORD} -scanbus 2>/dev/null | grep CD-RW | ${AWK} '{print $1}'` -- if test x${CDSTL} = x ; then -- CDSTL=`${CDRECORD} -scanbus 2>/dev/null | grep CD+RW | ${AWK} '{print $1}'` -- fi -- if test x${CDSTL} = x ; then -- CDSTL="3,0,0" -- fi --fi --AC_SUBST(CDSTL) -- -- - # --------------------------------------------------- - # Check for GMP support/directory - # --------------------------------------------------- -diff -uNr bacula-1.36.2-original/configure bacula-1.36.2-nocdrecord/configure ---- bacula-1.36.2-original/configure 2005-02-25 04:46:49.000000000 -0500 -+++ bacula-1.36.2-nocdrecord/configure 2005-03-05 23:42:12.000000000 -0500 -@@ -309,7 +309,7 @@ - # include <unistd.h> - #endif" - --ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS BUILD_DIR TRUEPRG FALSEPRG VERSION DATE LSMDATE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB MV RM CP SED ECHO CMP TBL AR OPENSSL MTX PKGCONFIG WXCONFIG CDRECORD PIDOF AWK ARFLAGS MAKE_SHELL LOCAL_LIBS LOCAL_CFLAGS LOCAL_LDFLAGS LOCAL_DEFS build build_cpu build_vendor build_os host host_cpu host_vendor host_os HAVE_SUN_OS_TRUE HAVE_SUN_OS_FALSE HAVE_OSF1_OS_TRUE HAVE_OSF1_OS_FALSE HAVE_AIX_OS_TRUE HAVE_AIX_OS_FALSE HAVE_HPUX_OS_TRUE HAVE_HPUX_OS_FALSE HAVE_LINUX_OS_TRUE HAVE_LINUX_OS_FALSE HAVE_FREEBSD_OS_TRUE HAVE_FREEBSD_OS_FALSE HAVE_NETBSD_OS_TRUE HAVE_NETBSD_OS_FALSE HAVE_OPENBSD_OS_TRUE HAVE_OPENBSD_OS_FALSE HAVE_BSDI_OS_TRUE HAVE_BSDI_OS_FALSE HAVE_SGI_OS_TRUE HAVE_SGI_OS_FALSE HAVE_IRIX_OS_TRUE HAVE_IRIX_OS_FALSE HAVE_DARWIN_OS_TRUE HAVE_DARWIN_OS_FALSE INSIDE_GNOME_COMMON_TRUE INSIDE_GNOME_COMMON_FALSE MSGFMT GNOME_INCLUDEDIR GNOMEUI_LIBS GNOME_LIBDIR GNOME_LIBS GNOMEGNORBA_LIBS GTKXMHTML_LIBS ZVT_LIBS GNOME_CONFIG ORBIT_CONFIG ORBIT_IDL HAVE_ORBIT_TRUE HAVE_ORBIT_FALSE ORBIT_CFLAGS ORBIT_LIBS HAVE_GNORBA_TRUE HAVE_GNORBA_FALSE GNORBA_CFLAGS GNORBA_LIBS GNOME_APPLETS_LIBS GNOME_DOCKLETS_LIBS GNOME_CAPPLET_LIBS GNOME_DIR WXCONS_CPPFLAGS WXCONS_LDFLAGS WX_DIR TRAY_MONITOR_CPPFLAGS TRAY_MONITOR_LDFLAGS TRAY_MONITOR_DIR TTOOL_LDFLAGS STATIC_FD STATIC_SD STATIC_DIR STATIC_CONS STATIC_GNOME_CONS STATIC_WX_CONS ALL_DIRS CONS_INC CONS_OBJ CONS_SRC CONS_LIBS CONS_LDFLAGS READLINE_SRC CDSTL working_dir scriptdir dump_email job_email smtp_host piddir subsysdir baseport dir_port fd_port sd_port dir_password fd_password sd_password mon_dir_password mon_fd_password mon_sd_password bimagemgr_cgidir bimagemgr_docdir bimagemgr_binowner bimagemgr_bingroup bimagemgr_dataowner bimagemgr_datagroup dir_user dir_group sd_user sd_group fd_user fd_group SBINPERM SQL_LFLAGS SQL_INCLUDE SQL_BINDIR cats DB_NAME GETCONF ac_ct_GETCONF X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS LIBOBJS ALLOCA FDLIBS DEBUG DINCLUDE DLIB DB_LIBS WCFLAGS WLDFLAGS OBJLIST hostname TAPEDRIVE PSCMD WIN32 MACOSX DISTNAME DISTVER LTLIBOBJS' -+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS BUILD_DIR TRUEPRG FALSEPRG VERSION DATE LSMDATE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB MV RM CP SED ECHO CMP TBL AR OPENSSL MTX PKGCONFIG WXCONFIG PIDOF AWK ARFLAGS MAKE_SHELL LOCAL_LIBS LOCAL_CFLAGS LOCAL_LDFLAGS LOCAL_DEFS build build_cpu build_vendor build_os host host_cpu host_vendor host_os HAVE_SUN_OS_TRUE HAVE_SUN_OS_FALSE HAVE_OSF1_OS_TRUE HAVE_OSF1_OS_FALSE HAVE_AIX_OS_TRUE HAVE_AIX_OS_FALSE HAVE_HPUX_OS_TRUE HAVE_HPUX_OS_FALSE HAVE_LINUX_OS_TRUE HAVE_LINUX_OS_FALSE HAVE_FREEBSD_OS_TRUE HAVE_FREEBSD_OS_FALSE HAVE_NETBSD_OS_TRUE HAVE_NETBSD_OS_FALSE HAVE_OPENBSD_OS_TRUE HAVE_OPENBSD_OS_FALSE HAVE_BSDI_OS_TRUE HAVE_BSDI_OS_FALSE HAVE_SGI_OS_TRUE HAVE_SGI_OS_FALSE HAVE_IRIX_OS_TRUE HAVE_IRIX_OS_FALSE HAVE_DARWIN_OS_TRUE HAVE_DARWIN_OS_FALSE INSIDE_GNOME_COMMON_TRUE INSIDE_GNOME_COMMON_FALSE MSGFMT GNOME_INCLUDEDIR GNOMEUI_LIBS GNOME_LIBDIR GNOME_LIBS GNOMEGNORBA_LIBS GTKXMHTML_LIBS ZVT_LIBS GNOME_CONFIG ORBIT_CONFIG ORBIT_IDL HAVE_ORBIT_TRUE HAVE_ORBIT_FALSE ORBIT_CFLAGS ORBIT_LIBS HAVE_GNORBA_TRUE HAVE_GNORBA_FALSE GNORBA_CFLAGS GNORBA_LIBS GNOME_APPLETS_LIBS GNOME_DOCKLETS_LIBS GNOME_CAPPLET_LIBS GNOME_DIR WXCONS_CPPFLAGS WXCONS_LDFLAGS WX_DIR TRAY_MONITOR_CPPFLAGS TRAY_MONITOR_LDFLAGS TRAY_MONITOR_DIR TTOOL_LDFLAGS STATIC_FD STATIC_SD STATIC_DIR STATIC_CONS STATIC_GNOME_CONS STATIC_WX_CONS ALL_DIRS CONS_INC CONS_OBJ CONS_SRC CONS_LIBS CONS_LDFLAGS READLINE_SRC CDSTL working_dir scriptdir dump_email job_email smtp_host piddir subsysdir baseport dir_port fd_port sd_port dir_password fd_password sd_password mon_dir_password mon_fd_password mon_sd_password bimagemgr_cgidir bimagemgr_docdir bimagemgr_binowner bimagemgr_bingroup bimagemgr_dataowner bimagemgr_datagroup dir_user dir_group sd_user sd_group fd_user fd_group SBINPERM SQL_LFLAGS SQL_INCLUDE SQL_BINDIR cats DB_NAME GETCONF ac_ct_GETCONF X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS LIBOBJS ALLOCA FDLIBS DEBUG DINCLUDE DLIB DB_LIBS WCFLAGS WLDFLAGS OBJLIST hostname TAPEDRIVE PSCMD WIN32 MACOSX DISTNAME DISTVER LTLIBOBJS' - ac_subst_files='MCOMMON' - - # Initialize some variables set by options. -@@ -3830,46 +3830,6 @@ - echo "${ECHO_T}no" >&6 - fi - --# Extract the first word of "cdrecord", so it can be a program name with args. --set dummy cdrecord; ac_word=$2 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 --if test "${ac_cv_path_CDRECORD+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- case $CDRECORD in -- [\\/]* | ?:[\\/]*) -- ac_cv_path_CDRECORD="$CDRECORD" # Let the user override the test with a path. -- ;; -- *) -- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR --for as_dir in $PATH --do -- IFS=$as_save_IFS -- test -z "$as_dir" && as_dir=. -- for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -- ac_cv_path_CDRECORD="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -- break 2 -- fi --done --done -- -- test -z "$ac_cv_path_CDRECORD" && ac_cv_path_CDRECORD="cdrecord" -- ;; --esac --fi --CDRECORD=$ac_cv_path_CDRECORD -- --if test -n "$CDRECORD"; then -- echo "$as_me:$LINENO: result: $CDRECORD" >&5 --echo "${ECHO_T}$CDRECORD" >&6 --else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 --fi -- - # Extract the first word of "pidof", so it can be a program name with args. - set dummy pidof; ac_word=$2 - echo "$as_me:$LINENO: checking for $ac_word" >&5 -@@ -7296,22 +7256,6 @@ - # End of readline/conio stuff - # ----------------------------------------------------------------------- - --# ------------------------------------------- --# check for cdrecord writer location --# get scsibus,target,lun --# ------------------------------------------- --CDSTL="3,0,0" --if test ! x$CDRECORD = x ; then -- CDSTL=`${CDRECORD} -scanbus 2>/dev/null | grep CD-RW | ${AWK} '{print $1}'` -- if test x${CDSTL} = x ; then -- CDSTL=`${CDRECORD} -scanbus 2>/dev/null | grep CD+RW | ${AWK} '{print $1}'` -- fi -- if test x${CDSTL} = x ; then -- CDSTL="3,0,0" -- fi --fi -- -- - - # --------------------------------------------------- - # Check for GMP support/directory -@@ -21984,7 +21928,6 @@ - s,@MTX@,$MTX,;t t - s,@PKGCONFIG@,$PKGCONFIG,;t t - s,@WXCONFIG@,$WXCONFIG,;t t --s,@CDRECORD@,$CDRECORD,;t t - s,@PIDOF@,$PIDOF,;t t - s,@AWK@,$AWK,;t t - s,@ARFLAGS@,$ARFLAGS,;t t diff --git a/app-backup/bacula/files/bacula-1.36.3-init-depends.patch b/app-backup/bacula/files/bacula-1.36.3-init-depends.patch deleted file mode 100644 index 95f01ef830ee..000000000000 --- a/app-backup/bacula/files/bacula-1.36.3-init-depends.patch +++ /dev/null @@ -1,57 +0,0 @@ -diff -uNr platforms/gentoo/bacula-dir.in platforms/gentoo-fixed/bacula-dir.in ---- platforms/gentoo/bacula-dir.in 2004-10-19 08:35:07.000000000 -0500 -+++ platforms/gentoo-fixed/bacula-dir.in 2005-06-08 09:58:21.000000000 -0500 -@@ -9,6 +9,11 @@ - # For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ - # - -+depend() { -+ need net -+ use dns @DB_NAME@ -+} -+ - start() { - ebegin "Starting the Bacula Director" - start-stop-daemon --start --quiet --exec @sbindir@/bacula-dir -- $2 -c @sysconfdir@/bacula-dir.conf -diff -uNr platforms/gentoo/bacula-fd.in platforms/gentoo-fixed/bacula-fd.in ---- platforms/gentoo/bacula-fd.in 2004-10-19 08:35:07.000000000 -0500 -+++ platforms/gentoo-fixed/bacula-fd.in 2005-06-08 09:58:56.000000000 -0500 -@@ -9,6 +9,11 @@ - # For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ - # - -+depend() { -+ need net -+ use dns -+} -+ - start() { - ebegin "Starting the Bacula File daemon" - start-stop-daemon --start --quiet --exec @sbindir@/bacula-fd -- $2 -c @sysconfdir@/bacula-fd.conf -diff -uNr platforms/gentoo/bacula-init.in platforms/gentoo-fixed/bacula-init.in ---- platforms/gentoo/bacula-init.in 2004-10-24 08:58:25.000000000 -0500 -+++ platforms/gentoo-fixed/bacula-init.in 2005-06-08 09:54:23.000000000 -0500 -@@ -6,7 +6,7 @@ - - depend() { - need net -- use @DB_NAME@ -+ use dns @DB_NAME@ - } - - opts="test" -diff -uNr platforms/gentoo/bacula-sd.in platforms/gentoo-fixed/bacula-sd.in ---- platforms/gentoo/bacula-sd.in 2004-10-19 08:35:07.000000000 -0500 -+++ platforms/gentoo-fixed/bacula-sd.in 2005-06-08 10:00:33.000000000 -0500 -@@ -9,6 +9,11 @@ - # For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ - # - -+depend() { -+ need net -+ use dns @DB_NAME@ -+} -+ - start() { - ebegin "Starting the Bacula Storage daemon" - start-stop-daemon --start --quiet --exec @sbindir@/bacula-sd -- $2 -c @sysconfdir@/bacula-sd.conf diff --git a/app-backup/bacula/files/bacula-1.36.3-rescue-makefile.patch b/app-backup/bacula/files/bacula-1.36.3-rescue-makefile.patch deleted file mode 100644 index 0c5d975019ee..000000000000 --- a/app-backup/bacula/files/bacula-1.36.3-rescue-makefile.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- rescue/linux/Makefile.in 2004-08-31 16:05:50.000000000 -0500 -+++ rescue/linux-fixed/Makefile.in 2005-06-20 08:07:50.000000000 -0500 -@@ -1,12 +1,41 @@ -- --all: -+topdir = @BUILD_DIR@ -+thisdir = $(topdir)/rescue/linux -+sysconfdir = @sysconfdir@ -+ -+MKDIR = $(topdir)/autoconf/mkinstalldirs -+CP = @CP@ -+RM = @RM@ -+RMF = "$(RM) -f" -+ -+all: Makefile -+ (cd $(topdir)/src/filed; \ -+ $(MAKE) static-bacula-fd; \ -+ cd $(thisdir)) - - install: -+ $(MKDIR) -m 750 $(DESTDIR)$(sysconfdir)/rescue/cdrom; -+ $(CP) -R $(thisdir)/cdrom/* \ -+ $(DESTDIR)$(sysconfdir)/rescue/cdrom/ -+ $(MKDIR) -m 750 $(DESTDIR)$(sysconfdir)/rescue/cdrom/bin -+ $(CP) -R $(topdir)/src/filed/static-bacula-fd \ -+ $(DESTDIR)$(sysconfdir)/rescue/cdrom/bin/bacula-fd -+ $(MKDIR) $(DESTDIR)$(sysconfdir)/rescue/floppy -+ $(CP) -R $(thisdir)/floppy/* \ -+ $(DESTDIR)$(sysconfdir)/rescue/floppy/ -+ $(CP) -R $(topdir)/src/filed/static-bacula-fd \ -+ $(DESTDIR)$(sysconfdir)/rescue/floppy/bacula-fd -+ chmod 754 $(DESTDIR)$(sysconfdir)/rescue/cdrom/bin/bacula-fd \ -+ $(DESTDIR)$(sysconfdir)/rescue/floppy/bacula-fd - - uninstall: -+ $(RMF) -r $(DESTDIR)$(sysconfdir)/rescue - - clean: - - distclean: - - depend: -+ -+Makefile: Makefile.in -+ cd $(topdir) \ -+ && CONFIG_FILES=$(thisdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status diff --git a/app-backup/bacula/files/bacula-3.6.0-configure.diff b/app-backup/bacula/files/bacula-3.6.0-configure.diff deleted file mode 100644 index 698492e52976..000000000000 --- a/app-backup/bacula/files/bacula-3.6.0-configure.diff +++ /dev/null @@ -1,19 +0,0 @@ ---- bacula-1.36.0/configure 2004-10-19 08:35:02.000000000 -0500 -+++ bacula-1.36.0-patched/configure 2004-10-23 21:20:33.000000000 -0500 -@@ -19190,7 +19190,7 @@ - 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 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/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 -@@ -19746,6 +19746,7 @@ - "scripts/bacula.desktop.gnome2.xsu" ) CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome2.xsu" ;; - "scripts/gnome-console.console_apps" ) CONFIG_FILES="$CONFIG_FILES scripts/gnome-console.console_apps" ;; - "scripts/mtx-changer" ) CONFIG_FILES="$CONFIG_FILES scripts/mtx-changer" ;; -+ "scripts/bacula-tray-monitor.desktop" ) CONFIG_FILES="$CONFIG_FILES scripts/bacula-tray-monitor.desktop" ;; - "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; - "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; - "src/host.h" ) CONFIG_FILES="$CONFIG_FILES src/host.h" ;; diff --git a/app-backup/bacula/files/bacula-init2 b/app-backup/bacula/files/bacula-init2 deleted file mode 100644 index 2e9d5f5ac295..000000000000 --- a/app-backup/bacula/files/bacula-init2 +++ /dev/null @@ -1,93 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/bacula-init2,v 1.1 2005/07/04 01:52:06 robbat2 Exp $ - -depend() { - need net - use mysql -} - -opts="test" - -DIR_USER=root -DIR_GROUP=bacula -SD_USER=root -SD_GROUP=bacula -FD_USER=root -FD_GROUP=bacula - -# A client would only need to run the file daemon, so if thats the -# case for this machine just comment the other two out below here... -start() { - ebegin "Starting bacula storage daemon" - OPTIONS='' - if [ "${SD_USER}" != '' ]; then - OPTIONS="${OPTIONS} -u ${SD_USER}" - fi - - if [ "${SD_GROUP}" != '' ]; then - OPTIONS="${OPTIONS} -g ${SD_GROUP}" - fi - start-stop-daemon --start --quiet --exec /usr/sbin/bacula-sd \ - -- ${OPTIONS} -c /etc/bacula/bacula-sd.conf - result=$? - - ebegin "Starting bacula file daemon" - OPTIONS='' - if [ "${FD_USER}" != '' ]; then - OPTIONS="${OPTIONS} -u ${FD_USER}" - fi - - if [ "${FD_GROUP}" != '' ]; then - OPTIONS="${OPTIONS} -g ${FD_GROUP}" - fi - start-stop-daemon --start --quiet --exec /usr/sbin/bacula-fd \ - -- ${OPTIONS} -c /etc/bacula/bacula-fd.conf - result=$(( $result + $? )) - sleep 2 - - ebegin "Starting bacula director" - OPTIONS='' - if [ "${DIR_USER}" != '' ]; then - OPTIONS="${OPTIONS} -u ${DIR_USER}" - fi - - if [ "${DIR_GROUP}" != '' ]; then - OPTIONS="${OPTIONS} -g ${DIR_GROUP}" - fi - start-stop-daemon --start --quiet --exec /usr/sbin/bacula-dir \ - -- ${OPTIONS} -c /etc/bacula/bacula-dir.conf - result=$(( $result + $? )) - - eend $result -} - -# The default port numbers appear in the pidfile paths below. -# Might wanna programmatically grab them from the config files -# or something... -stop() { - ebegin "Stopping bacula file daemon" - start-stop-daemon --stop --quiet --pidfile /var/run/bacula-fd.9102.pid - result=$? - ebegin "Stopping bacula storage daemon" - start-stop-daemon --stop --quiet --pidfile /var/run/bacula-sd.9103.pid - result=$(( $result + $? )) - ebegin "Stopping bacula director" - start-stop-daemon --stop --quiet --pidfile /var/run/bacula-dir.9101.pid - result=$(( $result + $? )) - eend $result -} - -test() { - ebegin "Testing bacula storage daemon configuration" - /usr/sbin/bacula-sd -t -c /etc/bacula/bacula-sd.conf - result=$? - ebegin "Testing bacula file daemon configuration" - /usr/sbin/bacula-fd -t -c /etc/bacula/bacula-fd.conf - result=$(( $result + $? )) - ebegin "Testing bacula director configuration" - /usr/sbin/bacula-dir -t -c /etc/bacula/bacula-dir.conf - result=$(( $result + $? )) - eend $result -} diff --git a/app-backup/bacula/files/digest-bacula-1.34.5 b/app-backup/bacula/files/digest-bacula-1.34.5 deleted file mode 100644 index 50642fab004c..000000000000 --- a/app-backup/bacula/files/digest-bacula-1.34.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 3bdccf8c9ee7e794c0035afbc529a33a bacula-1.34.5.tar.gz 4628068 diff --git a/app-backup/bacula/files/digest-bacula-1.34.6 b/app-backup/bacula/files/digest-bacula-1.34.6 deleted file mode 100644 index 016a6388a4d0..000000000000 --- a/app-backup/bacula/files/digest-bacula-1.34.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 9de593cb206df126a8e27774281c5bf6 bacula-1.34.6.tar.gz 4633962 diff --git a/app-backup/bacula/files/digest-bacula-1.36.0 b/app-backup/bacula/files/digest-bacula-1.36.0 deleted file mode 100644 index f332aa1861d1..000000000000 --- a/app-backup/bacula/files/digest-bacula-1.36.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 caa6b417b4fdd65caf714fb2baf5f385 bacula-1.36.0.tar.gz 6806740 diff --git a/app-backup/bacula/files/digest-bacula-1.36.3-r1 b/app-backup/bacula/files/digest-bacula-1.36.3-r1 deleted file mode 100644 index e744487479d1..000000000000 --- a/app-backup/bacula/files/digest-bacula-1.36.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9499d6277b8673ae7c24dcdbf89ee026 bacula-1.36.3.tar.gz 11153154 diff --git a/app-backup/bacula/files/digest-bacula-1.36.3 b/app-backup/bacula/files/digest-bacula-1.36.3-r2 index e744487479d1..e744487479d1 100644 --- a/app-backup/bacula/files/digest-bacula-1.36.3 +++ b/app-backup/bacula/files/digest-bacula-1.36.3-r2 diff --git a/app-backup/bacula/files/randpass-1.37.40 b/app-backup/bacula/files/randpass-1.37.40 new file mode 100644 index 000000000000..af30bfb929bb --- /dev/null +++ b/app-backup/bacula/files/randpass-1.37.40 @@ -0,0 +1,26 @@ +#! /bin/sh +# +# Generate a random password, written to standard output +# By John Walker +# +if test "x$1" = "x" ; then + PWL=48 # Password length in characters +else + PWL=$1 +fi +tmp=`mktemp randpass.XXXXXXXXXX` +if test x$tmp = x; then + tmp=/tmp/p.tmp.$$ + if test -f $tmp; then + echo "Temp file security problem on: $tmp" + exit 1 + fi +fi +cp autoconf/randpass.bc $tmp +ps | sum | tr -d ':[:alpha:] ' | sed 's/^/k=/' >>$tmp +date | tr -d ':[:alpha:] ' | sed 's/^/k=k*/' >>$tmp +ls -l /tmp | sum | tr -d ':[:alpha:] ' | sed 's/^/k=k*/' >>$tmp +echo "j=s(k); for (i = 0; i < $PWL; i++) r()" >>$tmp +echo "quit" >>$tmp +bc $tmp | awk -f autoconf/randpass.awk +rm $tmp |