xenocara/app/xenodm
matthieu e5b6c5a29f Source the Xsetup script before initializing the greeter widget.
Based on a request by weerd@, tested by jca@ and weerd@
2018-07-09 15:02:41 +00:00
..
config chown before chmod 2017-10-04 18:28:59 +00:00
greeter Source the Xsetup script before initializing the greeter widget. 2018-07-09 15:02:41 +00:00
include Stop abusing cpp as generic macro processor in the build system. 2017-07-26 21:14:54 +00:00
m4 Generate autotools build system 2016-10-23 08:32:59 +00:00
man Missing dot breaks semantic markup. from Klemens Nanni. Thanks. 2017-08-22 06:54:08 +00:00
xenodm static variable shadowing found by clang 2018-05-06 15:26:15 +00:00
aclocal.m4 Generate autotools build system 2016-10-23 08:32:59 +00:00
AUTHORS Add xenodm a stripped down xdm (X Display Manager) for OpenBSD. 2016-10-23 08:30:37 +00:00
config.guess Generate autotools build system 2016-10-23 08:32:59 +00:00
config.h.in Generate autotools build system 2016-10-23 08:32:59 +00:00
config.sub Generate autotools build system 2016-10-23 08:32:59 +00:00
configure backout hard-coded behaviour change which was not discussed, in 2017-09-05 17:48:07 +00:00
configure.ac backout hard-coded behaviour change which was not discussed, in 2017-09-05 17:48:07 +00:00
COPYING Add xenodm a stripped down xdm (X Display Manager) for OpenBSD. 2016-10-23 08:30:37 +00:00
depcomp Generate autotools build system 2016-10-23 08:32:59 +00:00
install-sh Generate autotools build system 2016-10-23 08:32:59 +00:00
ltmain.sh Generate autotools build system 2016-10-23 08:32:59 +00:00
Makefile.am There is no xdm.service file in xenodm. 2017-07-26 10:04:30 +00:00
Makefile.bsd-wrapper Add xenodm a stripped down xdm (X Display Manager) for OpenBSD. 2016-10-23 08:30:37 +00:00
Makefile.in Stop abusing cpp as generic macro processor in the build system. 2017-07-26 21:14:54 +00:00
missing Generate autotools build system 2016-10-23 08:32:59 +00:00
README Add xenodm a stripped down xdm (X Display Manager) for OpenBSD. 2016-10-23 08:30:37 +00:00

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 $