projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8362423
)
[packages] ntpclient: redirect adjtimex output to eliminate syslog spam. Closes ...
author
Andy Boyett
<agb@openwrt.org>
Sat, 10 May 2008 06:30:25 +0000
(06:30 +0000)
committer
Andy Boyett
<agb@openwrt.org>
Sat, 10 May 2008 06:30:25 +0000
(06:30 +0000)
SVN-Revision: 11103
net/ntpclient/files/ntpclient.hotplug
patch
|
blob
|
history
diff --git
a/net/ntpclient/files/ntpclient.hotplug
b/net/ntpclient/files/ntpclient.hotplug
index 403be9d6125428ed84f4a839f0f9f8b50004f63b..e1274c5ecdfddf70250cf25f56e9e67f6f50e9a2 100644
(file)
--- 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