[PATCH 0/2] ntpd: retry name-resolution until success

Mark O'Donovan shiftee at eircom.net
Thu Feb 4 13:43:15 UTC 2016


This is an attempt to fix bug 8131:
  ntpd: should retry on name resolving error

ntpd init now waits for hostname-resolution to succeed instead of quitting.
If there is no network/dns available then the command will not daemonise so
the second patch moves the daemonise code before the peer-adding code.

Mark O'Donovan (2):
  ntpd: retry name-resolution until success
  ntpd: daemonise before adding peers

 networking/ntpd.c | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

-- 
1.9.1



More information about the busybox mailing list