Hello Ian,
On Tuesday 21 June 2011 17:14:28 Ian Jackson wrote:
> But I'm afraid your patch doesn't apply cleanly to xen-unstable tip:
Seems like someone other also missed that option and added it already. So me
patch is mostly obsolete, but perhaps a little bit of documentation would be
okay.
Sincerely
Philipp Hahn
--
Philipp Hahn Open Source Software Engineer hahn@xxxxxxxxxxxxx
Univention GmbH Linux for Your Business fon: +49 421 22 232- 0
Mary-Somerville-Str.1 D-28359 Bremen fax: +49 421 22 232-99
http://www.univention.de/
Document -D option for no-daemonize.
Signed-off-by: Philipp Hahn <hahn@xxxxxxxxxxxxx>
diff -r eca057e4475c tools/blktap2/drivers/tapdisk2.c
--- a/tools/blktap2/drivers/tapdisk2.c Fri Jun 17 08:08:13 2011 +0100
+++ b/tools/blktap2/drivers/tapdisk2.c Tue Jun 21 17:35:58 2011 +0200
@@ -42,7 +42,7 @@
static void
usage(const char *app, int err)
{
- fprintf(stderr, "usage: %s <-u uuid> <-c control socket>\n", app);
+ fprintf(stderr, "usage: %s [-D] <-u uuid> <-c control socket>\n", app);
exit(err);
}
signature.asc
Description: This is a digitally signed message part.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|