Subject: CVS commit: src/x11/bin/xinit
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 04/24/2004 03:42:08
Module Name:	src
Committed By:	mrg
Date:		Sat Apr 24 03:42:07 UTC 2004

Modified Files:
	src/x11/bin/xinit: Makefile

Log Message:
- -DXFREE86 if we build an XFree86 server.
- use /dev/urandom & hexdump to generate cookies.

mostly as-is from PR#25239.

XXX  the #ifdef XFREE86 line in xinit.c is simply for an error message to
XXX  include the text "XFree86     XFree86 displays" in an array of char *,
XXX  that is used to display an error message.  i think nearly all the
XXX  netbsd servers need to optionally be added to this list....


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/x11/bin/xinit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.