mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-13 11:51:38 +01:00
10 lines
360 B
Diff
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
|