Skip to content

Commit

Permalink
Improved elog message for userland_BSD systems
Browse files Browse the repository at this point in the history
so users don't see this warning:

  [warn] (2)No such file or directory: Failed to enable the 'dataready'
  Accept Filter

Closes: https://bugs.gentoo.org/454970
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
nigoro authored and Lars Wendler committed Apr 20, 2019
1 parent 05d5d08 commit 6c94158
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eclass/apache-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 6c94158

Please sign in to comment.