projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b77c9d2
)
netsnmp: don't test if the binaries exist in the init script
author
Carlos Santos
<casantos@datacom.ind.br>
Mon, 16 Apr 2018 02:29:30 +0000
(23:29 -0300)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 16 Apr 2018 05:34:47 +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/netsnmp/S59snmpd
patch
|
blob
|
history
diff --git
a/package/netsnmp/S59snmpd
b/package/netsnmp/S59snmpd
index 4ff844ee3ae196f5a92f69bd8ba2ef1f2fd0c10a..96ed8237ac091b224f2b66777e6fb139dcb7abc5 100755
(executable)
--- 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