bug #188 report bugs to X.org bugzilla, not XFree86

This commit is contained in:
Kaleb Keithley 2004-02-23 16:32:14 +00:00
parent d52f3ac58f
commit 30ac3efde2

View File

@ -1251,8 +1251,8 @@ AbortDDX()
void void
OsVendorFatalError() OsVendorFatalError()
{ {
ErrorF("\nWhen reporting a problem related to a server crash, please send\n" ErrorF("\nWhen reporting a problem related to a server crash, please\n"
"the full server output, not just the last messages.\n"); "send the full server output, not just the last messages.\n");
if (xf86LogFile && xf86LogFileWasOpened) if (xf86LogFile && xf86LogFileWasOpened)
ErrorF("This can be found in the log file \"%s\".\n", xf86LogFile); ErrorF("This can be found in the log file \"%s\".\n", xf86LogFile);
ErrorF("Please report problems to %s.\n", BUILDERADDR); ErrorF("Please report problems to %s.\n", BUILDERADDR);
@ -1703,14 +1703,15 @@ xf86PrintBanner()
{ {
#if PRE_RELEASE #if PRE_RELEASE
ErrorF("\n" ErrorF("\n"
"This is a pre-release version of XFree86, and is not supported in any\n" "This is a pre-release version of the X.org Foundation's X11.\n"
"way. Bugs may be reported to XFree86@XFree86.Org and patches submitted\n" "Portions of this release are based on XFree86 4.4RC2 and selected\n"
"to fixes@XFree86.Org. Before reporting bugs in pre-release versions,\n" "files from XFree86 4.4RC3. It is not supported in any way.\n"
"please check the latest version in the XFree86 CVS repository\n" "Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.\n"
"(http://www.XFree86.Org/cvs).\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 X.org Foundation \"monolithic tree\" CVS\n"
"repository hosted at http://www.freedesktop.org/Software/xorg/"
#endif #endif
ErrorF("\nXFree86 Version %d.%d.%d", XF86_VERSION_MAJOR, XF86_VERSION_MINOR,
XF86_VERSION_PATCH);
#if XF86_VERSION_SNAP > 0 #if XF86_VERSION_SNAP > 0
ErrorF(".%d", XF86_VERSION_SNAP); ErrorF(".%d", XF86_VERSION_SNAP);
#endif #endif