From 0c57a398cef50d13a821ad341ffb15ab0cbd2bad Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 17 Jul 2009 20:59:48 -0700 Subject: Add variable DisplayManager.authDir to xdm-config (Fedora bug 388431) Fedora patch xdm-1.1.6-authDir-var-bug388431.patch Signed-off-by: Alan Coopersmith --- config/Makefile.am | 1 + config/xdm-config.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'config') diff --git a/config/Makefile.am b/config/Makefile.am index 0eb0e72..86eb0b3 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -51,6 +51,7 @@ MKTEMP_DEFINES = -DMKTEMP_COMMAND=$(MKTEMP_COMMAND) CPP_FILES_FLAGS = -DBINDIR="$(bindir)" -DDEFAULTVT="$(DEFAULTVT)" \ -DXDMDIR="$(XDMLIBDIR)" -DXDMLOGDIR="$(XDMLOGDIR)" \ + -DXDMXAUTHDIR="$(XDMXAUTHDIR)" \ -DXDMPIDDIR="$(XDMPIDDIR)" -DXDMCONFIGDIR="$(XDMCONFIGDIR)" \ -DXDMSCRIPTDIR="$(XDMSCRIPTDIR)" -DSU="$(SU)" \ -DCHOOSERPATH="$(XDMLIBDIR)/chooser" $(XPMDEFINES) \ diff --git a/config/xdm-config.cpp b/config/xdm-config.cpp index 85a0765..59d548b 100644 --- a/config/xdm-config.cpp +++ b/config/xdm-config.cpp @@ -9,6 +9,7 @@ #ifndef XDMSCRIPTDIR #define XDMSCRIPTDIR XDMDIR #endif +DisplayManager.authDir: XDMXAUTHDIR DisplayManager.errorLogFile: XDMLOGDIR/xdm.log DisplayManager.pidFile: XDMPIDDIR/xdm.pid DisplayManager.keyFile: XDMCONFIGDIR/xdm-keys -- cgit v1.2.3