On 2007-01-21 Andreas Metzler <[EMAIL PROTECTED]> wrote:
[...]
> 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.
[...]

Actually single quotes should be used (due to the !) and the printf
statement is missing a \n. - Sorry.

printf 'You have to edit /etc/mini-httpd.conf and\n/etc/default/mini-httpd 
before running mini-httpd!\n'
or
echo 'You have to edit /etc/mini-httpd.conf and
/etc/default/mini-httpd before running mini-httpd!'

cu andreas
-- 
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