diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2005-09-27 05:10:51 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2005-09-27 05:10:51 +0800 |
commit | cafd53842ab1a40a5dd6cb03efb06c4579df6584 (patch) | |
tree | 6d79b42493df55c6de273b4bfa0fe4220ad7dc65 /net-mgmt | |
parent | 85f0c8d9f670bb48412cb7a7040d45d3e4359640 (diff) | |
download | freebsd-ports-gnome-cafd53842ab1a40a5dd6cb03efb06c4579df6584.tar.gz freebsd-ports-gnome-cafd53842ab1a40a5dd6cb03efb06c4579df6584.tar.zst freebsd-ports-gnome-cafd53842ab1a40a5dd6cb03efb06c4579df6584.zip |
Include FreeBSD SNMP subtree.
Requested by: phk
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/scotty3/files/patch-tnm_library_init.tcl | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 610ddafb01f2..b2545a96bebd 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -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 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. |