summaryrefslogtreecommitdiff
path: root/ipxtund-cfg.patch
blob: c7f9cad75052165968d2df1afeef10cc350cbec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
diff -urN ipxtund-1.3.0.org/Configure ipxtund-1.3.0/Configure
--- 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
-sed -e "s#X_EXTRAFLAGS#$extraflags#" \
+sed -e "s#X_EXTRAFLAGS#$extraflags $OPT#" \
     -e "s#X_ETHER#$ether#" \
     -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	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 */
 
-#define DEFAULT_CONFFILE "./ipxtund.conf"
-#define DEFAULT_LOGFILE "./ipxtund.log"
+#define DEFAULT_CONFFILE "/etc/ipxtund.conf"
+#define DEFAULT_LOGFILE "/var/log/ipxtund.log"
 
 /* #define BROKEN_INTERFACE 1 *//* in case of many "ipx_length x differ from
                                    packet_len y" errors */