GNOME Bugzilla – Bug 351826
kill -HUP <orca shell script pid> doesn't restart Orca on Solaris.
Last modified: 2008-07-22 19:13:24 UTC
Doing a "kill -HUP <orca shell script pid>" should now restart Orca. This works fine on Linux. The problem is that RUN is being set to 0 (rather than 129 -- 128 + signal number) on Solaris, so the main() routine is just terminating.
Yep. Looks like a bug. Tracking...
On Laszlo Peter's suggestion (thanks!), changed from using /bin/sh to using /bin/bash. Change checked into CVS HEAD.