summaryrefslogtreecommitdiff
path: root/eclass/apache-2.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /eclass/apache-2.eclass
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r--eclass/apache-2.eclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index d7c8254d8b24..886161758a32 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -418,6 +418,9 @@ apache-2_pkg_setup() {
if use userland_BSD; then
elog "On BSD systems you need to add the following line to /boot/loader.conf:"
elog " accf_http_load=\"YES\""
+ if use ssl ; then
+ elog " accf_data_load=\"YES\""
+ fi
elog
fi
}