summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2000-08-27 17:35:39 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commita1f8252293a0130124032f431212bcb91bbdf05b (patch)
treef1eaaa40a8f203a68f3e2545e655d28b6271bba5
parent0dabe400e6f4a1e4248c54265587b303c5b765af (diff)
downloadipxtund-a1f8252293a0130124032f431212bcb91bbdf05b.zip
ipxtund-a1f8252293a0130124032f431212bcb91bbdf05b.tar.gz
- small fixipxtund-1_3_0-1
Changed files: ipxtund-cfg.patch -> 1.2
-rw-r--r--ipxtund-cfg.patch22
1 files changed, 17 insertions, 5 deletions
diff --git a/ipxtund-cfg.patch b/ipxtund-cfg.patch
index 87ba13f..c7f9cad 100644
--- a/ipxtund-cfg.patch
+++ b/ipxtund-cfg.patch
@@ -1,7 +1,19 @@
diff -urN ipxtund-1.3.0.org/Configure ipxtund-1.3.0/Configure
---- ipxtund-1.3.0.org/Configure Sat Aug 26 18:06:48 2000
-+++ ipxtund-1.3.0/Configure Sat Aug 26 18:09:04 2000
-@@ -191,7 +191,7 @@
+--- ipxtund-1.3.0.org/Configure Sun Aug 27 19:34:35 2000
++++ ipxtund-1.3.0/Configure Sun Aug 27 19:35:11 2000
+@@ -32,11 +32,6 @@
+ #
+ PATH=".:$PATH:/bin:/usr/bin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin"
+
+-if test ! -t 0; then
+- echo "Say 'sh Configure', not 'sh <Configure'"
+- exit 1
+-fi
+-
+ unset CDPATH
+
+ startsh="#!/bin/sh"
+@@ -191,7 +186,7 @@
fi
test -f Makefile && mv Makefile Makefile.old
@@ -11,8 +23,8 @@ diff -urN ipxtund-1.3.0.org/Configure ipxtund-1.3.0/Configure
-e "s#X_EXTRALIBS#$extralibs#" $templ/Makefile-in > $srcdir/Makefile || exit 1
#
diff -urN ipxtund-1.3.0.org/ipxtund.h ipxtund-1.3.0/ipxtund.h
---- ipxtund-1.3.0.org/ipxtund.h Sat Aug 26 18:06:48 2000
-+++ ipxtund-1.3.0/ipxtund.h Sat Aug 26 19:05:19 2000
+--- ipxtund-1.3.0.org/ipxtund.h Sun Aug 27 19:34:35 2000
++++ ipxtund-1.3.0/ipxtund.h Sun Aug 27 19:34:43 2000
@@ -51,8 +51,8 @@
#define CHECK_PEER_INTERVALL 600 /* If no packets arrives from a peer
in this time, it will be removed */