diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-03-02 08:04:23 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-03-02 08:04:23 +0000 |
commit | 9a0c738a493841c30e537851f238c22b0826a2d6 (patch) | |
tree | 5736dfae824e970c1129ee3343b695307581c080 /testing/backuppc/backuppc.post-install | |
parent | cf99941b6e947de9060080277c1041d1e1081f2a (diff) | |
download | aports-9a0c738a493841c30e537851f238c22b0826a2d6.tar.bz2 aports-9a0c738a493841c30e537851f238c22b0826a2d6.tar.xz |
testing/backuppc:
depedencies fixes, backuppc group created, dirs ownership fix,
default config paths fixed
Diffstat (limited to 'testing/backuppc/backuppc.post-install')
-rw-r--r-- | testing/backuppc/backuppc.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/backuppc/backuppc.post-install b/testing/backuppc/backuppc.post-install new file mode 100644 index 000000000..b0877e22b --- /dev/null +++ b/testing/backuppc/backuppc.post-install @@ -0,0 +1,3 @@ +#!/bin/sh +chown -R backuppc.backuppc /etc/BackupPC &>/dev/null +chown -R backuppc.backuppc /var/lib/backup/data/BackupPC &>/dev/null |