hush/init
Eric Andersen 82baf63de5 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.
2004-10-08 08:21:54 +00:00
..
Config.in As discussed, drop minit, which was not being supported in busybox. 2004-05-26 10:28:32 +00:00
halt.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
init_shared.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
init_shared.h Support reboot, halt, and poweroff independent of busybox init. 2003-07-22 09:41:39 +00:00
init.c Hiroshi Ito writes: 2004-10-08 08:21:54 +00:00
Makefile egor duda writes: 2004-10-08 07:46:08 +00:00
Makefile.in egor duda writes: 2004-10-08 07:46:08 +00:00
mesg.c Quiet a few warnings 2004-08-27 19:55:28 +00:00
poweroff.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
reboot.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00