1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

The scotty port was marked FORBIDDEN for security reasons 2 years and 1

month ago.  Remove it.
This commit is contained in:
Kris Kennaway 2002-10-13 03:37:31 +00:00
parent 9fc1c3c4c2
commit 81032b2791
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67931
11 changed files with 0 additions and 518 deletions

View File

@ -502,7 +502,6 @@
SUBDIR += satellite
SUBDIR += scdp
SUBDIR += scli
SUBDIR += scotty
SUBDIR += scotty3
SUBDIR += sdl_net
SUBDIR += sendfile

View File

@ -1,37 +0,0 @@
# New ports collection makefile for: scotty
# Date created: 18 February 1995
# Whom: Gennady Sorokopud <gena@netvisions.net.il>
#
# $FreeBSD$
#
PORTNAME= scotty
PORTVERSION= 2.1.10
CATEGORIES= net tk83
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
MAINTAINER= demon@FreeBSD.org
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
FORBIDDEN= "Buffer overflow in ntping yielding setuid root"
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl-config=${LOCALBASE}/lib/tcl8.3 \
--with-tk-config=${LOCALBASE}/lib/tk8.3
WRKSRC=${WRKDIR}/${DISTNAME}/unix
MAN1= tkined.1 scotty.1
MAN8= ntping.8 straps.8
MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.n \
mib.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \
syslog.n udp.n
PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \
SCOTTY_VERSION=2.1.10 TKINED_VERSION=1.4.10
FREEBSD_VERSION!= ${ECHO} `uname -m`-`uname`-`uname -r`
pre-install:
@cd ${WRKSRC};make sinstall
@${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (scotty-2.1.10.tar.gz) = e885c33ac4ba9cf17ca09886ca4046b1

View File

@ -1,12 +0,0 @@
--- tkined.sh.in~ Fri Sep 13 09:30:41 1996
+++ tkined.sh.in Fri Sep 13 09:26:21 1996
@@ -0,0 +1,3 @@
+#!/bin/sh
+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.10 @PREFIX@/lib/tnm2.1.10"
+exec @PREFIX@/bin/tkined1.4.10 $*
--- scotty.sh.in~ Fri Sep 13 09:30:41 1996
+++ scotty.sh.in Fri Sep 13 09:26:21 1996
@@ -0,0 +1,3 @@
+#!/bin/sh
+export TCLLIBPATH="@PREFIX@/lib/tnm2.1.10"
+exec @PREFIX@/bin/scotty2.1.10

View File

@ -1,15 +0,0 @@
--- ../tkined/apps/snmp_monitor.tcl Mon Sep 2 18:30:19 1996
+++ ..//tkined/apps/snmp_monitor.tcl Mon Mar 3 14:43:52 1997
@@ -482,8 +482,11 @@
set args $ip
set i 0
+ set snmpconfig [ined attribute $id "SNMP:Config"]
foreach if $iflist {
- lappend args [CreateChart $id [expr 30+$i] [expr 30+$i]]
+ set nid [CreateChart $id [expr 30+$i] [expr 30+$i]]
+ lappend args $nid
+ ined -noupdate attribute $nid "SNMP:Config" $snmpconfig
lappend args $if
incr i
}

View File

@ -1,33 +0,0 @@
--- Makefile.in Mon Sep 7 13:12:57 1998
+++ Makefile.in Fri Mar 26 20:20:58 1999
@@ -59,3 +59,3 @@
# to -g, change the following line:
-CFLAGS = -O
+# CFLAGS = -O
@@ -509,7 +509,7 @@
@$(INSTALL_PROGRAM) scotty $(BIN_INSTALL_DIR)/scotty$(TNM_VERSION)
@$(INSTALL_DATA) tnm$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX)
@chmod 555 $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX)
- @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)[info sharedlibextension]"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl
+ @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION).so"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl
tnm-install-mibs:
@for i in $(TNM_INSTALL_DIR)/mibs ; \
@@ -608,10 +608,14 @@
fi; \
done;
@echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)"
- @$(INSTALL_PROGRAM) tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION)
+ @$(INSTALL_DATA) -m 555 tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION)
+ @sed s,@PREFIX@,${prefix},g tkined.sh.in >tkined.sh
+ @sed s,@PREFIX@,${prefix},g scotty.sh.in >scotty.sh
+ @$(INSTALL_DATA) -m 555 tkined.sh ${BIN_INSTALL_DIR}/tkined
+ @$(INSTALL_DATA) -m 555 scotty.sh ${BIN_INSTALL_DIR}/scotty
@$(INSTALL_DATA) tkined$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)$(SHLIB_SUFFIX)
@chmod 555 $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)$(SHLIB_SUFFIX)
- @echo 'package ifneeded Tkined $(TKI_VERSION) "load $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)[info sharedlibextension]"' > $(TKI_INSTALL_DIR)/pkgIndex.tcl
+ @echo 'package ifneeded Tkined $(TKI_VERSION) "load $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION).so"' > $(TKI_INSTALL_DIR)/pkgIndex.tcl
@$(INSTALL_DATA) $(TKI_DIR)/tkined.defaults $(TKI_INSTALL_DIR)
tki-install-library:

