Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21877 - hotplug ebuild installation needs to create /var/run/usb directory.
Summary: hotplug ebuild installation needs to create /var/run/usb directory.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Zach Welch (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-29 01:17 UTC by Jason Buberel
Modified: 2003-06-11 17:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Buberel 2003-05-29 01:17:24 UTC
By default, the usb-hotplug functionality will look for device removal scripts 
(identified by the $REMOVER environment variable) in /var/run/usb. If this does not 
exist, it makes it more difficult for script writers to do something like: 
 
#!/bin/sh 
copy /usr/local/bin/digital-camera-remover-script $REMOVER 
 
But if the /var/run/usb directory already existed, this would work just fine. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2003-06-11 17:29:10 UTC
Fixed in 20030501-r2, now unmasked for x86 in the Portage tree. Thank you for this bug report.