projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8cd080
)
openntpd: don't test if the binary exists in the init script
author
Carlos Santos
<casantos@datacom.ind.br>
Mon, 16 Apr 2018 02:29:34 +0000
(23:29 -0300)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 16 Apr 2018 05:34:52 +0000
(07:34 +0200)
The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/openntpd/S49ntp
patch
|
blob
|
history
diff --git
a/package/openntpd/S49ntp
b/package/openntpd/S49ntp
index c211ac835ed71dbc10026a90a3bd5277b70292e1..7ce46eba280a24fcf363b5e39e8e0a1c68cefcb4 100755
(executable)
--- a/
package/openntpd/S49ntp
+++ b/
package/openntpd/S49ntp
@@
-1,6
+1,5
@@
#!/bin/sh
-[ -x /usr/sbin/ntpd ] || exit 0
[ -f /etc/ntpd.conf ] || exit 0
case "$1" in