artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4019286
)
The trap receiver syntax changed.
author
martijn
<martijn@openbsd.org>
Tue, 7 Sep 2021 10:09:28 +0000
(10:09 +0000)
committer
martijn
<martijn@openbsd.org>
Tue, 7 Sep 2021 10:09:28 +0000
(10:09 +0000)
Pointed out by and OK bluhm@
regress/usr.sbin/snmpd/snmpd.sh
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/snmpd/snmpd.sh
b/regress/usr.sbin/snmpd/snmpd.sh
index
3d9e8f0
..
b211d82
100644
(file)
--- a/
regress/usr.sbin/snmpd/snmpd.sh
+++ b/
regress/usr.sbin/snmpd/snmpd.sh
@@
-1,6
+1,6
@@
#!/bin/sh
#
-# $OpenBSD: snmpd.sh,v 1.1
4 2021/06/20 20:06:43
martijn Exp $
+# $OpenBSD: snmpd.sh,v 1.1
5 2021/09/07 10:09:28
martijn Exp $
#/*
# * Copyright (c) Rob Pierce <rob@openbsd.org>
# *
@@
-69,9
+69,6
@@
listen on 127.0.0.1 snmpv2c notify
listen on ::1 snmpv1 snmpv2c snmpv3
listen on ::1 snmpv2c notify
-# Specify a number of trap receivers
-trap receiver localhost
-
# Specify communities
read-only community public
read-write community private