[package] base-files: remove rdate integration, add busybox ntpd init script and...
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 27 Oct 2011 00:21:53 +0000 (00:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 27 Oct 2011 00:21:53 +0000 (00:21 +0000)
commit81d005e03d06732abbb319d7110f451756bf41a5
treebbe59022ca565c73b5f530f1bf57af0fcda08ee6
parentd30c4f89338615d6b5860d0652406273a0b7cc84
[package] base-files: remove rdate integration, add busybox ntpd init script and server list in /etc/config/system
The rdate applet proved to be too unreliable to obtain the current time on boot:
- public time servers are rare and often unreachable or overloaded
- rdate does not daemonize, it needs a network connection the moment it is started, leading to race conditions
- the /etc/config/timeserver configuration is overly complex and there is no reliable way to disable rdate invocations
- the time protocol as specified in RFC 868 is considered obsolete
This commit adds an init script /etc/init.d/sysntpd which starts and stops the busybox ntpd accordingly.
The builtin ntpd can be disabled by either disabling the init script, removing the symlink to busybox or
by clearing the timeserver list in /etc/config/system.

SVN-Revision: 28612
package/base-files/Makefile
package/base-files/files/etc/config/system
package/base-files/files/etc/config/timeserver [deleted file]
package/base-files/files/etc/hotplug.d/iface/40-rdate [deleted file]
package/base-files/files/etc/init.d/sysntpd [new file with mode: 0755]