[EMAIL PROTECTED] (Borsenkow Andrej) writes:
> >
> > it's in cooker ... the snf-language packages and all the zilions
> required
> > packages ...
> >
>
> [root@cooker init.d]# ./httpd-naat extendedstatus
> ./httpd-naat: lynx: command not found
>
> ########################################################################
> ######
>
> -andrej
>
actually one has the same problem with the apache-conf package.
Check this out:
/etc/init.d/httpd:
...
extendedstatus)
$LYNX $STATUSURL | awk ' /process$/ { print; exit } { print } '
echo
echo -n "#######################################"
echo "#######################################"
if [ -x /usr/sbin/httpd -a -x /usr/sbin/httpd-perl ]; then
$LYNX $STATUSURLPERL | awk ' /process$/ { print; exit } { print } '
echo
echo -n "#######################################"
echo "#######################################"
fi
;;
...
the /etc/init.d/httpd-naat initscript is the same:
...
extendedstatus)
$LYNX $STATUSURL | awk ' /process$/ { print; exit } { print } '
echo
echo -n "#######################################"
echo "#######################################"
if [ -x /usr/sbin/httpd-naat -a -x /usr/sbin/httpd-naat-perl ]; then
$LYNX $STATUSURLPERL | awk ' /process$/ { print; exit } { print } '
echo
echo -n "#######################################"
echo "#######################################"
fi
;;
...
cheers,
--
Florin http://www.mandrakesoft.com