summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Santos <casantos@datacom.ind.br>2018-04-15 23:29:30 -0300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-16 07:34:47 +0200
commitddd035b87e647bc95fdfe42c59ee931d55822a22 (patch)
treef6994351a478fece882fcbba694916ac32dc1160
parentb77c9d265ed678ec6c0ad9c1e1e5c6ada7206ced (diff)
downloadbuildroot-ddd035b87e647bc95fdfe42c59ee931d55822a22.tar.gz
buildroot-ddd035b87e647bc95fdfe42c59ee931d55822a22.zip
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 <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rwxr-xr-xpackage/netsnmp/S59snmpd3
1 files changed, 0 insertions, 3 deletions
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
OpenPOWER on IntegriCloud