]> Sergey Matveev's repositories - public-inbox.git/commit
daemon+watch: fix localization of %SIG for non-signalfd users
authorEric Wong <e@80x24.org>
Thu, 14 Jan 2021 07:06:16 +0000 (19:06 -1200)
committerEric Wong <e@80x24.org>
Thu, 14 Jan 2021 23:14:08 +0000 (23:14 +0000)
commitb552bb9150775fe4b5a9eb76803e8859c647be92
tree56e48222cd16481c6f4bc53a130f4c68e0628794
parent39d44555e3f04c97e98c7f5d3538bbba6a19656b
daemon+watch: fix localization of %SIG for non-signalfd users

It turns out "local" did not take effect in the way we used it:
  http://nntp.perl.org/group/perl.perl5.porters/258784
  <CAHhgV8hPbcmkzWizp6Vijw921M5BOXixj4+zTh3nRS9vRBYk8w@mail.gmail.com>

Fortunately, none of the old use cases seem affected, unlike the
previous lei change to ensure consistent SIGPIPE handling.
lib/PublicInbox/Daemon.pm
script/public-inbox-watch