Thanks to all that made suggestions:
Keith Strange <kstran_at_acxiom.com>
Bob Sloane <SLOANE_at_KUHUB.CC.UKANS.EDU>
Lars Bro <lbr_at_dksin.dk>
Oisin McGuinness <oisin_at_sbcm.com>
Mike D Cross <crossmd_at_mh.uk.sbphrd.com>
The suggestion that seem to work for me was using NOHUP, or I could have use a
signal handler in the perl Script to ignore the HUP.
The problem occurs because the init process is the parent of all these startup
scripts and when the parent process dies, it sends HUP's to all the children
and since my startup script did not account for this it terminated.
Thanks again.
                                -- Edward S. Nowlan
                                   Networks and Systems Administrator
                                   Williams College
                                   Voice: 413-597-2082
                                     Fax: 413-597-4103
                                   Email: edward.nowlan_at_williams.edu
     
Received on Thu Sep 17 1998 - 00:27:28 NZST