K 10 svn:author V 7 ghelmer K 8 svn:date V 27 2003-11-10T22:01:42.000000Z K 7 svn:log V 337 Prevent abnormal termination of a child daemon process when created by a parent that is a session leader (e.g., login shell) by ignoring SIGHUP in before calling fork(2) and then restoring SIGHUP's action after setsid(3). Based on the patch by Martin Kammerhofer . PR: bin/25462 Reviewed by: bde, alex.neyman@auriga.ru END