"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.
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.
The ebuild is sys-apps/usbd-0.1 Sorry.
fixed in cvs