From 5198da16a158d72c0b5e81640f278d9239a6e95e Mon Sep 17 00:00:00 2001 From: agb Date: Sat, 10 May 2008 06:30:25 +0000 Subject: [PATCH] [packages] ntpclient: redirect adjtimex output to eliminate syslog spam. Closes #3222 git-svn-id: svn://svn.openwrt.org/openwrt/packages@11103 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ntpclient/files/ntpclient.hotplug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ntpclient/files/ntpclient.hotplug b/net/ntpclient/files/ntpclient.hotplug index 403be9d61..e1274c5ec 100644 --- a/net/ntpclient/files/ntpclient.hotplug +++ b/net/ntpclient/files/ntpclient.hotplug @@ -15,7 +15,7 @@ config_cb() { config_get freq $cfg freq if [ ! "$freq" = "" ]; then - adjtimex -f $freq + adjtimex -f $freq >/dev/null fi ;; esac -- 2.11.0