Gentoo Archives: gentoo-embedded

From: Natanael Copa <mlists@××××××.org>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] porting runscript to embedded
Date: Wed, 17 Aug 2005 10:01:47
Message-Id: 43030AB6.6050508@tanael.org
1 Is there anyone that is porting /sbin/runscript to embedded so the
2 native gentoo init.d scripts can be used?
3
4 I have written something that seems to be able to start up the simpliest
5 gentoo init.d scrips.
6
7 Could this be something for the baselayout-lite or should it be in yet
8 another separate baselayout? (I have an rcS script here that simulate
9 runlevels)
10
11 So far the only problem seems to be that some init.d scripts use
12 "killall /path/to/binary" instead of "killall binary". Specifying the
13 path does not work with busybox killall.
14
15 If anyone else is working on something similar, please let me know so we
16 can cooperate.
17
18 --
19 Natanael Copa
20
21 --
22 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] porting runscript to embedded "René Rhéaume" <rene.rheaume@×××××.com>
Re: [gentoo-embedded] porting runscript to embedded Henrik Brix Andersen <brix@g.o>