diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-06-08 14:45:04 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-06-08 14:45:04 +0000 |
commit | ad5a02324292519891ef495f66889a1878a1275a (patch) | |
tree | 4427baf357535c21c1567f3a8327191718b83808 /testing/bacula/bacula.post-install | |
parent | e78cd26eef84709827ac616b1f06b1f2ff44f83b (diff) | |
download | aports-ad5a02324292519891ef495f66889a1878a1275a.tar.bz2 aports-ad5a02324292519891ef495f66889a1878a1275a.tar.xz |
main/bacula: moved from testing
Diffstat (limited to 'testing/bacula/bacula.post-install')
-rw-r--r-- | testing/bacula/bacula.post-install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/bacula/bacula.post-install b/testing/bacula/bacula.post-install deleted file mode 100644 index a092957361..0000000000 --- a/testing/bacula/bacula.post-install +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -for dir in /var/bacula /var/log/bacula /var/run/bacula /var/lib/bacula /etc/bacula/scripts/make_catalog_backup* -do - chown bacula.bacula $dir -done - -for file in create_postgresql_database make_postgresql_tables grant_postgresql_privileges -do - chown postgres /etc/bacula/scripts/$file -done |