Re: [PATCH] opentvt wait addition

2008-03-27 Thread James Simmons
--- busybox.orig/console-tools/openvt.c 2008-03-26 09:51:27.0 -0400 +++ busybox/console-tools/openvt.c 2008-03-26 10:10:50.0 -0400 @@ -16,12 +16,16 @@ int openvt_main(int argc, char **argv) { char vtname[sizeof(VC_FORMAT) + 2]; + pid_t pid; + int

Re: [PATCH] opentvt wait addition

2008-03-27 Thread Denys Vlasenko
On Thursday 27 March 2008 16:14, James Simmons wrote: --- busybox.orig/console-tools/openvt.c 2008-03-26 09:51:27.0 -0400 +++ busybox/console-tools/openvt.c2008-03-26 10:10:50.0 -0400 @@ -16,12 +16,16 @@ int openvt_main(int argc, char **argv) {

Re: [PATCH] opentvt wait addition

2008-03-27 Thread James Simmons
On Thursday 27 March 2008 16:14, James Simmons wrote: --- busybox.orig/console-tools/openvt.c 2008-03-26 09:51:27.0 -0400 +++ busybox/console-tools/openvt.c 2008-03-26 10:10:50.0 -0400 @@ -16,12 +16,16 @@ int openvt_main(int argc, char **argv)

[PATCH] opentvt wait addition

2008-03-26 Thread James Simmons
This patch allows openvt to wait for command completion. diff -urwN busybox.orig/console-tools/openvt.c busybox/console-tools/openvt.c --- busybox.orig/console-tools/openvt.c 2008-03-26 09:51:27.0 -0400 +++ busybox/console-tools/openvt.c 2008-03-26 10:10:50.0 -0400 @@

Re: [PATCH] opentvt wait addition

2008-03-26 Thread Denys Vlasenko
On Wednesday 26 March 2008 15:24, James Simmons wrote: This patch allows openvt to wait for command completion. diff -urwN busybox.orig/console-tools/openvt.c busybox/console-tools/openvt.c --- busybox.orig/console-tools/openvt.c 2008-03-26 09:51:27.0 -0400 +++