aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-08-30 12:13:16 +0000
committerkraxel <kraxel>2007-08-30 12:13:16 +0000
commit906cb4b5765f2aa24043da4f31c7bed9ced12329 (patch)
tree721655d38b8319ca396bc008f5b01e3e924f3e8d
parent60aa574b338363607bfedd85d6024820d494abbe (diff)
downloadxenwatch-906cb4b5765f2aa24043da4f31c7bed9ced12329.tar.gz
email fixup
-rw-r--r--INSTALL2
-rw-r--r--VERSION2
-rw-r--r--mdns-browser.c2
-rw-r--r--mdns-publish-xendom.c2
-rw-r--r--mk/Variables.mk7
-rw-r--r--vnc-client.c2
-rw-r--r--x11.c2
-rw-r--r--xd_view.c2
8 files changed, 12 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 8f99186..8ac42dc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -56,4 +56,4 @@ Have fun,
Gerd
--
-Gerd Hoffmann <kraxel@suse.de>
+Gerd Hoffmann <kraxel@redhat.com>
diff --git a/VERSION b/VERSION
index be58634..bd73f47 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3
+0.4
diff --git a/mdns-browser.c b/mdns-browser.c
index 70f8673..7f45927 100644
--- a/mdns-browser.c
+++ b/mdns-browser.c
@@ -45,7 +45,7 @@ static void usage(FILE *fp)
" -w sets service to _workstation._tcp\n"
"\n"
"-- \n"
- "(c) 2006 Gerd Hoffmann <kraxel@suse.de>\n",
+ "(c) 2006 Gerd Hoffmann <kraxel@redhat.com>\n",
service);
}
diff --git a/mdns-publish-xendom.c b/mdns-publish-xendom.c
index 01678a4..31a1a56 100644
--- a/mdns-publish-xendom.c
+++ b/mdns-publish-xendom.c
@@ -148,7 +148,7 @@ static void usage(FILE *fp)
" -d enable debug mode\n"
"\n"
"-- \n"
- "(c) 2006 Gerd Hoffmann <kraxel@suse.de>\n",
+ "(c) 2006 Gerd Hoffmann <kraxel@redhat.com>\n",
appname);
}
diff --git a/mk/Variables.mk b/mk/Variables.mk
index d1c7c5f..88844b4 100644
--- a/mk/Variables.mk
+++ b/mk/Variables.mk
@@ -6,8 +6,11 @@ DESTDIR =
srcdir ?= .
prefix ?= /usr/local
bindir = $(DESTDIR)$(prefix)/bin
-mandir = $(DESTDIR)$(prefix)/share/man
-locdir = $(DESTDIR)$(prefix)/share/locale
+libdir = $(DESTDIR)$(prefix)/$(LIB)
+shrdir = $(DESTDIR)$(prefix)/share
+mandir = $(shrdir)/man
+locdir = $(shrdir)/locale
+appdir = $(shrdir)/applications
# package + version
empty :=
diff --git a/vnc-client.c b/vnc-client.c
index c5c24c3..6b777a6 100644
--- a/vnc-client.c
+++ b/vnc-client.c
@@ -29,7 +29,7 @@ static void usage(FILE *fp)
" -c Close on disconnect.\n"
"\n"
"-- \n"
- "(c) 2006 Gerd Hoffmann <kraxel@suse.de>\n");
+ "(c) 2006 Gerd Hoffmann <kraxel@redhat.com>\n");
}
int
diff --git a/x11.c b/x11.c
index 18650d8..f400dfd 100644
--- a/x11.c
+++ b/x11.c
@@ -1,7 +1,7 @@
/*
* some X11 ximage / pixmaps rotines
*
- * (c) 2006 Gerd Hoffmann <kraxel@suse.de>
+ * (c) 2006 Gerd Hoffmann <kraxel@redhat.com>
*
*/
diff --git a/xd_view.c b/xd_view.c
index 47fc1b0..188f873 100644
--- a/xd_view.c
+++ b/xd_view.c
@@ -342,7 +342,7 @@ static void menu_cb_about(void)
{
static char *comments = "xen domain monitor";
static char *copyright = "(c) 2005-2006 Gerd Hoffmann";
- static char *authors[] = { "Gerd Hoffmann <kraxel@suse.de>", NULL };
+ static char *authors[] = { "Gerd Hoffmann <kraxel@redhat.com>", NULL };
gtk_show_about_dialog(GTK_WINDOW(xd_toplevel),
"authors", authors,