summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-04-23 19:54:36 +0000
committerEgbert Eich <eich@suse.de>2004-04-23 19:54:36 +0000
commit99b5a17471487105d3a2f092b0b1b98cd827c33c (patch)
tree0b40db196a0c6117e63a081b6029486701382ae9
parente94bb05d084af4b50100f1925c91e2e41ce1f0f4 (diff)
-rw-r--r--config.c2
-rw-r--r--main.c6
-rw-r--r--pmdb.c2
-rw-r--r--pmint.h2
-rw-r--r--proxymngr.man2
5 files changed, 7 insertions, 7 deletions
diff --git a/config.c b/config.c
index 08787f6..89932ce 100644
--- a/config.c
+++ b/config.c
@@ -25,7 +25,7 @@ not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/proxymngr/config.c,v 1.7 2001/12/14 20:01:01 dawes Exp $ */
+/* $XFree86: xc/programs/proxymngr/config.c,v 1.6 2001/01/17 23:45:02 dawes Exp $ */
#include <stdlib.h>
diff --git a/main.c b/main.c
index cfd1955..171be29 100644
--- a/main.c
+++ b/main.c
@@ -25,7 +25,7 @@ not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/proxymngr/main.c,v 1.9 2003/07/09 15:27:36 tsi Exp $ */
+/* $XFree86: xc/programs/proxymngr/main.c,v 1.8tsi Exp $ */
#include <stdlib.h>
#include "pmint.h"
@@ -62,8 +62,8 @@ IcePaVersionRec PMReplyVersions[] = {{PM_MAJOR_VERSION, PM_MINOR_VERSION,
IcePoVersionRec PMSetupVersions[] = {{PM_MAJOR_VERSION, PM_MINOR_VERSION,
PMSetupProcessMessages}};
-char *PM_VENDOR_STRING = "The X.Org Group";
-char *PM_VENDOR_RELEASE = "Release 6.6";
+char *PM_VENDOR_STRING = XVENDORNAME;
+char *PM_VENDOR_RELEASE = XORG_RELEASE;
int verbose = 0;
diff --git a/pmdb.c b/pmdb.c
index a191c66..4b5305a 100644
--- a/pmdb.c
+++ b/pmdb.c
@@ -25,7 +25,7 @@ not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/proxymngr/pmdb.c,v 1.8 2003/09/13 21:33:11 dawes Exp $ */
+/* $XFree86: xc/programs/proxymngr/pmdb.c,v 1.7 2001/12/14 20:01:02 dawes Exp $ */
#include "pmint.h"
#include "pmdb.h"
diff --git a/pmint.h b/pmint.h
index 49c562f..f1413df 100644
--- a/pmint.h
+++ b/pmint.h
@@ -25,7 +25,7 @@ not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/proxymngr/pmint.h,v 1.6 2003/09/13 21:33:11 dawes Exp $ */
+/* $XFree86: xc/programs/proxymngr/pmint.h,v 1.5 2001/12/14 20:01:02 dawes Exp $ */
#include <stdio.h>
#include <X11/Xos.h>
diff --git a/proxymngr.man b/proxymngr.man
index 5c09994..21a8092 100644
--- a/proxymngr.man
+++ b/proxymngr.man
@@ -24,7 +24,7 @@
.\" from The Open Group.
.\"
.\"
-.\" $XFree86: xc/programs/proxymngr/proxymngr.man,v 1.9 2003/05/29 21:48:10 herrb Exp $
+.\" $XFree86: xc/programs/proxymngr/proxymngr.man,v 1.8 2003/02/20 03:27:32 dawes Exp $
.\"
.TH PROXYMNGR 1 __xorgversion__
.SH NAME