]> git.tuebingen.mpg.de Git - paraslash.git/commit
Fix SIGUSR1 handling on Solaris.
authorAndre Noll <maan@systemlinux.org>
Tue, 11 Dec 2007 16:42:24 +0000 (17:42 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 11 Dec 2007 16:42:24 +0000 (17:42 +0100)
commit02f5def4490f7e12987b0cf77989d42045627df5
treee5b46e4b184b867a7c67a027cb1288eadef82d87
parent6de8cd316c938093c3d9e5e07d959daef4768575
Fix SIGUSR1 handling on Solaris.

para_client dies the second time it receives SIGUSR1, because the signal action
is restored to the default state once the signal handler has been called.
command.c