Module Name:    src
Committed By:   christos
Date:           Fri Dec 18 17:28:48 UTC 2009

Modified Files:
        src/external/mit/xorg/bin/xdm: Makefile
        src/external/mit/xorg/bin/xdm/config: Makefile

Log Message:
>From Patrick Welche:
The following trivial typo fix gets rid of "unsecure session"s...
XDMATHDIR -> XDMXAUTHDIR


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/bin/xdm/Makefile
cvs rdiff -u -r1.7 -r1.8 src/external/mit/xorg/bin/xdm/config/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/bin/xdm/Makefile
diff -u src/external/mit/xorg/bin/xdm/Makefile:1.5 src/external/mit/xorg/bin/xdm/Makefile:1.6
--- src/external/mit/xorg/bin/xdm/Makefile:1.5	Wed May  6 04:49:37 2009
+++ src/external/mit/xorg/bin/xdm/Makefile	Fri Dec 18 12:28:47 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2009/05/06 08:49:37 mrg Exp $
+#	$NetBSD: Makefile,v 1.6 2009/12/18 17:28:47 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -56,7 +56,7 @@
 			-DCHOOSERPATH=${XDMCHOOSERPATH} \
 			-DGREETERLIBPATH=${XDMGREETERLIB} \
 			-DXDMDIR=${XDMDIR} \
-			-DXDMAUTHDIR=${XDMVARDIR} \
+			-DXDMXAUTHDIR=${XDMVARDIR} \
 			-DXDMLOGDIR=${XDMLOGDIR} \
 			-DXDMPIDDIR=${XDMPIDDIR}
 

Index: src/external/mit/xorg/bin/xdm/config/Makefile
diff -u src/external/mit/xorg/bin/xdm/config/Makefile:1.7 src/external/mit/xorg/bin/xdm/config/Makefile:1.8
--- src/external/mit/xorg/bin/xdm/config/Makefile:1.7	Fri Mar 13 13:12:44 2009
+++ src/external/mit/xorg/bin/xdm/config/Makefile	Fri Dec 18 12:28:47 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2009/03/13 17:12:44 plunky Exp $
+#	$NetBSD: Makefile,v 1.8 2009/12/18 17:28:47 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -21,7 +21,7 @@
 				-DSHELL_CMD=/bin/sh
 CPPSCRIPTFLAGS_Xstartup=	-DBINDIR=${X11BINDIR} -DXDMCONFIGDIR=${XDMDIR}
 CPPSCRIPTFLAGS_xdm-config=	-DXDMDIR=${XDMDIR} \
-				-DXDMAUTHDIR=${XDMVARDIR} \
+				-DXDMXAUTHDIR=${XDMVARDIR} \
 				-DXDMLOGDIR=${XDMLOGDIR} \
 				-DXDMPIDDIR=${XDMPIDDIR} \
 				-DXPM \

Reply via email to