summaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3/files/patch-tnm_library_init.tcl
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2005-09-26 21:10:51 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2005-09-26 21:10:51 +0000
commit869bbf131fabeb8f097f7a09826448ee5abf5abf (patch)
tree059eef6ffae3702c9ef267b7f0501b84fa8e1d2d /net-mgmt/scotty3/files/patch-tnm_library_init.tcl
parentmake the configure a bit more readable, and enhance a prefixed installation. (diff)
Include FreeBSD SNMP subtree.
Requested by: phk
Notes
Notes: svn path=/head/; revision=143604
Diffstat (limited to 'net-mgmt/scotty3/files/patch-tnm_library_init.tcl')
-rw-r--r--net-mgmt/scotty3/files/patch-tnm_library_init.tcl12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/scotty3/files/patch-tnm_library_init.tcl b/net-mgmt/scotty3/files/patch-tnm_library_init.tcl
new file mode 100644
index 000000000000..3a07dca01ceb
--- /dev/null
+++ b/net-mgmt/scotty3/files/patch-tnm_library_init.tcl
@@ -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.