diff options
Diffstat (limited to 'sys-apps/ifplugd')
-rw-r--r-- | sys-apps/ifplugd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/ifplugd/ifplugd-0.28-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/ifplugd/ChangeLog b/sys-apps/ifplugd/ChangeLog index 935ef96239ee..d71ddc380b35 100644 --- a/sys-apps/ifplugd/ChangeLog +++ b/sys-apps/ifplugd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/ifplugd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ChangeLog,v 1.25 2005/09/01 15:33:28 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ChangeLog,v 1.26 2005/09/02 06:46:40 uberlord Exp $ + + 02 Sep 2005; Roy Marples <uberlord@gentoo.org> ifplugd-0.28-r1.ebuild: + Install ifplugd.action to /usr/sbin and not /etc/init.d *ifplugd-0.28-r1 (01 Sep 2005) diff --git a/sys-apps/ifplugd/ifplugd-0.28-r1.ebuild b/sys-apps/ifplugd/ifplugd-0.28-r1.ebuild index 4e2d43e1621f..eefc81fcec95 100644 --- a/sys-apps/ifplugd/ifplugd-0.28-r1.ebuild +++ b/sys-apps/ifplugd/ifplugd-0.28-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.28-r1.ebuild,v 1.1 2005/09/01 15:33:28 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.28-r1.ebuild,v 1.2 2005/09/02 06:46:40 uberlord Exp $ inherit eutils @@ -40,7 +40,7 @@ src_install() { insinto /etc/conf.d ; newins "${FILESDIR}/${PN}.conf" "${PN}" || die exeinto /etc/init.d ; newexe "${FILESDIR}/${PN}.init" "${PN}" || die - insinto /usr/sbin ; newexe "${FILESDIR}/${PN}.action" "${PN}.action" + exeinto /usr/sbin ; newexe "${FILESDIR}/${PN}.action" "${PN}.action" cd "${S}/doc" dodoc README SUPPORTED_DRIVERS |