]> git.pld-linux.org Git - packages/bacula.git/blob - make_catalog_backup-setup-home.patch
- fix deps that are incorrect in rpm 4
[packages/bacula.git] / make_catalog_backup-setup-home.patch
1 diff -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 @@
5  #     line arguments and the environment using ps.  Please consult your
6  #     MySQL or PostgreSQL manual for secure methods of specifying the
7  #     password.
8 +#     In MySQL, you can create @working_dir@/.my.cnf and put password there in [client] section.
9  #  $4 is the host on which the database is located
10  #     (default "")
11  #  $5 is the type of database
12  #
13  #
14  
15 +HOME=@working_dir@
16 +
17  default_db_type=@DEFAULT_DB_TYPE@
18  user=${2:-@db_user@}
19  
This page took 1.02526 seconds and 4 git commands to generate.