aboutsummaryrefslogtreecommitdiff
path: root/buildtools/debian-skeleton
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-10-07 02:41:44 +0000
committerRob Austein <sra@hactrn.net>2014-10-07 02:41:44 +0000
commite3b6afdba7300602020fe225d9b6c0080e38a1a0 (patch)
tree010e0cc8aa0799f941c02e7530e5f928104757ea /buildtools/debian-skeleton
parent6bda36580e5f441f6061db89fbc4bb3a270d7b68 (diff)
Seems that the earlier istallation success with new Apache
configuration on Precise was a false positive caused by an orphaned symlink. Rewrite again to separate Debian and Ubuntu so we can do version number checks in a halfway sane fashion. Most likely the real underlying issue is Debian-family packaging for Apache 2.2 vs Apache 2.4, so there may be possible to simplify this again at some point, but in theory this will do for now. Need to re-test on Trusty and Wheezy to make sure the fix for Precise didn't break them. See #720. svn path=/trunk/; revision=5995
Diffstat (limited to 'buildtools/debian-skeleton')
-rw-r--r--buildtools/debian-skeleton/rpki-ca.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/debian-skeleton/rpki-ca.postinst b/buildtools/debian-skeleton/rpki-ca.postinst
index dd01d3f8..c94e052c 100644
--- a/buildtools/debian-skeleton/rpki-ca.postinst
+++ b/buildtools/debian-skeleton/rpki-ca.postinst
@@ -20,7 +20,7 @@ setup_rpkid_group() {
}
setup_apache() {
- /usr/lib/rpki/rpkigui-apache-conf-gen --debian --install --verbose
+ /usr/lib/rpki/rpkigui-apache-conf-gen --install --verbose
}
setup_rpki_conf() {