]> git.pld-linux.org Git - packages/freeswan.git/blob - freeswan-config.patch
- adapterized; release 3
[packages/freeswan.git] / freeswan-config.patch
1 diff -Naur freeswan-1.95/utils/_confread freeswan-1.95-p/utils/_confread
2 --- freeswan-1.95/utils/_confread       Sun Oct 14 01:42:50 2001
3 +++ freeswan-1.95-p/utils/_confread     Thu Feb  7 19:29:06 2002
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 -Naur freeswan-1.95/utils/auto freeswan-1.95-p/utils/auto
14 --- freeswan-1.95/utils/auto    Thu Jan 31 21:28:59 2002
15 +++ freeswan-1.95-p/utils/auto  Thu Feb  7 19:29:19 2002
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 -Naur freeswan-1.95/utils/barf freeswan-1.95-p/utils/barf
26 --- freeswan-1.95/utils/barf    Tue Nov 27 03:03:00 2001
27 +++ freeswan-1.95-p/utils/barf  Thu Feb  7 19:30:26 2002
28 @@ -144,15 +144,15 @@
29  _________________________ ipsec/showdefaults
30  ipsec showdefaults
31  _________________________ ipsec/conf
32 -ipsec _include /etc/ipsec.conf | ipsec _keycensor
33 +ipsec _include /etc/freeswan/ipsec.conf | ipsec _keycensor
34  _________________________ ipsec/secrets
35 -ipsec _include /etc/ipsec.secrets | ipsec _secretcensor
36 +ipsec _include /etc/freeswan/ipsec.secrets | ipsec _secretcensor
37  _________________________ ipsec/ls-dir
38 -ls -l ${IPSEC_DIR-/usr/local/lib/ipsec}
39 +ls -l ${IPSEC_DIR-/usr/lib/ipsec}
40  _________________________ ipsec/updowns
41 -for f in `ls ${IPSEC_DIR-/usr/local/lib/ipsec} | egrep updown`
42 +for f in `ls ${IPSEC_DIR-/usr/lib/ipsec} | egrep updown`
43  do
44 -       cat ${IPSEC_DIR-/usr/local/lib/ipsec}/$f
45 +       cat ${IPSEC_DIR-/usr/lib/ipsec}/$f
46  done
47  _________________________ proc/net/dev
48  cat /proc/net/dev
49 diff -Naur freeswan-1.95/utils/manual freeswan-1.95-p/utils/manual
50 --- freeswan-1.95/utils/manual  Fri Jun  1 17:49:13 2001
51 +++ freeswan-1.95-p/utils/manual        Thu Feb  7 19:30:46 2002
52 @@ -26,7 +26,7 @@
53  unset LANG LANGUAGE LC_ALL LC_MESSAGES
54  
55  showonly=
56 -config=/etc/ipsec.conf
57 +config=/etc/freeswan/ipsec.conf
58  info=/var/run/ipsec.info
59  shopts=
60  other=0
This page took 0.042643 seconds and 3 git commands to generate.