xenocara/app/xenodm
2018-11-03 14:01:21 +00:00
..
config This file is not generated by configure, @ substitutions arent available 2018-07-17 11:52:12 +00:00
greeter Pass the correct buffer length to strlcpy() to avoid truncation. 2018-10-28 19:38:19 +00:00
include Consistant use of bool whenever possible. 2018-07-10 14:20:42 +00:00
m4
man Bind <Key>Escape to erase-line by default. 2018-07-11 16:28:54 +00:00
xenodm pledges for session can be tighten a bit now. 2018-07-11 20:28:41 +00:00
aclocal.m4 Actually remove the source files for Xstartup and Xreset 2018-07-11 19:05:22 +00:00
AUTHORS
config.guess
config.h.in
config.sub
configure regen 2018-11-03 14:01:21 +00:00
configure.ac Remove useless check for XdmcpWrap(). 2018-11-03 14:01:02 +00:00
COPYING
depcomp
install-sh
ltmain.sh
Makefile.am There is no xdm.service file in xenodm. 2017-07-26 10:04:30 +00:00
Makefile.bsd-wrapper Revert the removal of Xreset and Xstartup. 2018-07-15 09:05:11 +00:00
Makefile.in regen 2018-07-15 09:07:48 +00:00
missing
README

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

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

These may be overridden with the following options to configure:
Loadable modules:	--with-xenodmlibdir
Scripts:		--with-xenodmscriptdir (or --with-xenodmlibdir)
Configuration files:	--with-xenodmconfigdir (or --with-xenodmlibdir)
Pixmap files:		--with-xenodmpixmapdir (or --with-xenodmlibdir)
Log files:		--with-logdir
Process id/lock files:	--with-piddir
xauth cookie files:	--with-authdir

For instance, some packagers/sites may prefer:
	--with-xenodmconfigdir=/etc/X11/xenodm
	--with-xenodmlibdir=$(prefix)/lib/xenodm
	--with-xenodmscriptdir=/etc/X11/xenodm

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

All questions regarding this software should be directed at the
OpenBSD mailing lists:

        https://www.openbsd.org/mail.html

Please submit bug reports to the bugs@openbsd.org list:

        https://www.openbsd.org/report.html

The master development code repository can be found at:

        git://xenocara.org/git/xenocara/app/xenodm

	http://cgit.xenocara.org/app/xenodm/

$OpenBSD: README,v 1.1 2016/10/23 08:30:37 matthieu Exp $