]> git.pld-linux.org Git - packages/freeswan.git/blob - freeswan-config.patch
- updated to 1.8 (this version support IPv6)
[packages/freeswan.git] / freeswan-config.patch
1 diff -durN freeswan-1.3.orig/utils/_confread freeswan-1.3/utils/_confread
2 --- freeswan-1.3.orig/utils/_confread   Tue Feb  8 22:22:30 2000
3 +++ freeswan-1.3/utils/_confread        Tue Apr 25 11:59:19 2000
4 @@ -41,7 +41,7 @@
5  #      exit 1
6  # fi
7  
8 -config=/etc/ipsec.conf
9 +config=/etc/freeswan/ipsec.conf
10  include=yes
11  type=conn
12  fieldfmt=yes
13 diff -durN freeswan-1.3.orig/utils/auto freeswan-1.3/utils/auto
14 --- freeswan-1.3.orig/utils/auto        Tue Feb  8 22:22:30 2000
15 +++ freeswan-1.3/utils/auto     Tue Apr 25 11:59:59 2000
16 @@ -24,7 +24,7 @@
17         other options: [--config ipsecconfigfile] [--verbose] [--show]"
18  
19  showonly=
20 -config=/etc/ipsec.conf
21 +config=/etc/freeswan/ipsec.conf
22  info=/var/run/ipsec.info
23  shopts=
24  noinclude=
25 diff -durN freeswan-1.3.orig/utils/barf freeswan-1.3/utils/barf
26 --- freeswan-1.3.orig/utils/barf        Tue Feb  8 22:22:30 2000
27 +++ freeswan-1.3/utils/barf     Tue Apr 25 12:00:35 2000
28 @@ -79,9 +79,9 @@
29  _________________________
30  ipsec showdefaults
31  _________________________
32 -ipsec _include /etc/ipsec.conf | ipsec _keycensor
33 +ipsec _include /etc/freeswan/ipsec.conf | ipsec _keycensor
34  _________________________
35 -ipsec _include /etc/ipsec.secrets | ipsec _secretcensor
36 +ipsec _include /etc/freeswan/ipsec.secrets | ipsec _secretcensor
37  _________________________
38  cat /proc/net/dev
39  _________________________
40 diff -durN freeswan-1.3.orig/utils/manual freeswan-1.3/utils/manual
41 --- freeswan-1.3.orig/utils/manual      Tue Feb  8 22:22:31 2000
42 +++ freeswan-1.3/utils/manual   Tue Apr 25 12:01:37 2000
43 @@ -28,7 +28,7 @@
44  export LANG LC_ALL
45  
46  showonly=
47 -config=/etc/ipsec.conf
48 +config=/etc/freeswan/ipsec.conf
49  info=/var/run/ipsec.info
50  shopts=
51  other=0
This page took 0.350381 seconds and 3 git commands to generate.