diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/xsupplicant/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/xsupplicant/xsupplicant-1.0.1.ebuild | 10 | ||||
-rw-r--r-- | net-misc/xsupplicant/xsupplicant-1.0.ebuild | 10 |
3 files changed, 13 insertions, 13 deletions
diff --git a/net-misc/xsupplicant/ChangeLog b/net-misc/xsupplicant/ChangeLog index 63f826cbd891..67376f4c09f0 100644 --- a/net-misc/xsupplicant/ChangeLog +++ b/net-misc/xsupplicant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/xsupplicant # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/ChangeLog,v 1.11 2007/02/22 02:56:27 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/ChangeLog,v 1.12 2007/04/28 17:04:12 swegener Exp $ + + 28 Apr 2007; Sven Wegener <swegener@gentoo.org> xsupplicant-1.0.ebuild, + xsupplicant-1.0.1.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. 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() { diff --git a/net-misc/xsupplicant/xsupplicant-1.0.ebuild b/net-misc/xsupplicant/xsupplicant-1.0.ebuild index 99418ce220a2..07f7f81254b7 100644 --- a/net-misc/xsupplicant/xsupplicant-1.0.ebuild +++ b/net-misc/xsupplicant/xsupplicant-1.0.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.ebuild,v 1.1 2005/01/09 14:46:01 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-1.0.ebuild,v 1.2 2007/04/28 17:04:12 swegener Exp $ S="${WORKDIR}/${PN}" @@ -35,11 +35,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() { |