diff options
Diffstat (limited to 'sys-apps/hotplug/hotplug-20030805-r3.ebuild')
-rw-r--r-- | sys-apps/hotplug/hotplug-20030805-r3.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys-apps/hotplug/hotplug-20030805-r3.ebuild b/sys-apps/hotplug/hotplug-20030805-r3.ebuild index 28f4f216aa3a..daf449243ba5 100644 --- a/sys-apps/hotplug/hotplug-20030805-r3.ebuild +++ b/sys-apps/hotplug/hotplug-20030805-r3.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/sys-apps/hotplug/hotplug-20030805-r3.ebuild,v 1.7 2005/01/02 23:22:19 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20030805-r3.ebuild,v 1.8 2007/04/28 16:27:15 swegener Exp $ inherit eutils @@ -52,11 +52,9 @@ src_install() { exeinto /etc/hotplug.d/default doexe default.hotplug - exeinto /etc/init.d - newexe ${FILESDIR}/hotplug.rc hotplug + newinitd ${FILESDIR}/hotplug.rc hotplug - insinto /etc/conf.d - newins ${FILESDIR}/usb.confd usb + newconfd ${FILESDIR}/usb.confd usb dodir /var/run/usb } |