From owner-freebsd-x11@FreeBSD.ORG Tue Feb 12 06:19:21 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A78A16A41A for ; Tue, 12 Feb 2008 06:19:21 +0000 (UTC) (envelope-from fal.etc@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224]) by mx1.freebsd.org (Postfix) with ESMTP id E8AB713C44B for ; Tue, 12 Feb 2008 06:19:20 +0000 (UTC) (envelope-from fal.etc@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so4245937wxd.7 for ; Mon, 11 Feb 2008 22:19:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=RcQswDAvUhaP3wpHmTmYdw7HcaoGtz54johY4FGPlYA=; b=hwEdntCoKyrPsVW8ojI0Odu/3I3TRRi8orDyrF7YvkxRlFyyVkckW7BP3LLbK46Io9cWKswFqnDNn2Ofv/+WovcF1hBc/Dn8hAsUkuLJuBBQo0JEhxxdiAcB10QxQjz6Bx6MK4FL835t/tREWegrSxhnl0jlLeWZ0l7+rCuuQZ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=n9/Sc7uPAGfmfd14KqZcol7BoQePHmhd/WLwb/X2Ba/shKr4+/HvJOyJhEHyhRQa4Zxua7r0e9Ja8VT2D4GPIHrRfK8qc2KX5zkYfTC3AIjmtiM97Ymfs9wPEW+ZTHFmSw4wtQmexKbgX+216Vv+xO1rXVP9tL5sfftHINleuOM= Received: by 10.142.48.14 with SMTP id v14mr697530wfv.133.1202795590891; Mon, 11 Feb 2008 21:53:10 -0800 (PST) Received: by 10.142.127.11 with HTTP; Mon, 11 Feb 2008 21:53:10 -0800 (PST) Message-ID: Date: Tue, 12 Feb 2008 11:53:10 +0600 From: "FaL .etc" To: "freebsd-x11@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Xorg 7.3 xdm reads worng configuration files X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 06:19:21 -0000 Hello, I have problem with xdm and found out this message: http://lists.freebsd.org/pipermail/freebsd-x11/2007-September/005169.html Hi all, after upgrading Xorg to version 7.3 xdm failed to start. A short truss revealed that xdm reads its config files in /usr/local/share/examples/xdm/ instead of (as expected and done in 7.2) /usr/local/lib/X11/xdm/. Obviously, x11/xdm/Makefile adds "--with-xdmconfigdir=${EXAMPLESDIR} --with-xdmscriptdir=${EXAMPLESDIR}" to CONFIGURE_ARGS, which does not only control the location of the included examples but also the paths where xdm looks for its configuration. I guess this was missed in testing because in these days nobody changes his xdm config :) Regards Christoph -- Spare Space I had a look in x11/xdm/Makefile and found out that the argument ${EXAMPLESDIR} has not fixed yet. Please tell me how to fix this error to make xdm work normally. Tran Chi Thien.