The installation of the xdm port installs config files in /usr/local/lib/X11/xdm. The port Makefile makes a substitution in the xdm-config file. The same substutution also needs to be made in the Xstartup and Xreset files. This problem causes xdm logins to fail because utmp entries are not properly created due to the sessreg command failing. How-To-Repeat: Install port. Look at /usr/local/lib/X11/xdm/Xstartup and /usr/local/lib/X11/xdm/Xreset. Note they have an unexpanded XDMCONFIGDIR tag there.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-x11 Over to maintainer (via the GNATS Auto Assign Tool)
flz 2008-01-02 14:16:54 UTC FreeBSD ports repository Modified files: x11/xdm Makefile Added files: x11/xdm/files patch-config_Xresources.cpp Log: - Fix if-block in Xresources. [1] - Fix paths in various scripts. [2] PR: ports/117722 [1], ports/117841 [2] Submitted by: Warren Block [1], J.R. Oldroyd [2] Revision Changes Path 1.7 +5 -3 ports/x11/xdm/Makefile 1.1 +21 -0 ports/x11/xdm/files/patch-config_Xresources.cpp (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed by flz 2008-01-02.