Module Name: src
Committed By: veego
Date: Sun May 23 21:31:58 UTC 2010
Modified Files:
src/external/mit/xorg/bin/sessreg: Makefile
Log Message:
Use ${XDMPIDDIR} and ${XDMLOGDIR} from ../xdm/Makefile.xdm instead of
hard coding the path here.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/sessreg/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/sessreg/Makefile
diff -u src/external/mit/xorg/bin/sessreg/Makefile:1.2 src/external/mit/xorg/bin/sessreg/Makefile:1.3
--- src/external/mit/xorg/bin/sessreg/Makefile:1.2 Tue Oct 14 23:37:19 2008
+++ src/external/mit/xorg/bin/sessreg/Makefile Sun May 23 21:31:57 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/10/14 23:37:19 cube Exp $
+# $NetBSD: Makefile,v 1.3 2010/05/23 21:31:57 veego Exp $
.include <bsd.own.mk>
@@ -9,8 +9,8 @@
CPPFLAGS= -I${X11SRCDIR.${PROG}}/../include
X11EXTRAMANDEFS+= -e 's,__ttys_file__,/etc/ttys,g; \
- s,__utmp_file__,/var/run/utmp,g; \
- s,__wtmp_file__,/var/log/wtmp,g'
+ s,__utmp_file__,${XDMPIDDIR}/utmp,g; \
+ s,__wtmp_file__,${XDMLOGDIR}/wtmp,g'
.include <bsd.x11.mk>
.include <bsd.prog.mk>