Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 1996 23:14:10 -0500
From:      Dave Bodenstab <imdave@synet.net>
To:        freebsd-questions@FreeBSD.org, kline@tera.com
Subject:   Re: xcoral
Message-ID:  <199609290414.XAA19908@base486.synet.net>

next in thread | raw e-mail | index | archive | help

Don't know if xcoral will *use* the options, but it *does* attempt to
read /usr/X11R6/lib/X11/app-defaults/Xcoral as the following demonstrates:

	bash$ ktrace xcoral
	cannot open file /home/imdave/.xcoralrc
		[click on FILE/QUIT]
	base$ kdump
	 19848 ktrace   RET   ktrace 0
	 19848 ktrace   CALL  __sysctl(0xefbfd620,0x2,0xefbfd62c,0xefbfd628,0,0)
		:
		:
	 19848 xcoral   CALL  open(0xefbfd428,0,0x80e3060)
	 19848 xcoral   NAMI  "/usr/X11R6/lib/X11/app-defaults/Xcoral"
	 19848 xcoral   RET   open -1 errno 2 No such file or directory
		:
		:

Dave Bodenstab
imdave@synet.net




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609290414.XAA19908>