]> git.pld-linux.org Git - packages/bacula.git/blobdiff - make_catalog_backup-setup-home.patch
Release 2 (by relup.sh)
[packages/bacula.git] / make_catalog_backup-setup-home.patch
index 524ff2d0828efe23a6da035acd137d4ab220cc09..b0108b2b8a33f2d635e401ca26257104fef4d5f8 100644 (file)
@@ -1,16 +1,19 @@
---- bacula-5.0.3/./src/cats/make_catalog_backup.in~    2010-10-22 17:51:14.000000000 +0300
-+++ bacula-5.0.3/./src/cats/make_catalog_backup.in     2010-10-22 17:53:17.329321909 +0300
-@@ -13,11 +13,13 @@
+diff -ur bacula-11.0.6.orig/src/cats/make_catalog_backup.in bacula-11.0.6/src/cats/make_catalog_backup.in
+--- bacula-11.0.6.orig/src/cats/make_catalog_backup.in 2022-04-03 11:30:54.303210821 +0000
++++ bacula-11.0.6/src/cats/make_catalog_backup.in      2022-04-03 11:31:21.121271928 +0000
+@@ -16,12 +16,15 @@
  #     line arguments and the environment using ps.  Please consult your
  #     MySQL or PostgreSQL manual for secure methods of specifying the
  #     password.
-+#     In MySQL, you can create @working_dir@/.my.cnf and put password there in [client] section
++#     In MySQL, you can create @working_dir@/.my.cnf and put password there in [client] section.
  #  $4 is the host on which the database is located
  #     (default "")
+ #  $5 is the type of database
  #
  #
- BINDIR=@SQL_BINDIR@
 +HOME=@working_dir@
++
+ default_db_type=@DEFAULT_DB_TYPE@
+ user=${2:-@db_user@}
  
- cd @working_dir@
- rm -f $1.sql
This page took 0.18804 seconds and 4 git commands to generate.