Home
last modified time | relevance | path

Searched refs:SNMPD (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/regress/usr.sbin/snmpd/
H A DMakefile11 SNMPD ?= /usr/sbin/snmpd macro
12 SNMPD_START = ${SUDO} ${SNMPD} -Nvvdf ${.CURDIR}/snmpd.conf >> snmpd.log 2>&1 &
23 -${SUDO} pkill -f ${SNMPD}
29 -${SUDO} pkill -f ${SNMPD}
279 ${SUDO} pkill -f ${SNMPD}; \
/openbsd-src/share/snmp/
H A DOPENBSD-SNMPD-CONF.txt1 -- $OpenBSD: OPENBSD-SNMPD-CONF.txt,v 1.6 2016/01/30 23:06:27 sthen Exp $
17 OPENBSD-SNMPD-CONF DEFINITIONS ::= BEGIN
H A DMakefile4 FILES= OPENBSD-SNMPD-CONF.txt OPENBSD-BASE-MIB.txt
/openbsd-src/regress/usr.bin/snmp/
H A DMakefile4 SNMPD?= /usr/sbin/snmpd -f ${.OBJDIR}/snmpd.conf macro
84 ${SUDO} ${SNMPD}
91 ${SUDO} pkill -xf "${SNMPD}"; \
98 -${SUDO} pkill -xf "${SNMPD}"