ntpd: daemonize before DNS resolution
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 3 Jul 2016 15:58:54 +0000 (17:58 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 3 Jul 2016 15:58:54 +0000 (17:58 +0200)
commitaabb0a93e947a2a3cd180b490ae6664396446f63
treed78155400114c2e48cb03ca5463d655ebd20c93e
parent5b8c89d1f270909d1a0201478236de6ed89c8ca4
ntpd: daemonize before DNS resolution

This resolves the following use case problem:

"I start ntpd by default from /etc/init.d

There might be no working network connection (not configured properly for
whatever reason, hardware problems, whatelse).

With busybox 1.25 ntpd seems to loop forever if now NTP servers are found,
blocking the boot process  and I never get a login to solve a possible pb or
to do a first time configuration."

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ntpd.c