summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-04-28 17:04:39 +0000
committerSven Wegener <swegener@gentoo.org>2007-04-28 17:04:39 +0000
commit7496197eb1c3982e00e81ead3fc3ee2fdd561313 (patch)
tree3f107eeec39512adda3b192749070751b347ea33 /net-misc/xsupplicant/xsupplicant-1.0.1.ebuild
parentVersion bump, thanks to Serkan. (diff)
downloadhistorical-7496197eb1c3982e00e81ead3fc3ee2fdd561313.tar.gz
historical-7496197eb1c3982e00e81ead3fc3ee2fdd561313.tar.bz2
historical-7496197eb1c3982e00e81ead3fc3ee2fdd561313.zip
Fix *initd, *confd and *envd calls (#17388, #174266)
Package-Manager: portage-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() {