summaryrefslogtreecommitdiff
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-ab6
-rw-r--r--net-mgmt/scotty3/files/patch-ac31
-rw-r--r--net-mgmt/scotty3/files/patch-ad20
-rw-r--r--net-mgmt/scotty3/files/patch-ae27
5 files changed, 61 insertions, 35 deletions
diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa
index e2d3263e9800..de3a255d2b03 100644
--- a/net-mgmt/scotty3/files/patch-aa
+++ b/net-mgmt/scotty3/files/patch-aa
@@ -1,12 +1,12 @@
---- tkined.sh.in~ Fri Sep 13 09:30:41 1996
-+++ tkined.sh.in Fri Sep 13 09:26:21 1996
+--- 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
+--- 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
++export TCLLIBPATH="@PREFIX@/lib/tnm3.0.0"
++exec @PREFIX@/bin/scotty3.0.0
diff --git a/net-mgmt/scotty3/files/patch-ab b/net-mgmt/scotty3/files/patch-ab
index fea4b9f9de78..a441e9db4ce8 100644
--- a/net-mgmt/scotty3/files/patch-ab
+++ b/net-mgmt/scotty3/files/patch-ab
@@ -1,6 +1,6 @@
---- ../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 @@
+--- ../tkined/apps/snmp_monitor.tcl.orig Thu Feb 3 23:11:40 2000
++++ ../tkined/apps/snmp_monitor.tcl Wed Jun 7 16:02:39 2000
+@@ -517,8 +517,11 @@
set args $ip
set i 0
diff --git a/net-mgmt/scotty3/files/patch-ac b/net-mgmt/scotty3/files/patch-ac
index 47141f9d54fe..777ab9f94780 100644
--- a/net-mgmt/scotty3/files/patch-ac
+++ b/net-mgmt/scotty3/files/patch-ac
@@ -1,15 +1,32 @@
---- Makefile.in.orig Fri Mar 26 20:12:11 1999
-+++ Makefile.in Fri Mar 26 20:20:58 1999
-@@ -509,7 +509,7 @@
+--- Makefile.in.orig Thu Feb 17 01:08:00 2000
++++ Makefile.in Wed Jun 7 16:07:39 2000
+@@ -500,11 +500,11 @@
+ pwd=`pwd`; cd $(TNM_TEST_DIR); $$pwd/scotty all.tcl
+
+ install: @INSTALL_TARGETS@
+- @echo ""
+- @echo "The Tnm extension includes two programs (nmicmpd, nmtrapd)"
+- @echo "which require root permissions. Please get root permissions"
+- @echo "and type >> make sinstall << to install them setuid root."
+- @echo ""
++# @echo ""
++# @echo "The Tnm extension includes two programs (nmicmpd, nmtrapd)"
++# @echo "which require root permissions. Please get root permissions"
++# @echo "and type >> make sinstall << to install them setuid root."
++# @echo ""
+
+ install-bin: tnm-install-bin tki-install-bin
+
+@@ -528,7 +528,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 @@
+ tnm-install-man:
+ @for i in $(MAN_INSTALL_DIR) $(MAN1_INSTALL_DIR) $(MAN8_INSTALL_DIR) $(MANN_INSTALL_DIR) ; \
+@@ -708,10 +708,14 @@
fi; \
done;
@echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)"
@@ -25,4 +42,4 @@
+ @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:
+ tki-install-man:
diff --git a/net-mgmt/scotty3/files/patch-ad b/net-mgmt/scotty3/files/patch-ad
new file mode 100644
index 000000000000..4b43418fdc26
--- /dev/null
+++ b/net-mgmt/scotty3/files/patch-ad
@@ -0,0 +1,20 @@
+--- configure.orig Wed Feb 16 19:08:00 2000
++++ configure Tue Jun 6 03:36:37 2000
+@@ -749,7 +749,7 @@
+ LD_FLAGS=$TCL_LD_FLAGS
+ LD_SEARCH_FLAGS=$TCL_LD_SEARCH_FLAGS
+ TCL_EXEC_PREFIX=$TCL_EXEC_PREFIX
+-TCL_INCLUDES=-I$TCL_PREFIX/include
++TCL_INCLUDES=-I$TCL_PREFIX/include/tcl$TCL_VERSION
+ TK_EXEC_PREFIX=$TK_EXEC_PREFIX
+
+ if test $TCL_SHARED_BUILD -ne 1 ; then
+@@ -842,7 +842,7 @@
+ echo "configure: warning: "will not build tkined"" 1>&2
+ else
+ . $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
diff --git a/net-mgmt/scotty3/files/patch-ae b/net-mgmt/scotty3/files/patch-ae
index 3acac9b44a79..95bd9e1a0721 100644
--- a/net-mgmt/scotty3/files/patch-ae
+++ b/net-mgmt/scotty3/files/patch-ae
@@ -1,19 +1,8 @@
---- ../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)
- {
+--- tkined.sh.in.orig Tue Jun 6 05:14:19 2000
++++ tkined.sh.in Tue Jun 6 05:13:12 2000
+@@ -1,3 +1,3 @@
+ #!/bin/sh
+-export TCLLIBPATH="@PREFIX@/lib/tkined1.4.10 @PREFIX@/lib/tnm2.1.10"
+-exec @PREFIX@/bin/tkined1.4.10 $*
++export TCLLIBPATH="@PREFIX@/lib/tkined1.5.0 @PREFIX@/lib/tnm3.0.0"
++exec @PREFIX@/bin/tkined1.5.0 $*