aports/main/bacula/bacula-5.0.3-sqlite-priv.patch
Natanael Copa c294432572 main/bacula: apply a bunch of patches from fedora and gentoo
and fix building with ccache
2011-04-05 08:28:08 +00:00

10 lines
360 B
Diff

diff -up src/cats/make_sqlite3_tables.in~ src/cats/make_sqlite3_tables.in
--- ./src/cats/make_sqlite3_tables.in~ 2010-11-16 17:57:12.705837000 +0100
+++ ./src/cats/make_sqlite3_tables.in 2010-11-16 17:57:12.715837000 +0100
@@ -426,4 +426,5 @@ PRAGMA synchronous = NORMAL;
END-OF-DATA
chmod 640 ${db_name}.db
+chown bacula:bacula ${db_name}.db
exit 0