xenocara/app/xdm
mpi 1db608c0a5 Match what's done on i386/amd64 and use vt05 as default for xdm(1)
on macppc now that virtual consoles are supported.

Adding "xdm_flags=" to /etc/rc.conf.local should now be enough to
get xdm working out of the box, no need to edit /etc/ttys anymore.

ok matthieu@
2013-06-26 07:25:19 +00:00
..
app-defaults Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
chooser Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
config Don't try to start an ssh agent if $SSH_AGENT_PID is already set. 2013-05-19 07:22:53 +00:00
greeter replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang. 2011-12-15 21:12:42 +00:00
include Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
m4 Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
man Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
xdm Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
xdmshell Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
aclocal.m4 Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
AUTHORS Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
ChangeLog Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
compile regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
config.guess regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
config.h.in Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
config.sub regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
configure Match the default PATH with what we use in login.conf(5). 2012-02-08 14:31:14 +00:00
configure.ac Match the default PATH with what we use in login.conf(5). 2012-02-08 14:31:14 +00:00
COPYING Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
cpprules.in Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
depcomp regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
INSTALL regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
install-sh regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
ltmain.sh Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
Makefile.am Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
Makefile.bsd-wrapper Match what's done on i386/amd64 and use vt05 as default for xdm(1) 2013-06-26 07:25:19 +00:00
Makefile.in Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00
missing regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
NEWS Importing from X.Org 7.2RC2 2006-11-25 20:07:29 +00:00
README Update to xdm 1.1.9 2010-03-28 09:33:02 +00:00
xdm.man.cpp Set user PATH from login.conf instead of hard-coded default. 2011-09-30 19:59:05 +00:00
xdm.service.in Update to xdm 1.1.11 plus a few patches from git master. 2011-11-15 20:53:44 +00:00

The default installation settings of xdm match those used for most platforms
in the previous X.Org releases:

Scripts & modules:	$(libdir)/X11/xdm (aka $(prefix)/lib/X11/xdm)
Configuration files:	$(libdir)/X11/xdm
Pixmap files:		$(libdir)/X11/xdm/pixmaps
Log files:		/var/log
Process id/lock files:	/var/run
xauth cookie files:	/var/lib/xdm

These may be overridden with the following options to configure:
Loadable modules:	--with-xdmlibdir
Scripts:		--with-xdmscriptdir (or --with-xdmlibdir)
Configuration files:	--with-xdmconfigdir (or --with-xdmlibdir)
Pixmap files:		--with-xdmpixmapdir (or --with-xdmlibdir)
Log files:		--with-logdir
Process id/lock files:	--with-piddir
xauth cookie files:	--with-authdir

For instance, some packagers/sites may prefer:
	--with-xdmconfigdir=/etc/X11/xdm
	--with-xdmlibdir=$(prefix)/lib/xdm
	--with-xdmscriptdir=/etc/X11/xdm

	----------------------------------------------------------------

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/app/xdm

        http://cgit.freedesktop.org/xorg/app/xdm

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage

$Id: README,v 1.3 2010/03/28 09:33:02 matthieu Exp $