From f994c07041c37e17b4c8559a0dc657055de1e146 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 23 Feb 2024 11:17:45 +0100 Subject: Fix typo https://bugs.gentoo.org/925310 Signed-off-by: Hans de Graaff --- 2.4/init/apache2.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.4/init/apache2.initd b/2.4/init/apache2.initd index 1691007..2956fcc 100755 --- a/2.4/init/apache2.initd +++ b/2.4/init/apache2.initd @@ -40,7 +40,7 @@ depend() { warn_addr="$(virtualhosts 2>/dev/null | sed -nre 's/^([^ *]+:[0-9]+)[[:space:]].*/\1/p' | tr '\n' ' ')" if [ -n "${warn_addr}" ] ; then need net - ewarn "You are binding an interface in you virtual hosts." + ewarn "You are binding an interface in your virtual hosts." ewarn "You must add rc_need=\"net.FOO\" to your ${RC_PREFIX%/}/etc/conf.d/apache2" ewarn "where FOO is the interface(s) providing the following address(es):" ewarn "${warn_addr}" -- cgit v1.2.3-65-gdbad