summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/config/system
Commit message (Collapse)AuthorAgeFilesLines
* base-files: remove rdate integration, add busybox ntpd init script and ↵Jo-Philipp Wich2011-10-271-2/+5
| | | | | | 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
* base-files (#7316) - improve rdate reliability - make rdate config more ntp ↵Jo-Philipp Wich2010-05-171-7/+1
| | | | | | like - move time server list to /etc/config/timeserver - bump package revision SVN-Revision: 21495
* base-files: add a hotplug handler for rdateJo-Philipp Wich2010-03-271-0/+9
| | | | SVN-Revision: 20518
* system now knows which timezone it is inJohn Crispin2008-06-111-0/+1
| | | | SVN-Revision: 11445
* add new config option for the hostname in /etc/config/system (fixes #1302, ↵Felix Fietkau2007-03-061-0/+2
#1438) SVN-Revision: 6532