diff options
author | Zack Welch <zwelch@gentoo.org> | 2002-10-19 22:04:02 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2002-10-19 22:04:02 +0000 |
commit | 981eccaf303f5f9fa4db3d56d06369aebd8accf1 (patch) | |
tree | e9c2b5a54b40243a24cb5fce371262b3b927d605 /sys-apps/hotplug/files/hotplug-20020826-usb.agent-gentoo.diff | |
parent | new ebuild. (diff) | |
download | gentoo-2-981eccaf303f5f9fa4db3d56d06369aebd8accf1.tar.gz gentoo-2-981eccaf303f5f9fa4db3d56d06369aebd8accf1.tar.bz2 gentoo-2-981eccaf303f5f9fa4db3d56d06369aebd8accf1.zip |
Fixes bug 8074 in new ebuild 20020401-r1. Also adds new ebuild
Diffstat (limited to 'sys-apps/hotplug/files/hotplug-20020826-usb.agent-gentoo.diff')
-rw-r--r-- | sys-apps/hotplug/files/hotplug-20020826-usb.agent-gentoo.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-apps/hotplug/files/hotplug-20020826-usb.agent-gentoo.diff b/sys-apps/hotplug/files/hotplug-20020826-usb.agent-gentoo.diff new file mode 100644 index 000000000000..7d7ea5957f00 --- /dev/null +++ b/sys-apps/hotplug/files/hotplug-20020826-usb.agent-gentoo.diff @@ -0,0 +1,14 @@ +diff -auNr hotplug-2002_08_26-orig/etc/hotplug/usb.agent hotplug-2002_08_26/etc/hotplug/usb.agent +--- hotplug-2002_08_26-orig/etc/hotplug/usb.agent 2002-08-13 14:59:32.000000000 -0700 ++++ hotplug-2002_08_26/etc/hotplug/usb.agent 2002-10-18 14:26:22.000000000 -0700 +@@ -57,8 +57,8 @@ + # $Id: hotplug-20020826-usb.agent-gentoo.diff,v 1.1 2002/10/19 22:04:02 zwelch Exp $ + # + +-if [ -f /etc/sysconfig/usb ]; then +- . /etc/sysconfig/usb ++if [ -f /etc/conf.d/usb ]; then ++ . /etc/conf.d/usb + fi + + cd /etc/hotplug |