diff options
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}" |