Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102818 - sys-apps/usbd-0.1 init.d script is not compatible with busybox
Summary: sys-apps/usbd-0.1 init.d script is not compatible with busybox
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-17 04:37 UTC by Natanael Copa
Modified: 2005-08-17 17:25 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 Natanael Copa 2005-08-17 04:37:42 UTC
"killall /usr/sbin/usbd" does not work on busybox based systems.

Reproducible: Always
Steps to Reproduce:
1. write a busybox compatible runscripts.sh script.
2. /etc/init.d/usbd start
3. /etc/init.d/usbd stop

Actual Results:  
usbd does not stop

Expected Results:  
usbd stops

This affects gentoo-embedded

replace "killall /usr/sbin/usbd" with "killall usbd" and the init.d script will
be reuseable for busybox based gentoo-embedded.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-17 05:02:54 UTC
Post the ebuild that this init script belongs to; if you don't know, then run
'equery b /etc/init.d/usbd' (emerge gentoolkit if you don't have equery). 

I simply cannot assign bugs if I don't know this information. Always put ebuild
name and version into bug summary next time.
Comment 2 Natanael Copa 2005-08-17 05:14:59 UTC
The ebuild is sys-apps/usbd-0.1

Sorry.
Comment 3 SpanKY gentoo-dev 2005-08-17 17:25:11 UTC
fixed in cvs