]> xenbits.xensource.com Git - people/royger/xen.git/commit
tools/xenstore: remove socket-only option from xenstore client
authorJuergen Gross <jgross@suse.com>
Fri, 2 Oct 2020 15:41:37 +0000 (17:41 +0200)
committerWei Liu <wl@xen.org>
Thu, 8 Oct 2020 12:47:50 +0000 (12:47 +0000)
commitc65687ed16d2289ec91036ec2862a4b4bd34ea4f
tree8ee4e9b30af3375b1d88c933135c549706611649
parent7a519f8bda6f3505a4c1fbf277f002aa0c12ab9a
tools/xenstore: remove socket-only option from xenstore client

The Xenstore access commands (xenstore-*) have the possibility to limit
connection to Xenstore to a local socket (option "-s"). This is an
option making no sense at all, as either there is only a socket, so
the option would be a nop, or there is no socket at all (in case
Xenstore is running in a stubdom or the client is called in a domU),
so specifying the option would just lead to failure.

So drop that option completely.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
docs/man/xenstore-chmod.1.pod
docs/man/xenstore-ls.1.pod
docs/man/xenstore-read.1.pod
docs/man/xenstore-write.1.pod
tools/xenstore/xenstore_client.c