diff options
author | 2012-09-30 17:54:41 +0000 | |
---|---|---|
committer | 2012-09-30 17:54:41 +0000 | |
commit | a583e0c6efb4dab9f1a711d30c873c06e4663520 (patch) | |
tree | 9ee85882112b20aae6daefd1a0a30c9da53dc867 /net-misc/strongswan/strongswan-5.0.0.ebuild | |
parent | alpha/ia64/m68k/s390/sh/sparc stable wrt #434334 (diff) | |
download | historical-a583e0c6efb4dab9f1a711d30c873c06e4663520.tar.gz historical-a583e0c6efb4dab9f1a711d30c873c06e4663520.tar.bz2 historical-a583e0c6efb4dab9f1a711d30c873c06e4663520.zip |
Removing reference to missing ipsec.secrets file, fixing bug #436682
Package-Manager: portage-2.2.0_alpha134/cvs/Linux i686
Diffstat (limited to 'net-misc/strongswan/strongswan-5.0.0.ebuild')
-rw-r--r-- | net-misc/strongswan/strongswan-5.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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}" |