[InterNetNews/inn] e6c4e4: pullnews: Fix lock file handling
Julien ÉLIE
noreply at github.com
Thu Mar 30 11:20:26 UTC 2023
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: e6c4e40a3ddfa30c9df36d98b67aead71241ef58
https://github.com/InterNetNews/inn/commit/e6c4e40a3ddfa30c9df36d98b67aead71241ef58
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-03-30 (Thu, 30 Mar 2023)
Changed paths:
M frontends/pullnews.in
Log Message:
-----------
pullnews: Fix lock file handling
When pullnews is run outside INN as a separate script (rare use case),
the PID file was deleted when a second instance of pullnews was run in
parallel. Just after reporting another instance was already running,
it deleted the PID file.
The behaviour is correct when using INN::Utils::Shlock inside an INN
installation.
Commit: 1194065dc73229fcf12081256b0ac122763fb699
https://github.com/InterNetNews/inn/commit/1194065dc73229fcf12081256b0ac122763fb699
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-03-30 (Thu, 30 Mar 2023)
Changed paths:
M frontends/pullnews.in
Log Message:
-----------
pullnews: Ignore signals only in saveConfig()
Compare: https://github.com/InterNetNews/inn/compare/26cfdbada483...1194065dc732
More information about the inn-committers
mailing list