PROBLEM: (QAR 53588) (Patch ID: OSF410-400337) ******** This patch fixes a problem that causes the 'doconfig' program to hang when invoked by the uuxqt program. When uuxqt invokes doconfig, doconfig spawns a child process that should be terminated by a SIGTERM signal. Instead, the process ends up waiting on a SIGCHLD which never occurs because the child process never acts on the SIGTERM.