Re: bash, rxvt and interactive shells not exiting as expected

2006-12-20 Thread Jason Curl
Dave Korn wrote: On 19 December 2006 23:43, Jason Curl wrote: Now, AFAICT rxvt should be starting bash as a login shell in interactive mode. When I close the window from RXVT, a SIGHUP should be sent to bash, and according to the manpages from bash this should also cause SIGHUPs to all the othe

RE: bash, rxvt and interactive shells not exiting as expected

2006-12-19 Thread Dave Korn
On 19 December 2006 23:43, Jason Curl wrote: > Now, AFAICT rxvt should be starting bash as a login shell in interactive > mode. When I close the window from RXVT, a SIGHUP should be sent to > bash, and according to the manpages from bash this should also cause > SIGHUPs to all the other processes

bash, rxvt and interactive shells not exiting as expected

2006-12-19 Thread Jason Curl
Dear Cygwin users, I've come across a behaviour that doesn't appear to match the description in the man pages, at least for bash. I have a shell script that starts some non-interactive tasks in the background. This shell script is then executed on startup when a user double clicks on an icon