1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Include FreeBSD SNMP subtree.

Requested by:	phk
This commit is contained in:
Vsevolod Stakhov 2005-09-26 21:10:51 +00:00
parent 47566dbd50
commit 869bbf131f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143604
2 changed files with 13 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= scotty
PORTVERSION= 20000221
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net-mgmt tcl84 tk84
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/devel/
DISTNAME= ${PORTNAME}-00-02-21

View File

@ -0,0 +1,12 @@
--- ../tnm/library/init.tcl.orig Tue Sep 27 00:56:07 2005
+++ ../tnm/library/init.tcl Tue Sep 27 00:57:30 2005
@@ -136,6 +136,9 @@
lappend tnm(mibs) TUBS-IBR-NFS-MIB TUBS-IBR-PROC-MIB
lappend tnm(mibs) TUBS-IBR-LINUX-MIB
+# Add also FreeBSD specific MIB
+lappend tnm(mibs) /usr/share/snmp/mibs/FREEBSD-MIB.txt
+
# Define a proc to handle background errors if none exists. First try
# to auto_load a definition so that we don't overwrite a definition
# provided by another package.