From 869de018087e046dfcf267b392533dc6194ac767 Mon Sep 17 00:00:00 2001 From: Andy Boyett Date: Sat, 10 May 2008 06:30:25 +0000 Subject: [PATCH] [packages] ntpclient: redirect adjtimex output to eliminate syslog spam. Closes #3222 SVN-Revision: 11103 --- 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 403be9d612..e1274c5ecd 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.30.2