Hiroshi Ito writes:
authorEric Andersen <andersen@codepoet.org>
Fri, 8 Oct 2004 08:21:54 +0000 (08:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 8 Oct 2004 08:21:54 +0000 (08:21 -0000)
commit82baf63de5eb905ab255b4eea31e283f89f4cbf4
tree0272388e146d81fa001889397f66930a070d96b4
parent2271809d75a2df26a5afbdab1aaf0ec3623d2ce0
Hiroshi Ito writes:

Hello, all.

Busybox init does not handle removed inittab entry correctly.

# I'm sorry about my poor english, but you can find
# what I would like to say from patch, isn't it?

even if you apply this path,
when yoy try to change a command line option in inittab,
you have to do following steps.
1. remove old line from initrd
2. send HUP signal to init
3. kill old proces which is invoked from init.
4. append new line to inittab
5. send HUP signal to init, again

patch is against current CVS + last patch witch I send it last.
init/init.c