From: Carlos Santos Date: Mon, 16 Apr 2018 02:29:30 +0000 (-0300) Subject: netsnmp: don't test if the binaries exist in the init script X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddd035b87e647bc95fdfe42c59ee931d55822a22;p=buildroot.git netsnmp: don't test if the binaries exist 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/netsnmp/S59snmpd b/package/netsnmp/S59snmpd index 4ff844ee3a..96ed8237ac 100755 --- a/package/netsnmp/S59snmpd +++ b/package/netsnmp/S59snmpd @@ -14,9 +14,6 @@ export PATH=/sbin:/usr/sbin:/bin:/usr/bin -test -x /usr/sbin/snmpd || exit 0 -test -x /usr/sbin/snmptrapd || exit 0 - # Defaults export MIBDIRS=/usr/share/snmp/mibs SNMPDRUN=yes