diff options
author | mnag <mnag@FreeBSD.org> | 2005-09-28 01:32:27 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-09-28 01:32:27 +0800 |
commit | 590a3b98ed1b69c8301479fd602d5ddb0db62ec2 (patch) | |
tree | 232c7ef3d399d1931fb7a1c502aa3d12eac5f661 /net-mgmt/Makefile | |
parent | 13aea1b1979fc93c0dbafce5e7e6576ac7b7a7a6 (diff) | |
download | freebsd-ports-gnome-590a3b98ed1b69c8301479fd602d5ddb0db62ec2.tar.gz freebsd-ports-gnome-590a3b98ed1b69c8301479fd602d5ddb0db62ec2.tar.zst freebsd-ports-gnome-590a3b98ed1b69c8301479fd602d5ddb0db62ec2.zip |
New port
This is a mini-SNMP daemon. The basic daemon implements the system group
and a number of private extensions to manage the UDP transport mapping,
communities, trap destinations and loadable modules. In this form it can
be used to provide remote access to arbitrary data that can be described in
the form as required by the SMI. The daemon speaks both SNMPv1 and SNMPv2c.
PR: 86400
Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru>
Approved by: pav (mentor)
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index e651a865ce84..a004c79ca5fe 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -25,6 +25,7 @@ SUBDIR += bpft SUBDIR += braa SUBDIR += bsd-airtools + SUBDIR += bsnmpd SUBDIR += cdpd SUBDIR += cdpr SUBDIR += cfgstoragemk |