Gentoo Archives: gentoo-commits

From: "Lars Weiler (pylon)" <pylon@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/strongswan/files: ipsec-install-4.1.11.patch
Date: Sun, 30 Mar 2008 09:53:46
Message-Id: E1JfuER-0003KF-Ji@stork.gentoo.org
1 pylon 08/03/30 09:53:43
2
3 Added: ipsec-install-4.1.11.patch
4 Log:
5 Version bump; bugs #211853 and #211938.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 net-misc/strongswan/files/ipsec-install-4.1.11.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/files/ipsec-install-4.1.11.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/files/ipsec-install-4.1.11.patch?rev=1.1&content-type=text/plain
13
14 Index: ipsec-install-4.1.11.patch
15 ===================================================================
16 diff -Naur strongswan-4.1.11.orig/src/starter/Makefile.am strongswan-4.1.11/src/starter/Makefile.am
17 --- strongswan-4.1.11.orig/src/starter/Makefile.am 2008-03-29 20:40:34.000000000 +0100
18 +++ strongswan-4.1.11/src/starter/Makefile.am 2008-03-29 20:41:00.000000000 +0100
19 @@ -31,4 +31,4 @@
20 $(COMPILE) -c -o $@ $<
21
22 install-exec-local :
23 - test -e "$(DESTDIR)$(sysconfdir)/ipsec.conf" || $(INSTALL) ipsec.conf $(DESTDIR)$(sysconfdir)/ipsec.conf
24 + test -e "$(DESTDIR)$(sysconfdir)/ipsec.conf" || $(INSTALL) -D ipsec.conf $(DESTDIR)$(sysconfdir)/ipsec.conf
25 diff -Naur strongswan-4.1.11.orig/src/starter/Makefile.in strongswan-4.1.11/src/starter/Makefile.in
26 --- strongswan-4.1.11.orig/src/starter/Makefile.in 2008-03-29 20:40:34.000000000 +0100
27 +++ strongswan-4.1.11/src/starter/Makefile.in 2008-03-29 20:40:52.000000000 +0100
28 @@ -628,7 +628,7 @@
29 $(COMPILE) -c -o $@ $<
30
31 install-exec-local :
32 - test -e "$(DESTDIR)$(sysconfdir)/ipsec.conf" || $(INSTALL) ipsec.conf $(DESTDIR)$(sysconfdir)/ipsec.conf
33 + test -e "$(DESTDIR)$(sysconfdir)/ipsec.conf" || $(INSTALL) -D ipsec.conf $(DESTDIR)$(sysconfdir)/ipsec.conf
34 # Tell versions [3.59,3.63) of GNU make to not export all variables.
35 # Otherwise a system limit (for SysV at least) may be exceeded.
36 .NOEXPORT:
37
38
39
40 --
41 gentoo-commits@l.g.o mailing list