summaryrefslogtreecommitdiff
path: root/1.3
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2006-06-05 18:23:43 +0000
committerBenedikt Boehm <hollow@gentoo.org>2006-06-05 18:23:43 +0000
commit05239eee1589936082d58351401d857f5f0679ae (patch)
treea0030ae3abef411da68c2d15a9b3631b6987d79d /1.3
parentfix apachectl #106563 (diff)
downloadapache-05239eee1589936082d58351401d857f5f0679ae.tar.gz
apache-05239eee1589936082d58351401d857f5f0679ae.tar.bz2
apache-05239eee1589936082d58351401d857f5f0679ae.zip
fix 112919
Diffstat (limited to '1.3')
-rw-r--r--1.3/patches/02_all_gentoo_apachectl.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/1.3/patches/02_all_gentoo_apachectl.patch b/1.3/patches/02_all_gentoo_apachectl.patch
index cef6fcb..e896282 100644
--- a/1.3/patches/02_all_gentoo_apachectl.patch
+++ b/1.3/patches/02_all_gentoo_apachectl.patch
@@ -39,7 +39,7 @@ diff -Nup -Nrup apache_1.3.33.orig/src/support/apachectl apache_1.3.33.patched/s
ARGS="help"
fi
-+if [ "${LYNX}" = "no" -a "${ARGV}" = "status" -o "${ARGV}" = "fullstatus" ]; then
++if [ "${LYNX}" = "no" ] && [ "${ARGV}" = "status" -o "${ARGV}" = "fullstatus" ]; then
+ echo >&2 "lynx not found!"
+ echo >&2 ""
+ echo >&2 "You need to emerge 'net-www/lynx' for status monitoring via the"