[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1299319 - in /subversion/trunk/tools/server-side/svnpubsub: daemonize.py svnwcsub.py

From: Greg Stein <gstein_at_gmail.com>
Date: Sun, 11 Mar 2012 03:14:20 -0400

On Sat, Mar 10, 2012 at 20:22, <joes_at_apache.org> wrote:
>...
> +++ subversion/trunk/tools/server-side/svnpubsub/daemonize.py Sun Mar 11 01:22:34 2012
> @@ -151,6 +151,9 @@ class Daemon(object):
>       raise ChildResumedIncorrectly()
>
>     # we're a deamon now. get rid of the final remnants of the parent.
> +    # start by restoring default signal handlers
> +    signal.signal(signal.SIGUSR1, signal.SIG_DFL)
> +    signal.signal(signal.SIGCHLD, signal.SIG_DFL)

Thanks, Joe! Committed upstream:
  http://code.google.com/p/gstein/source/detail?r=16

Cheers,
-g
Received on 2012-03-11 08:14:54 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.