]> git.pld-linux.org Git - packages/bacula.git/blame - make_catalog_backup-setup-home.patch
- fix deps that are incorrect in rpm 4
[packages/bacula.git] / make_catalog_backup-setup-home.patch
CommitLineData
6129bbb2
JR
1diff -urNp -x '*.orig' bacula-9.4.2.org/src/cats/make_catalog_backup.in bacula-9.4.2/src/cats/make_catalog_backup.in
2--- bacula-9.4.2.org/src/cats/make_catalog_backup.in 2019-02-04 17:47:31.000000000 +0100
3+++ bacula-9.4.2/src/cats/make_catalog_backup.in 2021-09-26 09:47:52.123078492 +0200
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.0339 seconds and 4 git commands to generate.