Currently, lib-git-svn checks a proper subset of the paths that
lib-httpd checks for apache modules.

Make it check the same set so that apache is run by one when it is run
by the other (provided ports have been set and there are no other
configuration issues).

Signed-off-by: Michael J Gruber <g...@drmicha.warpmail.net>
---
 t/lib-git-svn.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/t/lib-git-svn.sh b/t/lib-git-svn.sh
index b0ec12f..2a0ef07 100644
--- a/t/lib-git-svn.sh
+++ b/t/lib-git-svn.sh
@@ -87,8 +87,10 @@ prepare_httpd () {
        fi
        for d in \
                "$SVN_HTTPD_MODULE_PATH" \
-               /usr/lib/apache2/modules \
                /usr/libexec/apache2 \
+               /usr/lib/apache2/modules \
+               /usr/lib64/httpd/modules \
+               /usr/lib/httpd/modules \
        ; do
                if test -d "$d"
                then
-- 
2.4.0.rc3.332.g886447c

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to