diff options
author | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2012-09-30 17:54:41 +0000 |
---|---|---|
committer | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2012-09-30 17:54:41 +0000 |
commit | 6b2f1e7ac220e9dee22a722df0ef712979db868e (patch) | |
tree | 3e92c9e7abad51209d92987707ef76a3440763c9 /net-misc | |
parent | alpha/ia64/m68k/s390/sh/sparc stable wrt #434334 (diff) | |
download | gentoo-2-6b2f1e7ac220e9dee22a722df0ef712979db868e.tar.gz gentoo-2-6b2f1e7ac220e9dee22a722df0ef712979db868e.tar.bz2 gentoo-2-6b2f1e7ac220e9dee22a722df0ef712979db868e.zip |
Removing reference to missing ipsec.secrets file, fixing bug #436682
(Portage version: 2.2.0_alpha134/cvs/Linux i686)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/strongswan/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/strongswan/strongswan-5.0.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-misc/strongswan/ChangeLog b/net-misc/strongswan/ChangeLog index c2111278272f..6d6e42992b9e 100644 --- a/net-misc/strongswan/ChangeLog +++ b/net-misc/strongswan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/strongswan # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.101 2012/09/30 17:05:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.102 2012/09/30 17:54:41 gurligebis Exp $ + + 30 Sep 2012; <gurligebis@gentoo.org> strongswan-5.0.0.ebuild: + Removing reference to missing ipsec.secrets file, fixing bug #436682 30 Sep 2012; Raúl Porcel <armin76@gentoo.org> strongswan-5.0.0.ebuild: Drop sparc keywords diff --git a/net-misc/strongswan/strongswan-5.0.0.ebuild b/net-misc/strongswan/strongswan-5.0.0.ebuild index 817c8ef4d73d..402ee0e693b5 100644 --- a/net-misc/strongswan/strongswan-5.0.0.ebuild +++ b/net-misc/strongswan/strongswan-5.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.0.0.ebuild,v 1.6 2012/09/30 17:05:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.0.0.ebuild,v 1.7 2012/09/30 17:54:41 gurligebis Exp $ EAPI=2 inherit eutils linux-info user @@ -142,7 +142,6 @@ src_install() { if use non-root; then fowners ${UGID}:${UGID} \ /etc/ipsec.conf \ - /etc/ipsec.secrets \ /etc/strongswan.conf dir_ugid="${UGID}" |