summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Lauwers <blauwers@gentoo.org>2002-12-12 09:45:53 +0000
committerBart Lauwers <blauwers@gentoo.org>2002-12-12 09:45:53 +0000
commit9ee988e11ef1473937f88c13314d90e7bc9d808b (patch)
tree4f8d854af5d65b6dc195e70a3daca0d1e3490c86 /sys-apps/hotplug
parentadded ~sparc (diff)
downloadgentoo-2-9ee988e11ef1473937f88c13314d90e7bc9d808b.tar.gz
gentoo-2-9ee988e11ef1473937f88c13314d90e7bc9d808b.tar.bz2
gentoo-2-9ee988e11ef1473937f88c13314d90e7bc9d808b.zip
Adding /var/run/usb so USB hotplugging will work
Diffstat (limited to 'sys-apps/hotplug')
-rw-r--r--sys-apps/hotplug/hotplug-20020401-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/hotplug/hotplug-20020401-r1.ebuild b/sys-apps/hotplug/hotplug-20020401-r1.ebuild
index ca43a97733a7..6bd5915516c5 100644
--- a/sys-apps/hotplug/hotplug-20020401-r1.ebuild
+++ b/sys-apps/hotplug/hotplug-20020401-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20020401-r1.ebuild,v 1.2 2002/10/20 18:54:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20020401-r1.ebuild,v 1.3 2002/12/12 09:45:53 blauwers Exp $
# source maintainers named it hotplug-YYYY_MM_DD instead of hotplug-YYYYMMDD
MY_P=`echo ${P}|sed 's/-\(....\)\(..\)\(..\)/-\1_\2_\3/'`
@@ -45,6 +45,8 @@ src_install() {
insinto /etc/conf.d
newins ${FILESDIR}/usb.conf usb
+
+ dodir /var/run/usb
}
pkg_postinst() {