Raymond Wiker <[EMAIL PROTECTED]> wrote:

>         Hmm... Maybe this will work?
> 
>         /bin/sh -c "/usr/bin/ssh -n -f ${tunnel} &"
> 
> --- the effect of this should (hopefully) be that init becomes the
> parent of the zombie process.

     An easier-to-read way, assuming that a Bourne-compatible shell is
used (e.g., /bin/sh and not /bin/csh), would be:

        ( /usr/bin/ssh -n -f ${tunnel} & )

-- 
        Darryl Okahata
        [EMAIL PROTECTED]

DISCLAIMER: this message is the author's personal opinion and does not
constitute the support, opinion, or policy of Agilent Technologies, or
of the little green men that have been following him all day.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to