artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f2292
)
Adjust for traphandler process removal commit.
author
martijn
<martijn@openbsd.org>
Fri, 22 Jan 2021 06:35:26 +0000
(06:35 +0000)
committer
martijn
<martijn@openbsd.org>
Fri, 22 Jan 2021 06:35:26 +0000
(06:35 +0000)
OK denis@, rob@
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
cafe2b6
..
a4ded3c
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
2 2020/08/08 11:06:40
martijn Exp $
+# $OpenBSD: snmpd.sh,v 1.1
3 2021/01/22 06:35:26
martijn Exp $
#/*
# * Copyright (c) Rob Pierce <rob@openbsd.org>
# *
@@
-65,7
+65,9
@@
cat > ${OBJDIR}/snmpd.conf <<EOF
# This is config template (1) for snmpd regression testing
# Restrict daemon to listen on localhost only
listen on 127.0.0.1
+listen on 127.0.0.1 notify
listen on ::1
+listen on ::1 notify
# Specify a number of trap receivers
trap receiver localhost