Subject: Re: xdm doesn't work
To: Frederic Gonieaux <fgonieaux@free.fr>
From: Geert Hendrickx <ghen@telenet.be>
List: tech-pkg
Date: 11/12/2005 10:04:23
On Sat, Nov 12, 2005 at 03:55:04AM +0100, Frederic Gonieaux wrote:
> I use xdm with xorg and i experienced something similar.
> By default, /usr/pkg/etc/xorg/xdm/Xservers is empty.
> 
> I had to add the following line to this file to make it working:
> :0 local /usr/pkg/xorg/bin/X vt05 -nolisten tcp

And to make the default xdm rc.d script (shipped with the base system) work
with pkgsrc's xdm, you must create the following /etc/rc.conf.d/xdm file: 

command="/usr/pkg/xorg/bin/${name}"
required_files="/usr/pkg/etc/xorg/xdm/xdm-config"

	Geert