Re: Help with Webmin on Mandrake

From: Alan Connor (zzzzzz_at_xxx.yyy)
Date: 04/20/04


Date: Tue, 20 Apr 2004 17:12:06 GMT

On 20 Apr 2004 10:05:08 -0700, Rick Rowcotsky <rrowcots@hotmail.com> wrote:
>
>
> I am currently trying to use Mandrake linux as my Jabber Server. I
> would like to have a function that would enable me to start this
> program from the startup sequence. I am currently using Webmin, and
> it gives the option to create a script for bootup purposes. However,
> in order to create this, I would have to be able to send a <return>
> keystroke to the program. How would i do this? I would be grateful
> for any help. Thanks.

echo -e "\n" | program

perhaps?

AC