From e3b6afdba7300602020fe225d9b6c0080e38a1a0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 7 Oct 2014 02:41:44 +0000 Subject: 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 --- buildtools/debian-skeleton/rpki-ca.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools/debian-skeleton') 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() { -- cgit v1.2.3