svn commit: r311002 - in head: lib/libbsnmp/libbsnmp tools/build/mk

Ngie Cooper ngie at FreeBSD.org
Sun Jan 1 05:21:10 UTC 2017


Author: ngie
Date: Sun Jan  1 05:21:08 2017
New Revision: 311002
URL: https://svnweb.freebsd.org/changeset/base/311002

Log:
  Install bsnmpclient(3) as snmp_client_{init,set_host,set_port}(3)
  
  MFC after:	3 days
  X-MFC with:	r310999

Modified:
  head/lib/libbsnmp/libbsnmp/Makefile
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/lib/libbsnmp/libbsnmp/Makefile
==============================================================================
--- head/lib/libbsnmp/libbsnmp/Makefile	Sun Jan  1 05:16:24 2017	(r311001)
+++ head/lib/libbsnmp/libbsnmp/Makefile	Sun Jan  1 05:21:08 2017	(r311002)
@@ -77,6 +77,9 @@ MLINKS+=	bsnmpagent.3	tree_size.3
 
 MLINKS+=	bsnmpclient.3	snmp_add_binding.3
 MLINKS+=	bsnmpclient.3	snmp_client.3
+MLINKS+=	bsnmpclient.3	snmp_client_init.3
+MLINKS+=	bsnmpclient.3	snmp_client_set_host.3
+MLINKS+=	bsnmpclient.3	snmp_client_set_port.3
 MLINKS+=	bsnmpclient.3	snmp_close.3
 MLINKS+=	bsnmpclient.3	snmp_dialog.3
 MLINKS+=	bsnmpclient.3	snmp_discover_engine.3

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Jan  1 05:16:24 2017	(r311001)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Jan  1 05:21:08 2017	(r311002)
@@ -824,6 +824,9 @@ OLD_FILES+=usr/share/man/man3/asn_slice_
 OLD_FILES+=usr/share/man/man3/snmp_add_binding.3.gz
 OLD_FILES+=usr/share/man/man3/snmp_calc_keychange.3.gz
 OLD_FILES+=usr/share/man/man3/snmp_client.3.gz
+OLD_FILES+=usr/share/man/man3/snmp_client_init.3.gz
+OLD_FILES+=usr/share/man/man3/snmp_client_set_host.3.gz
+OLD_FILES+=usr/share/man/man3/snmp_client_set_port.3.gz
 OLD_FILES+=usr/share/man/man3/snmp_close.3.gz
 OLD_FILES+=usr/share/man/man3/snmp_debug.3.gz
 OLD_FILES+=usr/share/man/man3/snmp_dep_commit.3.gz


More information about the svn-src-all mailing list