Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 102818

Summary: sys-apps/usbd-0.1 init.d script is not compatible with busybox
Product: Gentoo Linux Reporter: Natanael Copa <natanael.copa>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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