"Timothy M. Hospedales" <[EMAIL PROTECTED]> writes:

> I have the line "(mlddc <mymldata 2>&1) >> /var/log/mlddc" as specified
> in the readme file in ip-up.

Is that the exact line you have?  In that case, where is "mymldata"
stored?

I would have expected something like:

    mlddc < /etc/mymldata >> /var/log/mlddc 2>&1

to make sure that mlddc finds the file.  (And so that only one
fork/exec is needed by reordering the redirections.)

-- 
         Carey Evans  http://home.clear.net.nz/pages/c.evans/

          GNU GPL: "The Source will be with you... always."


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to