X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fbootscripts%2Fapache;h=f2d05228bfd3e16838b6a79cf2119e2a9ffb2b16;hb=6bd766eee64094f4a893c5c168a9dea089888a8d;hp=773839d617690582cba3ca2971780613f32c87fa;hpb=16cc35ba4890382ee9368a176e4f5a7fa773b7a6;p=hvlinux.git diff --git a/stage3/bootscripts/apache b/stage3/bootscripts/apache index 773839d..f2d0522 100755 --- a/stage3/bootscripts/apache +++ b/stage3/bootscripts/apache @@ -9,7 +9,7 @@ log_script_name "$0 $*" APACHECTL=/usr/sbin/apachectl -# Check that the ifconfig program is present and executable. +# Check that the program is present and executable. if [ ! -x ${APACHECTL} ]; then log_message "*** ERROR: ${APACHECTL} program not found." exit ${EXIT_CODE_FAILURE}