Branch: refs/heads/master
Home: https://github.com/ddclient/ddclient
Commit: b094c1bff5da846044d646fd8c63954521793cad
https://github.com/ddclient/ddclient/commit/b094c1bff5da846044d646fd8c63954521793cad
Author: Richard Hansen <rh...@rh...>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M ddclient
Log Message:
-----------
Only write the PID file if daemonized
There's not much point in writing a PID file if the user does not want
to fork. (The process executing ddclient already knows the PID, so it
can save it to a file if desired.)
This change is a prerequisite to using Proc::Daemon to fix the buggy
daemonization logic.
Commit: 104c3245ce7bfb4c3970d66d1852ff27a25ba29f
https://github.com/ddclient/ddclient/commit/104c3245ce7bfb4c3970d66d1852ff27a25ba29f
Author: Sandro <san...@gm...>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M ddclient
Log Message:
-----------
Merge pull request #133 from rhansen/pid-only-if-daemonized
Only write the PID file if daemonized
Compare: https://github.com/ddclient/ddclient/compare/85286de11dca...104c3245ce7b
|