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
-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)

Versions of packages mini-httpd depends on:
ii  libc6                        2.3.6.ds1-8 GNU C Library: Shared libraries
ii  libssl0.9.8                  0.9.8c-4    SSL shared libraries

mini-httpd recommends no packages.

-- no debconf information
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.                                (c) Jasper Ffforde


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to