summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-02-23 11:17:45 +0100
committerHans de Graaff <graaff@gentoo.org>2024-02-23 11:17:45 +0100
commitf994c07041c37e17b4c8559a0dc657055de1e146 (patch)
tree26d72f8c1d1f148a781c8c18290426d0720328e1
parentUse consistent indentation with tabs (diff)
downloadapache-master.tar.gz
apache-master.tar.bz2
apache-master.zip
Fix typoHEADmaster
https://bugs.gentoo.org/925310 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rwxr-xr-x2.4/init/apache2.initd2
1 files changed, 1 insertions, 1 deletions
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}"