aboutsummaryrefslogtreecommitdiff
path: root/security/racoon/files
diff options
context:
space:
mode:
Diffstat (limited to 'security/racoon/files')
-rw-r--r--security/racoon/files/patch-aa16
-rw-r--r--security/racoon/files/patch-ab22
-rw-r--r--security/racoon/files/patch-ac11
-rw-r--r--security/racoon/files/patch-ad13
4 files changed, 62 insertions, 0 deletions
diff --git a/security/racoon/files/patch-aa b/security/racoon/files/patch-aa
new file mode 100644
index 000000000000..d599760fbf0f
--- /dev/null
+++ b/security/racoon/files/patch-aa
@@ -0,0 +1,16 @@
+--- ../libipsec/Makefile- Mon Jun 12 00:02:28 2000
++++ ../libipsec/Makefile Mon Jun 12 00:02:49 2000
+@@ -25,9 +25,10 @@
+ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ # SUCH DAMAGE.
+
+-.if exists(${.CURDIR}/../Makefile.opsys)
+-.include "${.CURDIR}/../Makefile.opsys"
+-.endif
++#.if exists(${.CURDIR}/../Makefile.opsys)
++#.include "${.CURDIR}/../Makefile.opsys"
++#.endif
++OPSYS!= uname -s
+
+ LIB= ipsec
+ CFLAGS+=-g
diff --git a/security/racoon/files/patch-ab b/security/racoon/files/patch-ab
new file mode 100644
index 000000000000..70206c12ebfe
--- /dev/null
+++ b/security/racoon/files/patch-ab
@@ -0,0 +1,22 @@
+--- Makefile.in.orig Tue Jun 13 14:01:41 2000
++++ Makefile.in Wed Jul 5 16:20:04 2000
+@@ -7,7 +7,7 @@
+ LDFLAGS=@LDFLAGS@
+ CPPFLAGS= @CPPFLAGS@
+ OPTFLAG=@OPTFLAG@
+-CFLAGS= @CFLAGS@ $(CPPFLAGS) @DEFS@ $(CPPFLAGS) $(OPTFLAG) -DIPSEC -I. -I$(srcdir) -Dss_family=__ss_family -Dss_len=__ss_len -DSYSCONFDIR=\"${sysconfdir}\"
++CFLAGS= @CFLAGS@ $(CPPFLAGS) @DEFS@ $(CPPFLAGS) $(OPTFLAG) -DIPSEC -I. -I$(srcdir) -Dss_family=__ss_family -Dss_len=__ss_len -DSYSCONFDIR=\"${sysconfdir}/racoon\"
+ CFLAGS+=-DYY_NO_UNPUT
+ CFLAGS+=-I${srcdir}/../libipsec
+ LIBS= @LIBS@
+@@ -79,10 +79,6 @@
+ $(INSTALL) -o bin -g bin -m 444 racoon.conf.5 $(mandir)/man5
+ -mkdir -p ${sysconfdir}/racoon
+ for i in $(CONF); do \
+- if test ! -f ${sysconfdir}/racoon/$$i; then \
+- $(INSTALL) -o bin -g bin -m 444 samples/$$i \
+- ${sysconfdir}/racoon; \
+- fi; \
+ $(INSTALL) -o bin -g bin -m 444 samples/$$i \
+ ${sysconfdir}/racoon/$$i.dist; \
+ done
diff --git a/security/racoon/files/patch-ac b/security/racoon/files/patch-ac
new file mode 100644
index 000000000000..9e710b341251
--- /dev/null
+++ b/security/racoon/files/patch-ac
@@ -0,0 +1,11 @@
+--- configure- Wed Jul 5 16:18:19 2000
++++ configure Wed Jul 5 16:18:32 2000
+@@ -4021,7 +4021,7 @@
+
+ cat >> $CONFIG_STATUS <<EOF
+
+-CONFIG_FILES=\${CONFIG_FILES-"Makefile samples/psk.txt samples/racoon.conf samples/remote.conf"}
++CONFIG_FILES=\${CONFIG_FILES-"Makefile samples/psk.txt samples/racoon.conf samples/remote.conf racoon.8"}
+ EOF
+ cat >> $CONFIG_STATUS <<\EOF
+ for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
diff --git a/security/racoon/files/patch-ad b/security/racoon/files/patch-ad
new file mode 100644
index 000000000000..8b8fb3b81fe0
--- /dev/null
+++ b/security/racoon/files/patch-ad
@@ -0,0 +1,13 @@
+--- racoon.8.in.orig Tue Jul 4 21:27:59 2000
++++ racoon.8.in Wed Jul 5 16:17:43 2000
+@@ -97,8 +97,8 @@
+ .El
+ .\"
+ .Sh FILES
+-.Bl -tag -width /usr/local/v6/etc/racoon.conf -compact
+-.It Pa /usr/local/v6/etc/racoon.conf
++.Bl -tag -width @sysconfdir@/racoon/racoon.conf -compact
++.It Pa @sysconfdir@/racoon/racoon.conf
+ default configuration file.
+ .It Pa /var/log/racoon.log
+ default log file.