aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/scotty3/files')
-rw-r--r--net-mgmt/scotty3/files/patch-aa12
-rw-r--r--net-mgmt/scotty3/files/patch-ab15
-rw-r--r--net-mgmt/scotty3/files/patch-ac30
-rw-r--r--net-mgmt/scotty3/files/patch-ae19
4 files changed, 0 insertions, 76 deletions
diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa
deleted file mode 100644
index 0b0a5ed3c4ec..000000000000
--- a/net-mgmt/scotty3/files/patch-aa
+++ /dev/null
@@ -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.9 @PREFIX@/lib/tnm2.1.9"
-+exec @PREFIX@/bin/tkined1.4.9 $*
---- 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.9"
-+exec @PREFIX@/bin/scotty2.1.9
diff --git a/net-mgmt/scotty3/files/patch-ab b/net-mgmt/scotty3/files/patch-ab
deleted file mode 100644
index fea4b9f9de78..000000000000
--- a/net-mgmt/scotty3/files/patch-ab
+++ /dev/null
@@ -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
- }
diff --git a/net-mgmt/scotty3/files/patch-ac b/net-mgmt/scotty3/files/patch-ac
deleted file mode 100644
index da052c31d3cd..000000000000
--- a/net-mgmt/scotty3/files/patch-ac
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile.in.orig Thu Jun 4 12:15:55 1998
-+++ Makefile.in Thu Jun 4 12:22:39 1998
-@@ -490,7 +490,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 ; \
-@@ -589,11 +590,15 @@
- else true; \
- fi; \
- done;
-- @echo "Installing tkined$(TNM_VERSION) and tkined$(TNM_VERSION)$(SHLIB_SUFFIX)"
-- @$(INSTALL_PROGRAM) tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION)
-+ @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)"
-+ @$(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:
diff --git a/net-mgmt/scotty3/files/patch-ae b/net-mgmt/scotty3/files/patch-ae
deleted file mode 100644
index 3acac9b44a79..000000000000
--- a/net-mgmt/scotty3/files/patch-ae
+++ /dev/null
@@ -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)
- {