]> TLD Linux GIT Repositories - packages/bacula.git/blob - make_catalog_backup-setup-home.patch
- missing patch
[packages/bacula.git] / make_catalog_backup-setup-home.patch
1 diff -urNp -x '*.orig' bacula-13.0.3.org/src/cats/make_catalog_backup.in bacula-13.0.3/src/cats/make_catalog_backup.in
2 --- bacula-13.0.3.org/src/cats/make_catalog_backup.in   2023-05-02 11:50:49.000000000 +0200
3 +++ bacula-13.0.3/src/cats/make_catalog_backup.in       2023-07-17 10:50:16.131758558 +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