Home
last modified time | relevance | path

Searched refs:SNMPDRUN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/netsnmp/
H A DS59snmpd19 SNMPDRUN=yes
38 if [ "$SNMPDRUN" = "yes" -a -f /etc/snmp/snmpd.conf ]; then
52 if [ "$SNMPDRUN" = "yes" -a -f /etc/snmp/snmpd.conf ]; then
66 if [ "$SNMPDRUN" = "yes" -a -f /etc/snmp/snmpd.conf ]; then
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/files/
H A Dinit8 SNMPDRUN=yes
18 [ "$SNMPDRUN" = "yes" ] && { test -x /usr/sbin/snmpd || exit 0; }
24 if [ "$SNMPDRUN" = "yes" -a -f /etc/snmp/snmpd.conf -a ! -f "$PIDFILE" ]; then