summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-04-28 17:04:12 +0000
committerSven Wegener <swegener@gentoo.org>2007-04-28 17:04:12 +0000
commit0a8f515cb35d5f0de20435728a8a9e8134e9f4cc (patch)
tree035d2377f0a163036889cf2bbab046e0ea331ada /net-misc/xsupplicant/xsupplicant-1.0.1.ebuild
parentFix *initd, *confd and *envd calls (#17388, #174266) (diff)
downloadgentoo-2-0a8f515cb35d5f0de20435728a8a9e8134e9f4cc.tar.gz
gentoo-2-0a8f515cb35d5f0de20435728a8a9e8134e9f4cc.tar.bz2
gentoo-2-0a8f515cb35d5f0de20435728a8a9e8134e9f4cc.zip
Fix *initd, *confd and *envd calls (#17388, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-misc/xsupplicant/xsupplicant-1.0.1.ebuild')
-rw-r--r--net-misc/xsupplicant/xsupplicant-1.0.1.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-misc/xsupplicant/xsupplicant-1.0.1.ebuild b/net-misc/xsupplicant/xsupplicant-1.0.1.ebuild
index d18cb1b1b331..eb3a656b1ba1 100644
--- a/net-misc/xsupplicant/xsupplicant-1.0.1.ebuild
+++ b/net-misc/xsupplicant/xsupplicant-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-1.0.1.ebuild,v 1.2 2005/02/19 11:10:36 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-1.0.1.ebuild,v 1.3 2007/04/28 17:04:12 swegener Exp $
DESCRIPTION="Open Source Implementation of IEEE 802.1x"
@@ -34,11 +34,9 @@ src_install() {
insinto /etc
newins etc/xsupplicant.conf xsupplicant.conf.example
- exeinto /etc/init.d
- newexe ${FILESDIR}/xsupplicant.init.d xsupplicant
+ newinitd ${FILESDIR}/xsupplicant.init.d xsupplicant
- insinto /etc/conf.d
- newins ${FILESDIR}/xsupplicant.conf.d xsupplicant
+ newconfd ${FILESDIR}/xsupplicant.conf.d xsupplicant
}
pkg_postinst() {