From 43d15fde74a5a4e0eea2dc4741f369570bf6ed1b Mon Sep 17 00:00:00 2001 From: Danilo Godec Date: Tue, 23 Aug 2011 12:45:40 +0200 Subject: OpenSwan - a new version 2.6.35 - removed 'ipsec.confd' as it didn't serve any purpose - created a working 'ipsec.initd' - changed the installation target for the 'setup' program, which usually goes in /etc/init.d/ipsec - now it goes to /usr/libexec/ipsec/setup and is called by ipsec.initd --- testing/openswan/setup.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/openswan/setup.patch (limited to 'testing/openswan/setup.patch') diff --git a/testing/openswan/setup.patch b/testing/openswan/setup.patch new file mode 100644 index 0000000000..86ff6d80a3 --- /dev/null +++ b/testing/openswan/setup.patch @@ -0,0 +1,12 @@ +--- openswan-2.6.35-orig/programs/setup/Makefile ++++ openswan-2.6.35/programs/setup/Makefile +@@ -36,8 +36,7 @@ + # check the directories we need exist (ie., make install DESTDIR=/tmp/IPsec) + @mkdir -p $(RCDIR) $(BINDIR) + # install and link everything +- @$(INSTALL) $(INSTBINFLAGS) setup $(RCDIR)/ipsec +- @ln -s $(FINALRCDIR)/ipsec $(BINDIR)/setup ++ @$(INSTALL) $(INSTBINFLAGS) setup $(BINDIR)/setup + + install_file_list:: + @echo $(RCDIR)/ipsec -- cgit v1.2.3