Branch: refs/heads/master
Home: https://github.com/ddclient/ddclient
Commit: d70c3bf7847fd308c19ce6779a95ee4b3672accb
https://github.com/ddclient/ddclient/commit/d70c3bf7847fd308c19ce6779a95ee4b3672accb
Author: Richard Hansen <rh...@rh...>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M ddclient
Log Message:
-----------
Delete do-nothing `$opt{'syslog'} = 1;` when daemonized
That line has no effect because of the `%opt = %saved_opt;` line a few
lines later.
Commit: c314164d66844e4625a43c65ed2e15ebd25ef4a8
https://github.com/ddclient/ddclient/commit/c314164d66844e4625a43c65ed2e15ebd25ef4a8
Author: Sandro <san...@gm...>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M ddclient
Log Message:
-----------
Merge pull request #134 from rhansen/syslog-when-daemon
Delete do-nothing `$opt{'syslog'} = 1;` when daemonized
Compare: https://github.com/ddclient/ddclient/compare/6a48fbca420a...c314164d6684
|