From 70aedcf32a0c924fd073f5b36d20813e8323026b Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 5 Nov 2005 18:56:50 +0000 Subject: [PATCH] Bug #4948: Incorrect URL in log file for Xorg CVS. Also fixed wording of statement to not refer to monolithic CVS since modular uses the same code, so it was appearing in modular builds too. --- hw/xfree86/common/xf86Init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index bcab16be3..31363784b 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -1782,13 +1782,13 @@ xf86PrintBanner() { #if PRE_RELEASE ErrorF("\n" - "This is a pre-release version of the " XVENDORNAME " X11.\n" + "This is a pre-release version of the X server from " XVENDORNAME ".\n" "It is not supported in any way.\n" "Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.\n" "Select the \"xorg\" product for bugs you find in this release.\n" "Before reporting bugs in pre-release versions please check the\n" - "latest version in the " XVENDORNAME " \"monolithic tree\" CVS\n" - "repository hosted at http://www.freedesktop.org/Software/xorg/"); + "latest version in the X.Org Foundation CVS repository.\n" + "See http://wiki.x.org/wiki/CvsPage for CVS access instructions.\n"); #endif ErrorF("\nX Window System Version %d.%d.%d", XORG_VERSION_MAJOR,