summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2022-11-02 12:07:57 +0100
committerJan Beulich <jbeulich@suse.com>2022-11-02 12:07:57 +0100
commit1283af6465cd14934e89a088f8abef577d013761 (patch)
treeeeca88e313072ce7eccf74cded65c759adf22ab6 /docs
parent0d251a1dd15f9c406de2d7d7fe018c4e6e454215 (diff)
downloadxen-1283af6465cd14934e89a088f8abef577d013761.tar.gz
tools/xenstore: remove XEN_LIB_STORED and XENSTORED_ROOTDIR
XEN_LIB_STORED is serving no real purpose, as it is a mount point for a tmpfs, so it can be replaced easily by XEN_RUN_STORED. XENSTORED_ROOTDIR is basically unused already, there is just a single reference in xs_daemon_rootdir() with a fallback to XEN_LIB_STORED, and a .gdbinit file setting it. Remove the .gdbinit file, as it is not known having been used since ages, and make xs_daemon_rootdir() an alias of xs_daemon_rundir(). Reported-by: Andrew Cooper <andrew.cooper3@citrix.com> Signed-off-by: Juergen Gross <jgross@suse.com> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com> Release-acked-by: Henry Wang <Henry.Wang@arm.com>
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/configure4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/configure b/docs/configure
index d4fced9858..f008ca0565 100755
--- a/docs/configure
+++ b/docs/configure
@@ -601,7 +601,6 @@ INITD_DIR
SHAREDIR
XEN_LIB_DIR
XEN_RUN_STORED
-XEN_LIB_STORED
XEN_LOG_DIR
XEN_RUN_DIR
XENFIRMWAREDIR
@@ -1984,9 +1983,6 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
-XEN_LIB_STORED=$localstatedir/lib/xenstored
-
-
XEN_RUN_STORED=$rundir_path/xenstored