projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
387761e
)
busybox: do not abort sysntpd init if enable_server is unset, that variable just...
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 28 Nov 2013 11:28:40 +0000
(11:28 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 28 Nov 2013 11:28:40 +0000
(11:28 +0000)
SVN-Revision: 38936
package/utils/busybox/files/sysntpd
patch
|
blob
|
history
diff --git
a/package/utils/busybox/files/sysntpd
b/package/utils/busybox/files/sysntpd
index 6475e04d22ff1645a9009acee0ad9640a2f5bb02..add7762c7ff8c62337544201f1344a6273971b47 100755
(executable)
--- a/
package/utils/busybox/files/sysntpd
+++ b/
package/utils/busybox/files/sysntpd
@@
-19,7
+19,7
@@
start_service() {
return 1
}
- [
$enable_server -eq 0 -a
-z "$server" ] && return
+ [ -z "$server" ] && return
procd_open_instance
procd_set_param command "$PROG" -n