1 |
diff -up ppp-2.4.4/configure.local ppp-2.4.4/configure |
2 |
--- ppp-2.4.4/configure.local 2005-07-08 20:23:05.000000000 -0400 |
3 |
+++ ppp-2.4.4/configure 2008-08-28 17:38:04.000000000 -0400 |
4 |
@@ -2,7 +2,7 @@ |
5 |
# $Id: configure,v 1.38 2008/06/15 07:08:49 paulus Exp $ |
6 |
|
7 |
# Where to install stuff by default |
8 |
-DESTDIR=/usr/local |
9 |
+DESTDIR=/usr |
10 |
SYSCONF=/etc |
11 |
|
12 |
# if [ -d /NextApps ]; then |
13 |
diff -up ppp-2.4.4/pppd/Makefile.linux.local ppp-2.4.4/pppd/Makefile.linux |
14 |
--- ppp-2.4.4/pppd/Makefile.linux.local 2008-08-28 17:37:33.000000000 -0400 |
15 |
+++ ppp-2.4.4/pppd/Makefile.linux 2008-08-28 17:37:33.000000000 -0400 |
16 |
@@ -97,8 +97,8 @@ endif |
17 |
|
18 |
# EAP SRP-SHA1 |
19 |
ifdef USE_SRP |
20 |
-CFLAGS += -DUSE_SRP -DOPENSSL -I/usr/local/ssl/include |
21 |
-LIBS += -lsrp -L/usr/local/ssl/lib -lcrypto |
22 |
+CFLAGS += -DUSE_SRP -DOPENSSL -I/usr/include/openssl |
23 |
+LIBS += -lsrp -L/usr/lib -lcrypto |
24 |
TARGETS += srp-entry |
25 |
EXTRAINSTALL = $(INSTALL) -c -m 555 srp-entry $(BINDIR)/srp-entry |
26 |
MANPAGES += srp-entry.8 |
27 |
diff -up ppp-2.4.4/scripts/ppp-on-rsh.local ppp-2.4.4/scripts/ppp-on-rsh |
28 |
--- ppp-2.4.4/scripts/ppp-on-rsh.local 2000-04-15 05:49:28.000000000 -0400 |
29 |
+++ ppp-2.4.4/scripts/ppp-on-rsh 2008-08-28 17:37:33.000000000 -0400 |
30 |
@@ -26,7 +26,7 @@ PPPD_RHOST=myremotehost |
31 |
# For this example, we assume that pppd on both local and remote |
32 |
# machines reside in the same place, /usr/local/bin/pppd |
33 |
# |
34 |
-PPPD_LOC=/usr/local/bin/pppd |
35 |
+PPPD_LOC=/usr/sbin/pppd |
36 |
|
37 |
# |
38 |
# The location of local options file (where rsh client is running). |
39 |
diff -up ppp-2.4.4/scripts/ppp-on-ssh.local ppp-2.4.4/scripts/ppp-on-ssh |
40 |
--- ppp-2.4.4/scripts/ppp-on-ssh.local 2000-04-15 05:49:42.000000000 -0400 |
41 |
+++ ppp-2.4.4/scripts/ppp-on-ssh 2008-08-28 17:37:33.000000000 -0400 |
42 |
@@ -26,7 +26,7 @@ PPPD_RHOST=myremotehost |
43 |
# For this example, we assume that pppd on both local and remote |
44 |
# machines reside in the same place, /usr/local/bin/pppd |
45 |
# |
46 |
-PPPD_LOC=/usr/local/bin/pppd |
47 |
+PPPD_LOC=/usr/sbin/pppd |
48 |
|
49 |
# |
50 |
# The location of local options file (where ssh client is running). |
51 |
@@ -52,7 +52,7 @@ PPPD_REM_OPT=/etc/ppp/options-ssh-rem |
52 |
# |
53 |
# The location of ssh client on the local machine |
54 |
# |
55 |
-SSH_LOC=/usr/local/bin/ssh |
56 |
+SSH_LOC=/usr/bin/ssh |
57 |
|
58 |
export PPPD_LOC PPPD_LOC_OPT PPPD_REM_OPT PPPD_RHOST SSH_LOC |
59 |
|
60 |
diff -up ppp-2.4.4/scripts/secure-card.local ppp-2.4.4/scripts/secure-card |
61 |
--- ppp-2.4.4/scripts/secure-card.local 2004-02-01 22:36:46.000000000 -0500 |
62 |
+++ ppp-2.4.4/scripts/secure-card 2008-08-28 17:37:33.000000000 -0400 |
63 |
@@ -1,4 +1,4 @@ |
64 |
-#!/usr/local/bin/expect -f |
65 |
+#!/usr/bin/expect -f |
66 |
# |
67 |
# This script was written by Jim Isaacson <jcisaac@crl.com>. It is |
68 |
# designed to work as a script to use the SecureCARD(tm) device. This |