From: Scott Barninger Date: Mon, 29 Oct 2007 21:52:15 +0000 (+0000) Subject: Correct installed permissions of sqlite database file. X-Git-Tag: Release-2.2.6~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d13d6e46dbf47a2554d4ab971d7074b06d474a71;p=bacula%2Fbacula Correct installed permissions of sqlite database file. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@5819 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/platforms/mandrake/bacula.spec.in b/bacula/platforms/mandrake/bacula.spec.in index a636dc991c..fd176ac91a 100644 --- a/bacula/platforms/mandrake/bacula.spec.in +++ b/bacula/platforms/mandrake/bacula.spec.in @@ -13,7 +13,6 @@ # any patches for this release # be sure to check the setup section for patch macros - #-------------------------------------------------------------------------- # it should not be necessary to change anything below here for a release # except for patch macros in the setup section @@ -1697,6 +1696,7 @@ else echo "Hmm, doesn't look like you have an existing database." echo "Creating SQLite database..." %{script_dir}/create_sqlite_database + chown %{director_daemon_user}.%{daemon_group} %{working_dir}/bacula.db echo "Creating the SQLite tables..." %{script_dir}/make_sqlite_tables fi @@ -2024,6 +2024,8 @@ fi %endif %changelog +* Mon Oct 29 2007 D. Scott Barninger +- correct ownership when creating sqlite db file in post script * Sun Sep 16 2007 D. Scott Barninger - fix disable-batch-insert * Fri Sep 14 2007 D. Scott Barninger diff --git a/bacula/platforms/redhat/bacula.spec.in b/bacula/platforms/redhat/bacula.spec.in index a636dc991c..fd176ac91a 100644 --- a/bacula/platforms/redhat/bacula.spec.in +++ b/bacula/platforms/redhat/bacula.spec.in @@ -13,7 +13,6 @@ # any patches for this release # be sure to check the setup section for patch macros - #-------------------------------------------------------------------------- # it should not be necessary to change anything below here for a release # except for patch macros in the setup section @@ -1697,6 +1696,7 @@ else echo "Hmm, doesn't look like you have an existing database." echo "Creating SQLite database..." %{script_dir}/create_sqlite_database + chown %{director_daemon_user}.%{daemon_group} %{working_dir}/bacula.db echo "Creating the SQLite tables..." %{script_dir}/make_sqlite_tables fi @@ -2024,6 +2024,8 @@ fi %endif %changelog +* Mon Oct 29 2007 D. Scott Barninger +- correct ownership when creating sqlite db file in post script * Sun Sep 16 2007 D. Scott Barninger - fix disable-batch-insert * Fri Sep 14 2007 D. Scott Barninger diff --git a/bacula/platforms/suse/bacula.spec.in b/bacula/platforms/suse/bacula.spec.in index a636dc991c..fd176ac91a 100644 --- a/bacula/platforms/suse/bacula.spec.in +++ b/bacula/platforms/suse/bacula.spec.in @@ -13,7 +13,6 @@ # any patches for this release # be sure to check the setup section for patch macros - #-------------------------------------------------------------------------- # it should not be necessary to change anything below here for a release # except for patch macros in the setup section @@ -1697,6 +1696,7 @@ else echo "Hmm, doesn't look like you have an existing database." echo "Creating SQLite database..." %{script_dir}/create_sqlite_database + chown %{director_daemon_user}.%{daemon_group} %{working_dir}/bacula.db echo "Creating the SQLite tables..." %{script_dir}/make_sqlite_tables fi @@ -2024,6 +2024,8 @@ fi %endif %changelog +* Mon Oct 29 2007 D. Scott Barninger +- correct ownership when creating sqlite db file in post script * Sun Sep 16 2007 D. Scott Barninger - fix disable-batch-insert * Fri Sep 14 2007 D. Scott Barninger