aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2012-07-26 10:35:37 +0100
committerAndrew Cooper <andrew.cooper3@citrix.com>2012-07-26 10:35:37 +0100
commit57d1740e24714ff35b146955fd0b0d4bcf975d8d (patch)
treefb737796861c3a4d6d8d4b6c057d688ad5325fca /tools/xenstat
parenta413f5a5f4463bc805c297bc2d328f1da17f3b1b (diff)
downloadxen-57d1740e24714ff35b146955fd0b0d4bcf975d8d.tar.gz
xen-57d1740e24714ff35b146955fd0b0d4bcf975d8d.tar.bz2
xen-57d1740e24714ff35b146955fd0b0d4bcf975d8d.zip
xen: update xensource.com to xen.org
This patch was constructed by grepping for xensource.com over the entire repository and eyeballing which ones were sensible to update. In addition, the xen-tools mailing list has been deprecated, so update xentop to refer to xen-devel instead. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/xenstat')
-rw-r--r--tools/xenstat/xentop/xentop.12
-rw-r--r--tools/xenstat/xentop/xentop.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/xenstat/xentop/xentop.1 b/tools/xenstat/xentop/xentop.1
index 78c3332895..0a78e4c56b 100644
--- a/tools/xenstat/xentop/xentop.1
+++ b/tools/xenstat/xentop/xentop.1
@@ -91,7 +91,7 @@ scroll domain display
Written by Judy Fischbach, David Hendricks, and Josh Triplett
.SH "REPORTING BUGS"
-Report bugs to <xen-tools@lists.xensource.com>.
+Report bugs to <xen-devel@lists.xen.org>.
.SH COPYRIGHT
Copyright \(co 2005 International Business Machines Corp
diff --git a/tools/xenstat/xentop/xentop.c b/tools/xenstat/xentop/xentop.c
index 60cf607794..db9990f50b 100644
--- a/tools/xenstat/xentop/xentop.c
+++ b/tools/xenstat/xentop/xentop.c
@@ -47,7 +47,7 @@
"Copyright (C) 2005 International Business Machines Corp\n"\
"This is free software; see the source for copying conditions.There is NO\n"\
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
-#define XENTOP_BUGSTO "Report bugs to <xen-tools@lists.xensource.com>.\n"
+#define XENTOP_BUGSTO "Report bugs to <xen-devel@lists.xen.org>.\n"
#define _GNU_SOURCE
#include <getopt.h>