History log of /openwrt/package/utils/busybox/files/sysntpd
Revision Date Author Comments
# 1959e15a 07-Jul-2016 Maxim Storchak <m.storchak@gmail.com>

busybox: run sysntpd at higher priority

When a router is under load ntpd would have better chance to accurately
maintain system time.

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>


# 75316710 28-Nov-2014 Steven Barth <steven@midlink.org>

ntp: add hotplug class for ntp-events

Based on a patch by Luiz Angelo Daros de Luca

Signed-off-by: Steven Barth <steven@midlink.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43421 3c298f89-4303-0410-b956-a3cf2f4a3e73


# e723b792 25-Aug-2014 John Crispin <blogic@openwrt.org>

package/*: remove useless explicit set of function returncode

somebody started to set a function returncode in the validation
stuff and everybody copies it, e.g.

myfunction()
{
fire_command

return $?
}

a function automatically returns with the last returncode,
so we can safely remove the command 'return $?'. reference:

http://tldp.org/LDP/abs/html/exit-status.html
"The last command executed in the function or script determines the exit status."

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42278 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 69103ffd 30-Jun-2014 Luka Perkov <luka@openwrt.org>

busybox: fix validation in sysntpd init script

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41415 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 2c46cfb6 27-Jun-2014 John Crispin <blogic@openwrt.org>

busybox: use ntp enabled config option

Even if enabled option is missing from ntp configuration we are still keeping
default behavior.

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41355 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 4f6bfc34 17-Mar-2014 Felix Fietkau <nbd@openwrt.org>

busybox: fix processing of multiple NTP servers in the config (#15294)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39935 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 2a53dc44 28-Nov-2013 Jo-Philipp Wich <jow@openwrt.org>

busybox: do not abort sysntpd init if enable_server is unset, that variable just controls the server part for relaying NTP

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38936 3c298f89-4303-0410-b956-a3cf2f4a3e73


# fdb2563e 13-Nov-2013 John Crispin <blogic@openwrt.org>

procd: fixup 2 wrong option types

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38789 3c298f89-4303-0410-b956-a3cf2f4a3e73


# a79f9a75 13-Nov-2013 John Crispin <blogic@openwrt.org>

procd: convert services to the new validation api

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38787 3c298f89-4303-0410-b956-a3cf2f4a3e73


# cebf0513 23-Sep-2013 Luka Perkov <luka@openwrt.org>

[package] fix various init scripts

Changes include:

* removing unused variables
* replacing spaces with tabs where appropriate
* more consistency with variable declarations

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38142 3c298f89-4303-0410-b956-a3cf2f4a3e73


# d330d9fa 17-Sep-2013 John Crispin <blogic@openwrt.org>

procd: convert various packages to procd style init.d scripts

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38023 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 580caa7a 03-Aug-2013 Jo-Philipp Wich <jow@openwrt.org>

busybox: rename ntp init script back to sysntpd (#13920)

Renaming the init script to ntp broke LuCI time sync functionality and collides with other ntp packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37681 3c298f89-4303-0410-b956-a3cf2f4a3e73