[Buildroot] [PATCH 16/26] openntpd: don't test if the binary exists in the init script

Carlos Santos casantos at datacom.ind.br
Mon Apr 16 02:29:34 UTC 2018


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 at datacom.ind.br>
---
 package/openntpd/S49ntp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/openntpd/S49ntp b/package/openntpd/S49ntp
index c211ac835e..7ce46eba28 100755
--- 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
-- 
2.14.3



More information about the buildroot mailing list