Hello,
you possibly want to integrate a change that can now be found on
Debian [master] with a very interesting change:
start-stop-daemon: sync with Debian (CLOCK_MONOTONIC)..
Using CLOCK_MONOTONIC instead of what was in use until today will
ensure that running actions with configured time periods will run,
and at correct times, even in the event of intermediate changes to
the system clock.
--steffen
Author: Steffen Nurpmeso <sdaoden@users.sf.net>
Date: 2015-05-11 16:38:43 +0200
start-stop-daemon: sync with Debian (CLOCK_MONOTONIC)..
Using CLOCK_MONOTONIC instead of what was in use until today will
ensure that running actions with configured time periods will run,
and at correct times, even in the event of intermediate changes to
the system clock.
start-stop-daemon [1] is a small program from debian used to
control the creation and termination of system-level processes
in a reliable and secure way.
We decided to add start-stop-daemon to our core collection and
as with most core ports it is a requirement for a working CRUX
system. Please install.
We encourage all port maintainers to use start-stop-daemon in
their rc scripts. This will improve the scripts a lot without
the need for complex shell scripting.
[1] http://man7.org/linux/man-pages/man8/start-stop-daemon.8.html