diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-25 11:03:01 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-25 11:03:01 +0000 |
commit | 3aae3284ba867e45d14b11524b9b8dcb062fdb49 (patch) | |
tree | 77689b93656ba6b1078f3c8f40a00ed1f9fb6737 /net/net-snmp/files/patch-snmpd.1.def | |
parent | - Update to version 2.0.6 (diff) |
o Fix string representation of IPv6 address for libwrap's address
matching.
o Add a note that numeric address is required for snmpd in
/etc/hosts.allow.
Guided by: ume
Diffstat (limited to 'net/net-snmp/files/patch-snmpd.1.def')
-rw-r--r-- | net/net-snmp/files/patch-snmpd.1.def | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/net-snmp/files/patch-snmpd.1.def b/net/net-snmp/files/patch-snmpd.1.def new file mode 100644 index 000000000000..6c3db6228f1e --- /dev/null +++ b/net/net-snmp/files/patch-snmpd.1.def @@ -0,0 +1,13 @@ +--- man/snmpd.1.def.orig Tue May 7 06:28:37 2002 ++++ man/snmpd.1.def Thu Jul 25 18:49:40 2002 +@@ -205,6 +205,10 @@ + the error "Error opening specified endpoint". Likewise, since AAL5 + PVC support is only currently available on Linux, it will fail with + the same error on other platforms. ++.PP ++.B snmpd ++uses libwrap's access control if configured by --with-libwrap. ++Access control patterns may only reference IP addresses. + + .RE + .SH CONFIGURATION FILES |