search for: d2bf1a7cc131

Displaying 1 result from an estimated 1 matches for "d2bf1a7cc131".

2006 Aug 02
0
[PATCH] xenstore-chmod
...th permissions. Let me know what think, thanks! Signed-off-by: Michael LeMay <mdlemay@epoch.ncsc.mil> --- tools/xenstore/Makefile | 2 tools/xenstore/xenstore_client.c | 106 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 105 insertions(+), 3 deletions(-) diff -r d2bf1a7cc131 -r 2353a28247b1 tools/xenstore/Makefile --- a/tools/xenstore/Makefile Sat Jul 29 14:05:59 2006 +0100 +++ b/tools/xenstore/Makefile Tue Aug 01 08:47:33 2006 -0400 @@ -26,7 +26,7 @@ TESTFLAGS= -DTESTING TESTFLAGS= -DTESTING TESTENV = XENSTORED_ROOTDIR=$(TESTDIR) XENSTORED_RUNDIR=$(TESTDIR) -CLIE...