From: Carlos Santos Date: Mon, 16 Apr 2018 02:29:34 +0000 (-0300) Subject: openntpd: don't test if the binary exists in the init script X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0100c6962d8c91d1c9e0fe1c08790d6778f881ef;p=buildroot.git openntpd: don't test if the binary exists in the init script 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 Signed-off-by: Thomas Petazzoni --- 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