mirror of https://github.com/mirror/busybox.git
parent
3227d3f982
commit
ef215558fa
|
@ -657,7 +657,7 @@
|
|||
"\n ::respawn:/bin/cttyhack /bin/sh" \
|
||||
"\nGiving controlling tty to shell running with PID 1:" \
|
||||
"\n $ exec cttyhack sh" \
|
||||
"\nStarting an interative shell from boot shell script:" \
|
||||
"\nStarting interactive shell from boot shell script:" \
|
||||
"\n setsid cttyhack sh" \
|
||||
|
||||
#define cut_trivial_usage \
|
||||
|
|
|
@ -366,7 +366,7 @@ config CTTYHACK
|
|||
|
||||
$ exec cttyhack sh
|
||||
|
||||
Starting an interative shell from boot shell script:
|
||||
Starting an interactive shell from boot shell script:
|
||||
|
||||
setsid cttyhack sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue