summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorMartijn van Duren <martijn@cvs.openbsd.org>2022-09-01 14:20:34 +0000
committerMartijn van Duren <martijn@cvs.openbsd.org>2022-09-01 14:20:34 +0000
commit711a00bea456404a96856b619c0c70076a84a3fd (patch)
treedbca2dbb117515efd2188d8c54db70008efcd1d8 /libexec
parent918fb6c9376e6fcb1e59561c9089bf1bd80469bc (diff)
Import snmpd_metrics.
This contains snmpd's mib.c (and friends) adjusted for libagentx. This standalone binary is to be used by snmpd to achieve privilege separation. If people need net-snmpd, but want some of the base snmpd metrics they can start this binary as a normal daemon and connect to net-snmpd's agentx socket. Tested, Feedback, and OK sthen@ Release build test, and OK tb@
Diffstat (limited to 'libexec')
-rw-r--r--libexec/snmpd/snmpd_metrics/pf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/snmpd/snmpd_metrics/pf.c b/libexec/snmpd/snmpd_metrics/pf.c
index a4b60962e32..5c354161e8a 100644
--- a/libexec/snmpd/snmpd_metrics/pf.c
+++ b/libexec/snmpd/snmpd_metrics/pf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf.c,v 1.1.1.1 2022/09/01 14:20:33 martijn Exp $ */
+/* $OpenBSD: pf.c,v 1.1 2022/09/01 14:20:33 martijn Exp $ */
/*
* Copyright (c) 2012 Joel Knight <joel@openbsd.org>