]> git.pld-linux.org Git - packages/bacula.git/blame - make_catalog_backup-setup-home.patch
Release 2 (by relup.sh)
[packages/bacula.git] / make_catalog_backup-setup-home.patch
CommitLineData
032c586f
MK
1diff -ur bacula-11.0.6.orig/src/cats/make_catalog_backup.in bacula-11.0.6/src/cats/make_catalog_backup.in
2--- bacula-11.0.6.orig/src/cats/make_catalog_backup.in 2022-04-03 11:30:54.303210821 +0000
3+++ bacula-11.0.6/src/cats/make_catalog_backup.in 2022-04-03 11:31:21.121271928 +0000
6129bbb2 4@@ -16,12 +16,15 @@
e32bc3f6
ER
5 # line arguments and the environment using ps. Please consult your
6 # MySQL or PostgreSQL manual for secure methods of specifying the
7 # password.
53a3431c 8+# In MySQL, you can create @working_dir@/.my.cnf and put password there in [client] section.
e32bc3f6
ER
9 # $4 is the host on which the database is located
10 # (default "")
53a3431c 11 # $5 is the type of database
e32bc3f6
ER
12 #
13 #
53a3431c 14
e32bc3f6 15+HOME=@working_dir@
53a3431c
AM
16+
17 default_db_type=@DEFAULT_DB_TYPE@
6129bbb2 18 user=${2:-@db_user@}
e32bc3f6 19
This page took 0.191126 seconds and 4 git commands to generate.