aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-02 14:58:37 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-02 14:58:37 +0100
commit219c85a53b1c4722bad271aa8ac03af19b53e953 (patch)
tree7137d893e522ede9ede903831b94bb5b1230c9eb /.hgignore
parentc407ff43f456fa6f158dd1628396451f2c1bcf39 (diff)
downloadxen-219c85a53b1c4722bad271aa8ac03af19b53e953.tar.gz
xen-219c85a53b1c4722bad271aa8ac03af19b53e953.tar.bz2
xen-219c85a53b1c4722bad271aa8ac03af19b53e953.zip
[TOOLS] Modify xenstore_client.c to include a new utility, xenstore-chmod.
This utility permits developers and administrators to manually change the permissions on arbitrary locations in XenStore from the command line. This is often helpful if you're trying to debug an application that relies on XenStore and is encountering difficulties with permissions. Signed-off-by: Michael LeMay <mdlemay@epoch.ncsc.mil>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 1bb0f83e6d..6c36a72ac7 100644
--- a/.hgignore
+++ b/.hgignore
@@ -156,6 +156,7 @@
^tools/xenstat/xentop/xentop$
^tools/xenstore/testsuite/tmp/.*$
^tools/xenstore/xen$
+^tools/xenstore/xenstore-chmod$
^tools/xenstore/xenstore-exists$
^tools/xenstore/xenstore-list$
^tools/xenstore/xenstore-read$