/[smeserver]/rpms/ppp/sme7/ppp-2.4.3-local.patch
ViewVC logotype

Contents of /rpms/ppp/sme7/ppp-2.4.3-local.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 17:08:30 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: ppp-2_4_4-1_3_el4_sme, HEAD
Import on branch sme7 of package ppp-2.4.4-1.3.el4.sme.src.rpm

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed