reflect name change of apache binary

This commit is contained in:
Andreas Klemm 1999-07-05 21:12:06 +00:00
parent 062341d603
commit 2322388fc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20088

View File

@ -3,7 +3,7 @@
# Date created: Do 19 Nov 1998 21:13:55 CET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1999/04/12 18:58:45 andreas Exp $
# $Id: Makefile,v 1.7 1999/06/05 13:00:32 andreas Exp $
#
DISTNAME= webmin-0.72
@ -17,7 +17,7 @@ IS_INTERACTIVE= yes
USE_PERL5= yes
pre-extract:
@if [ -x ${PREFIX}/sbin/httpd ]; then \
@if [ -x ${PREFIX}/sbin/httpd -o -x ${PREFIX}/sbin/apache ]; then \
${ECHO_MSG} Good ! You seem to have a webserver installed ...; \
else \
${ECHO_MSG} You need to install one of the avail. apache webservers; \