diff options
author | David Seifert <soap@gentoo.org> | 2022-01-09 12:16:04 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-09 12:16:04 +0100 |
commit | 7300dea1e87cde27364f8cf61399569d8956a07a (patch) | |
tree | 4fdb2891c27a5ab886e5f04e441ee39a4059d0ef /eclass/apache-2.eclass | |
parent | dev-python/build: Keyword 0.7.0 arm64, #830832 (diff) | |
download | gentoo-7300dea1e87cde27364f8cf61399569d8956a07a.tar.gz gentoo-7300dea1e87cde27364f8cf61399569d8956a07a.tar.bz2 gentoo-7300dea1e87cde27364f8cf61399569d8956a07a.zip |
apache-2.eclass: remove dead userland_BSD
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r-- | eclass/apache-2.eclass | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index a67597447ba3..cd930aaf54f4 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: apache-2.eclass @@ -450,15 +450,6 @@ apache-2_pkg_setup() { elog "Make sure CONFIG_SYSVIPC=y is set." elog - 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 - if [[ ${EAPI} != 6 ]] && use apache2_modules_lua ; then lua-single_pkg_setup fi |