On Sunday 21 January 2007 09:13, Andreas Metzler wrote:
> Package: mini-httpd
> Version: 1.19-3
> Severity: normal
> Tags: patch
>
> /etc/init.d/mini-httpd contains
> echo -e "You have to edit /etc/mini-httpd.conf and\n/etc/default
> /mini-httpd before running mini-httpd!"
>
> However echo -e is a bashism and will not work with e.g. dash
> <quote>
> argenau:~# /etc/init.d/mini-httpd start
> -e You have to edit /etc/mini-httpd.conf and
> /etc/default/mini-httpd before running mini-httpd!
> <unquote>
>
> Either
> printf "You have to edit /etc/mini-httpd.conf and\n/etc/default /mini-httpd
> before running mini-httpd!" or
> echo "You have to edit /etc/mini-httpd.conf and
> /etc/default /mini-httpd before running mini-httpd!"
> (with the line-break will do the trick.
> cu andreas

Hi,

thanks for the information. This bug will be fixed in next upload.

[...]

Regards,
-- 
 .""`.     Marvin Stark <[EMAIL PROTECTED]>
: :"  :    Homepage: www.der-marv.de
`. `"`
  `-  Debian - when you have better things to do than fix a system

Attachment: pgpBaHyfbgMJl.pgp
Description: PGP signature

Reply via email to