Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/bin/xdm/config Replace UTMP_FILE and WTMP_...



details:   https://anonhg.NetBSD.org/src/rev/17df807e284d
branches:  trunk
changeset: 755140:17df807e284d
user:      veego <veego%NetBSD.org@localhost>
date:      Sun May 23 21:35:35 2010 +0000

description:
Replace UTMP_FILE and WTMP_FILE for Xstartup here and not in the cpp file
to make a xdm update easier.
xdm was updated but the local change in Xstartup.cpp was lost.

diffstat:

 external/mit/xorg/bin/xdm/config/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 058256b52684 -r 17df807e284d external/mit/xorg/bin/xdm/config/Makefile
--- a/external/mit/xorg/bin/xdm/config/Makefile Sun May 23 21:32:50 2010 +0000
+++ b/external/mit/xorg/bin/xdm/config/Makefile Sun May 23 21:35:35 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2009/12/18 17:28:47 christos Exp $
+#      $NetBSD: Makefile,v 1.9 2010/05/23 21:35:35 veego Exp $
 
 .include <bsd.own.mk>
 
@@ -19,7 +19,9 @@
 CPPSCRIPTFLAGS_Xsession=       -DBINDIR=${X11BINDIR} \
                                -DMKTEMP_COMMAND=/usr/bin/mktemp \
                                -DSHELL_CMD=/bin/sh
-CPPSCRIPTFLAGS_Xstartup=       -DBINDIR=${X11BINDIR} -DXDMCONFIGDIR=${XDMDIR}
+CPPSCRIPTFLAGS_Xstartup=       -DBINDIR=${X11BINDIR} -DXDMCONFIGDIR=${XDMDIR} \
+                               -DUTMP_FILE=${XDMPIDDIR}/utmp \
+                               -DWTMP_FILE=${XDMLOGDIR}/wtmp
 CPPSCRIPTFLAGS_xdm-config=     -DXDMDIR=${XDMDIR} \
                                -DXDMXAUTHDIR=${XDMVARDIR} \
                                -DXDMLOGDIR=${XDMLOGDIR} \



Home | Main Index | Thread Index | Old Index