diff options
author | Rob Austein <sra@hactrn.net> | 2016-02-16 03:13:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-02-16 03:13:52 +0000 |
commit | 080dd73e8b8ec5bda6cc8ba389baf8215ccc0e12 (patch) | |
tree | ecc32b1f0d1593459533f74897ace3bf42a329be | |
parent | 54a65ea705872554a7283d3d0f0a9259b8fe3bfe (diff) |
pubd needs to be able to write to the publication directories.
svn path=/branches/tk705/; revision=6263
-rw-r--r-- | buildtools/debian-skeleton/rpki-ca.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/debian-skeleton/rpki-ca.postinst b/buildtools/debian-skeleton/rpki-ca.postinst index 742cfea1..3dcecd1b 100644 --- a/buildtools/debian-skeleton/rpki-ca.postinst +++ b/buildtools/debian-skeleton/rpki-ca.postinst @@ -6,7 +6,7 @@ set -e setup_directories() { - install -o rpki -g rpki -d /usr/share/rpki/bpki + install -o rpki -g rpki -d /usr/share/rpki/bpki /usr/share/rpki/publication /usr/share/rpki/rrdp-publication } setup_apache() { |