diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-02-23 11:17:45 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-02-23 11:17:45 +0100 |
commit | f994c07041c37e17b4c8559a0dc657055de1e146 (patch) | |
tree | 26d72f8c1d1f148a781c8c18290426d0720328e1 | |
parent | Use consistent indentation with tabs (diff) | |
download | apache-f994c07041c37e17b4c8559a0dc657055de1e146.tar.gz apache-f994c07041c37e17b4c8559a0dc657055de1e146.tar.bz2 apache-f994c07041c37e17b4c8559a0dc657055de1e146.zip |
Fix typo
https://bugs.gentoo.org/925310
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rwxr-xr-x | 2.4/init/apache2.initd | 2 |
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}" |