[packages] ntpclient: redirect adjtimex output to eliminate syslog spam. Closes ...
authorAndy Boyett <agb@openwrt.org>
Sat, 10 May 2008 06:30:25 +0000 (06:30 +0000)
committerAndy Boyett <agb@openwrt.org>
Sat, 10 May 2008 06:30:25 +0000 (06:30 +0000)
SVN-Revision: 11103

net/ntpclient/files/ntpclient.hotplug

index 403be9d6125428ed84f4a839f0f9f8b50004f63b..e1274c5ecdfddf70250cf25f56e9e67f6f50e9a2 100644 (file)
@@ -15,7 +15,7 @@ config_cb() {
                        config_get freq         $cfg freq
 
                        if [ ! "$freq" = "" ]; then
-                               adjtimex -f $freq
+                               adjtimex -f $freq >/dev/null
                        fi
                ;;
        esac