CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/09/09 05:10:10
Modified files:
sysutils/bacula: Makefile
Added files:
sysutils/bacula/patches:
patch-src_cats_make_catalog_backup_pl_in
Log message:
fix the catalog backup script on OpenBSD when using PostgreSQL:
psql(1) will fail if the current working directory is not accessible which
is /nonexistent for the _bacula user so chdir(2) to the bacula working dir
before executing psql(1)
ok sthen@
