[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
This commit is contained in:
parent
7c8d545748
commit
5198da16a1
@ -15,7 +15,7 @@ config_cb() {
|
||||
config_get freq $cfg freq
|
||||
|
||||
if [ ! "$freq" = "" ]; then
|
||||
adjtimex -f $freq
|
||||
adjtimex -f $freq >/dev/null
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user