View File

@ -1,19 +0,0 @@
--- ../tnm/ntping/ntping.c Thu Sep 19 10:59:13 1996
+++ ../tnm/ntping/ntping.c Thu Mar 6 17:32:03 1997
@@ -749,7 +749,15 @@
return;
}
- dprintf (stderr, "* .. got host %s .. ", job->hname);
+ dprintf (stderr, "* .. got host %s .. %x %x ", job->hname,
+ sfrom.sin_addr.s_addr, job->sa.sin_addr.s_addr );
+
+ if ( type == ping && sfrom.sin_addr.s_addr != job->sa.sin_addr.s_addr)
+ {
+ dprintf (stderr, "* non-matching IP# was: %x should be:%x.\n",
+ sfrom.sin_addr.s_addr, job->sa.sin_addr.s_addr );
+ return;
+ }
switch (type)
{

View File

@ -1,20 +0,0 @@
--- configure Tue Jul 22 15:21:27 1997
+++ configure Sat Aug 23 04:14:43 1997
@@ -1402,7 +1402,7 @@
DL_LIBS=$TCL_DL_LIBS
LD_FLAGS=$TCL_LD_FLAGS
LD_SEARCH_FLAGS=$TCL_LD_SEARCH_FLAGS
-TCL_INCLUDES=-I$TCL_PREFIX/include
+TCL_INCLUDES=-I$TCL_PREFIX/include/tcl$TCL_VERSION
if test -z "$SHLIB_LD" ; then
{ echo "configure: error: no shared linker definition (TCL_SHLIB_LD) in tclConfig.sh" 1>&2; exit 1; }
@@ -1486,7 +1486,7 @@
fi
. $tnm_cv_path_tk_config/tkConfig.sh
-TK_INCLUDES=-I$TK_PREFIX/include
+TK_INCLUDES=-I$TK_PREFIX/include/tk$TK_VERSION
if test "$TK_INCLUDES" = "$TCL_INCLUDES" ; then
TK_INCLUDES=""
fi

View File

@ -1 +0,0 @@
Network management extensions to tcl

View File

@ -1,6 +0,0 @@
This is a tcl extension which allows to set up TCP and UDP
connections, to send various ICMP packets, to query the domain name
system (DNS), to check clock skew using the NTP protocol and to query
various SUN RPC services (like rstat and mountd).
WWW: http://wwwhome.cs.utwente.nl/~schoenw/scotty/

View File

@ -1,373 +0,0 @@
bin/ntping
bin/straps
bin/scotty
bin/scotty%%SCOTTY_VERSION%%
bin/tkined
bin/tkined%%TKINED_VERSION%%
lib/tnm%%SCOTTY_VERSION%%/mibs/cisco.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/dvmrp.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/hp-unix.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/ncd.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1213.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1238.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1269.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1285.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1315.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1354.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1381.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1382.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1406.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1407.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1414.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1461.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1471.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1472.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1473.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1474.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1493.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1512.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1513.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1514.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1515.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1516.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1525.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1559.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1565.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1566.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1567.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1573.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1595.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1604.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1611.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1612.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1628.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1643.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1650.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1657.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1658.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1659.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1660.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1666.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1694.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1695.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1696.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1697.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1724.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1742.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1747.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1748.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1749.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1757.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1759.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1792.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1850.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1906.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1907.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1910.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc2020.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/synoptics.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-linux.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-mlm.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-nfs.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-proc.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-tnm.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/unix.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/wellfleet.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/xxx.mib
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1155.smi
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1573.smi
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1902.smi
lib/tnm%%SCOTTY_VERSION%%/mibs/compat.tc
lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1903.tc
lib/tnm%%SCOTTY_VERSION%%/mibs/OIM.gdmo
lib/tnm%%SCOTTY_VERSION%%/mibs/X721.gdmo
lib/tnm%%SCOTTY_VERSION%%/mibs/X722.gdmo
lib/tnm%%SCOTTY_VERSION%%/mibs/X739.gdmo
lib/tnm%%SCOTTY_VERSION%%/pkgIndex.tcl
lib/tnm%%SCOTTY_VERSION%%/library/README
lib/tnm%%SCOTTY_VERSION%%/library/dialog.tcl
lib/tnm%%SCOTTY_VERSION%%/library/output.tcl
lib/tnm%%SCOTTY_VERSION%%/library/snmp.tcl
lib/tnm%%SCOTTY_VERSION%%/library/monitor.tcl
lib/tnm%%SCOTTY_VERSION%%/library/obsolete.tcl
lib/tnm%%SCOTTY_VERSION%%/library/init.tcl
lib/tnm%%SCOTTY_VERSION%%/library/tclIndex
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1155.smi.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1902.smi.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1903.tc.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/compat.tc.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1906.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1907.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1213.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1910.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1269.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1238.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1757.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1315.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1354.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1381.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1382.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1406.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1407.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1414.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1461.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1471.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1472.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1473.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1474.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1493.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1512.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1513.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1514.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1515.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1516.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1525.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1559.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1565.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1566.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1567.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1573.smi.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1573.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1595.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1604.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1611.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1612.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1628.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1643.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1650.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1657.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1658.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1659.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1660.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1666.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1694.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1695.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1696.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1697.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1724.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1742.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1747.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1748.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1749.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1759.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1792.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1850.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc2020.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/tubs-tnm.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/tubs-nfs.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/tubs-proc.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/tubs-mlm.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/xxx.mib.idy
lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/dvmrp.mib.idy
lib/tnm%%SCOTTY_VERSION%%/agents/snmpd
lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-tnm.tcl
lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-mlm.tcl
lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-nfs.tcl
lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-proc.tcl
lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-http.tcl
lib/tnm%%SCOTTY_VERSION%%/agents/README
lib/tnm%%SCOTTY_VERSION%%/examples/discover
lib/tnm%%SCOTTY_VERSION%%/examples/discover.n
lib/tnm%%SCOTTY_VERSION%%/examples/emok
lib/tnm%%SCOTTY_VERSION%%/examples/emok.n
lib/tnm%%SCOTTY_VERSION%%/examples/etherload
lib/tnm%%SCOTTY_VERSION%%/examples/etherload.n
lib/tnm%%SCOTTY_VERSION%%/examples/ifload
lib/tnm%%SCOTTY_VERSION%%/examples/ifload.n
lib/tnm%%SCOTTY_VERSION%%/examples/ifload2gif
lib/tnm%%SCOTTY_VERSION%%/examples/ifload2gif.n
lib/tnm%%SCOTTY_VERSION%%/examples/snmptrapd
lib/tnm%%SCOTTY_VERSION%%/examples/snmptrapd.n
lib/tnm%%SCOTTY_VERSION%%/examples/mibtree
lib/tnm%%SCOTTY_VERSION%%/examples/mibtree.n
lib/tnm%%SCOTTY_VERSION%%/examples/nslook
lib/tnm%%SCOTTY_VERSION%%/examples/nslook.n
lib/tnm%%SCOTTY_VERSION%%/examples/rpcprobe
lib/tnm%%SCOTTY_VERSION%%/examples/rpcprobe.n
lib/tnm%%SCOTTY_VERSION%%/examples/rstat
lib/tnm%%SCOTTY_VERSION%%/examples/rstat.n
lib/tnm%%SCOTTY_VERSION%%/examples/snmpwalk
lib/tnm%%SCOTTY_VERSION%%/examples/snmpwalk.n
lib/tnm%%SCOTTY_VERSION%%/examples/tcpspeed
lib/tnm%%SCOTTY_VERSION%%/examples/tcpspeed.n
lib/tnm%%SCOTTY_VERSION%%/examples/traceroute
lib/tnm%%SCOTTY_VERSION%%/examples/traceroute.n
lib/tnm%%SCOTTY_VERSION%%/examples/udploss
lib/tnm%%SCOTTY_VERSION%%/examples/udploss.n
lib/tnm%%SCOTTY_VERSION%%/examples/udpspeed
lib/tnm%%SCOTTY_VERSION%%/examples/udpspeed.n
lib/tnm%%SCOTTY_VERSION%%/examples/uiping
lib/tnm%%SCOTTY_VERSION%%/examples/uiping.n
lib/tnm%%SCOTTY_VERSION%%/examples/yanny
lib/tnm%%SCOTTY_VERSION%%/examples/yanny.n
lib/tnm%%SCOTTY_VERSION%%/examples/pcnfs
lib/tnm%%SCOTTY_VERSION%%/examples/pcnfs.n
lib/tnm%%SCOTTY_VERSION%%/examples/mibgrep
lib/tnm%%SCOTTY_VERSION%%/examples/mibgrep.n
lib/tnm%%SCOTTY_VERSION%%.so
lib/tkined%%TKINED_VERSION%%/pkgIndex.tcl
lib/tkined%%TKINED_VERSION%%/tkined.defaults
lib/tkined%%TKINED_VERSION%%/library/Editor.tcl
lib/tkined%%TKINED_VERSION%%/library/Diagram.tcl
lib/tkined%%TKINED_VERSION%%/library/Command.tcl
lib/tkined%%TKINED_VERSION%%/library/Tool.tcl
lib/tkined%%TKINED_VERSION%%/library/Objects.tcl
lib/tkined%%TKINED_VERSION%%/library/Dialog.tcl
lib/tkined%%TKINED_VERSION%%/library/Event.tcl
lib/tkined%%TKINED_VERSION%%/library/Help.tcl
lib/tkined%%TKINED_VERSION%%/library/Misc.tcl
lib/tkined%%TKINED_VERSION%%/library/pkgIndex.tcl
lib/tkined%%TKINED_VERSION%%/bitmaps/Box.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/BoxMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/DEC-Server.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/DEC-ServerMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/DEC.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/DECMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/HP.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/HP7550.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/HP7550Mask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/HPMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/HPdj.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/HPdjMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/HPsj.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/HPsjMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/IPC.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/IPCMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-client.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-clientMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-server.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-serverMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/RS6000.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/RS6000Mask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/SLC.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/SLCMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/SUN-Server.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/SUN-ServerMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/SUN3.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/SUN3Mask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/SparcStation.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/SparcStationMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/Xstation.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/XstationMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/action.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/actionMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/backbone.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/backboneMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/bigBox.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/bigBoxMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/bone.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/boneMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/bridge.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/bridgeMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/bus.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/busMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/cisco.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/ciscoMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/clock.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/clockMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/concent.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/concentMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/connector.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/connectorMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/corner.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/explode.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/explodeMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/graph.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/group.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/groupMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/hand.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/handMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/hyper.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/hyperMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/icon.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/ined.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/inedMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/laser.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/laserMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/link.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/linkMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/locker.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/lockerMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/mac.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/macMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/machine.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/machineMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/modem.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/modemMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/mx.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/mxMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/network.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/networkMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/noicon.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/parsytec.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/parsytecMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/pc.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/pcMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/phone.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/phoneMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/pointer.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/pointerMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/printer.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/printerMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/pserver.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/pserverMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/reference.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/referenceMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/ring.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/ringMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/router.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/routerMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/smallBox.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/smallBoxMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/spock.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/switch.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/switchMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/text.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/textMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/tkined.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/tkinedMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/tserver.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/tserverMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/unixpc.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/unixpcMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/world.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/worldMask.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/zoomin.xbm
lib/tkined%%TKINED_VERSION%%/bitmaps/zoomout.xbm
lib/tkined%%TKINED_VERSION%%/apps/manager.tcl
lib/tkined%%TKINED_VERSION%%/apps/event.tcl
lib/tkined%%TKINED_VERSION%%/apps/movie.tcl
lib/tkined%%TKINED_VERSION%%/apps/bones.tcl
lib/tkined%%TKINED_VERSION%%/apps/ip_trouble.tcl
lib/tkined%%TKINED_VERSION%%/apps/ip_monitor.tcl
lib/tkined%%TKINED_VERSION%%/apps/ip_layout.tcl
lib/tkined%%TKINED_VERSION%%/apps/ip_discover.tcl
lib/tkined%%TKINED_VERSION%%/apps/ip_world.tcl
lib/tkined%%TKINED_VERSION%%/apps/snmp_trouble.tcl
lib/tkined%%TKINED_VERSION%%/apps/snmp_monitor.tcl
lib/tkined%%TKINED_VERSION%%/apps/snmp_browser.tcl
lib/tkined%%TKINED_VERSION%%/apps/snmp_host.tcl
lib/tkined%%TKINED_VERSION%%/apps/snmp_cisco.tcl
lib/tkined%%TKINED_VERSION%%/apps/snmp_hp.tcl
lib/tkined%%TKINED_VERSION%%/apps/cmip_trouble.tcl
lib/tkined%%TKINED_VERSION%%/apps/clock.tcl
lib/tkined%%TKINED_VERSION%%/apps/game.tcl
lib/tkined%%TKINED_VERSION%%/apps/mibtree
lib/tkined%%TKINED_VERSION%%/apps/library.tcl
lib/tkined%%TKINED_VERSION%%/apps/README
lib/tkined%%TKINED_VERSION%%/apps/world-map.xbm
lib/tkined%%TKINED_VERSION%%/apps/usa-map.xbm
lib/tkined%%TKINED_VERSION%%/apps/germany-map.xbm
lib/tkined%%TKINED_VERSION%%/apps/locations
lib/tkined%%TKINED_VERSION%%/apps/tclIndex
lib/tkined%%TKINED_VERSION%%.so
@dirrm lib/tkined%%TKINED_VERSION%%/library
@dirrm lib/tkined%%TKINED_VERSION%%/bitmaps
@dirrm lib/tkined%%TKINED_VERSION%%/apps
@dirrm lib/tkined%%TKINED_VERSION%%
@dirrm lib/tnm%%SCOTTY_VERSION%%/mibs
@dirrm lib/tnm%%SCOTTY_VERSION%%/library
@dirrm lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%
@dirrm lib/tnm%%SCOTTY_VERSION%%/examples
@dirrm lib/tnm%%SCOTTY_VERSION%%/agents
@dirrm lib/tnm%%SCOTTY_VERSION%%