commit:     f994c07041c37e17b4c8559a0dc657055de1e146
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 23 10:17:45 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 23 10:17:45 2024 +0000
URL:        https://gitweb.gentoo.org/proj/apache.git/commit/?id=f994c070

Fix typo

https://bugs.gentoo.org/925310

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 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}"

Reply via email to