diff options
author | Danilo Godec <danilo.godec@agenda.si> | 2011-08-23 12:45:40 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-23 12:21:52 +0000 |
commit | 43d15fde74a5a4e0eea2dc4741f369570bf6ed1b (patch) | |
tree | 3dd49771acb479ffa6e9e9bc1574b0b3c63d2e11 /testing/openswan/setup.patch | |
parent | 489f5c7effcbc3cdca5d27e5bb95ee3b20bd0067 (diff) | |
download | aports-43d15fde74a5a4e0eea2dc4741f369570bf6ed1b.tar.bz2 aports-43d15fde74a5a4e0eea2dc4741f369570bf6ed1b.tar.xz |
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
Diffstat (limited to 'testing/openswan/setup.patch')
-rw-r--r-- | testing/openswan/setup.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 |