[Cooker] lynx and apache?

2002-03-11 Thread Vincent Meyer, MD

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.

v.




Re: [Cooker] lynx and apache?

2002-03-11 Thread R.I.P. Deaddog

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