Some problems of faxrunqd

Shun-Jee Liu (liu@hermes.com.tw)
Thu, 30 Jan 1997 02:26:08 +0800 (CST)


Hi,

   I installed faxrunqd and found some problems/bugs.  The major part are:
In sub spawn_fax:
        $SIG { 'CHLD' } = 'DEFAULT';
may be added in child part because the child process will call
system() and invoke SIGCHLD when it returns.

By the way, you may want to add following check in sub sigchld_handler
        if ( -f "$spooldir/$child{$childpid}/JOB.$childpid" ) {
                ...
        }

Replace $tty = "***" with $line = "****";

Shun-Jee Liu
Hermes-Epitek
Tel: 886-3-5790022 ext 418
Fax: 886-3-5798320