Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-embedded
On Wed, 2005-08-17 at 12:00 +0200, Natanael Copa wrote:
> So far the only problem seems to be that some init.d scripts use
> "killall /path/to/binary" instead of "killall binary". Specifying the
> path does not work with busybox killall.
You could specify an sh-wrapper for killall that strips the path (until
this is fixed in the affected init scripts):
killall() {
/usr/sbin/killall `basename $1`
}
Completely untested, btw :)
./Brix
--
Henrik Brix Andersen <brix@g.o>
Gentoo Metadistribution | Mobile computing herd
|
| Attachment: |
|
signature.asc (This is a digitally signed message part)
|
|