Ajout variable manquante HV_FONTS_DIR
[hvlinux.git] / stage3 / bootscripts / apache
index 773839d..f2d0522 100755 (executable)
@@ -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}