projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9912d02
)
busybox: fix validation in sysntpd init script
author
Luka Perkov
<luka@openwrt.org>
Mon, 30 Jun 2014 10:11:18 +0000
(10:11 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Mon, 30 Jun 2014 10:11:18 +0000
(10:11 +0000)
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41415
package/utils/busybox/files/sysntpd
patch
|
blob
|
history
diff --git
a/package/utils/busybox/files/sysntpd
b/package/utils/busybox/files/sysntpd
index 417addfb1ca5c0235b8554de1a4368a1385d7964..1878c3f59472306a2c5decd5c1243a6201d13908 100755
(executable)
--- a/
package/utils/busybox/files/sysntpd
+++ b/
package/utils/busybox/files/sysntpd
@@
-9,6
+9,7
@@
PROG=/usr/sbin/ntpd
validate_ntp_section() {
uci_validate_section system timeserver "${1}" \
'server:list(host)' 'enabled:bool:1' 'enable_server:bool:0'
+ return $?
}
start_service() {