commit:     7300dea1e87cde27364f8cf61399569d8956a07a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  9 11:16:04 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan  9 11:16:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7300dea1

apache-2.eclass: remove dead userland_BSD

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 eclass/apache-2.eclass | 11 +----------
 1 file changed, 1 insertion(+), 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

Reply via email to