Gentoo Archives: gentoo-dev

From: David Seifert <soap@g.o>
To: gentoo-dev@l.g.o
Cc: David Seifert <soap@g.o>
Subject: [gentoo-dev] [PATCH 2/2] apache-2.eclass: remove dead userland_BSD
Date: Sat, 08 Jan 2022 17:38:50
Message-Id: 20220108173751.69375-2-soap@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/2] multibuild.eclass: remove dead userland_BSD by David Seifert
1 Signed-off-by: David Seifert <soap@g.o>
2 ---
3 eclass/apache-2.eclass | 11 +----------
4 1 file changed, 1 insertion(+), 10 deletions(-)
5
6 diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
7 index a67597447ba..cd930aaf54f 100644
8 --- a/eclass/apache-2.eclass
9 +++ b/eclass/apache-2.eclass
10 @@ -1,4 +1,4 @@
11 -# Copyright 1999-2021 Gentoo Authors
12 +# Copyright 1999-2022 Gentoo Authors
13 # Distributed under the terms of the GNU General Public License v2
14
15 # @ECLASS: apache-2.eclass
16 @@ -450,15 +450,6 @@ apache-2_pkg_setup() {
17 elog "Make sure CONFIG_SYSVIPC=y is set."
18 elog
19
20 - if use userland_BSD; then
21 - elog "On BSD systems you need to add the following line to /boot/loader.conf:"
22 - elog " accf_http_load=\"YES\""
23 - if use ssl ; then
24 - elog " accf_data_load=\"YES\""
25 - fi
26 - elog
27 - fi
28 -
29 if [[ ${EAPI} != 6 ]] && use apache2_modules_lua ; then
30 lua-single_pkg_setup
31 fi
32 --
33 2.34.1