Tim Connors writes:
> Package: bash
> Version: 3.0-15
> Severity: normal
> 
> Is there a way to turn off bash's reporting of what signals have
> terminated a program?  There is no obvious occurence of the method to
> shut this off, in the man page.
> 
> It is most frustrating to have a script that runs a program where it
> not unexpected to receive a signal to kill it, and I have to filter
> out the crap that bash prints out.  In a script, it is obvious that
> this shouldn't even happen -- this behaviour should certainly not be
> turned on by default:
> 
> 37400,12> gnuserv.restart 
> /home/tconnors/bin/gnuserv.restart: line 36: 23475 Terminated              
> $GNUSERV 2>/dev/null

why not start the process using nohup, or in a subshell?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to