diff options
author | drochner <drochner@pkgsrc.org> | 2012-01-11 20:08:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-01-11 20:08:39 +0000 |
commit | 5803b255b689dd8ee243a1e2948652fd0eae02af (patch) | |
tree | 6895fd9f378d61100d23ad5944320b0299a47229 /security/racoon2/patches/patch-aa | |
parent | 65c4bdb924e1457f57516097a448e50a22cfcb04 (diff) | |
download | pkgsrc-5803b255b689dd8ee243a1e2948652fd0eae02af.tar.gz |
add the latest snapshot of racoon2 (IKEv2 daemon), from John R. Shannon
(just added DESTDIR support)
Diffstat (limited to 'security/racoon2/patches/patch-aa')
-rw-r--r-- | security/racoon2/patches/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/racoon2/patches/patch-aa b/security/racoon2/patches/patch-aa new file mode 100644 index 00000000000..b3cff2be348 --- /dev/null +++ b/security/racoon2/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 2012/01/11 20:08:39 drochner Exp $ + +Don't mess up user's configuration files. + +--- samples/Makefile.in.orig 2007-12-27 10:08:52.000000000 +0900 ++++ samples/Makefile.in 2007-12-27 10:08:52.000000000 +0900 +@@ -11,8 +11,7 @@ + # empty + all: + +-install: all install-startup-@startup_scripts@ install-samples install-hook +- $(INSTALL) -d -o 0 -g 0 -m 700 /var/run/racoon2 ++install: all install-startup-@startup_scripts@ + + install-samples: + $(INSTALL) -d $(sysconfdir) |