On Tue, 12 Mar 2002, Vincent Meyer, MD wrote: > Why does apache need lynx? Trying to unselect lynx during package selection > in RC1 says it will de-select about a dozen packages, including apache, > apache-conf, apache-mod-perl, etc.
excerpt from /etc/init.d/apache:
........
LYNX="lynx -dump"
........
stop)
stop
;;
extendedstatus)
$LYNX $STATUSURL | awk ' /process$/ { print; exit } { print } '
echo
.........
Abel
