CVS commit: src/external/mit/xorg/bin/sessreg

2010-05-23 Thread Bernd Ernesti
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 
 
@@ -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 
 .include 



CVS commit: src/external/mit/xorg/bin/sessreg

2011-04-11 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Apr 11 22:47:50 UTC 2011

Modified Files:
src/external/mit/xorg/bin/sessreg: Makefile

Log Message:
Extend, not reassign CPPFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/external/mit/xorg/bin/sessreg/Makefile:1.4
--- src/external/mit/xorg/bin/sessreg/Makefile:1.3	Sun May 23 21:31:57 2010
+++ src/external/mit/xorg/bin/sessreg/Makefile	Mon Apr 11 22:47:50 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2010/05/23 21:31:57 veego Exp $
+#	$NetBSD: Makefile,v 1.4 2011/04/11 22:47:50 joerg Exp $
 
 .include 
 
@@ -6,7 +6,7 @@
 
 .include "../xdm/Makefile.xdm"
 
-CPPFLAGS=	-I${X11SRCDIR.${PROG}}/../include
+CPPFLAGS+=	-I${X11SRCDIR.${PROG}}/../include
 
 X11EXTRAMANDEFS+=	-e 's,__ttys_file__,/etc/ttys,g; \
 			s,__utmp_file__,${XDMPIDDIR}/utmp,g; \



CVS commit: src/external/mit/xorg/bin/sessreg

2013-05-31 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri May 31 23:42:48 UTC 2013

Modified Files:
src/external/mit/xorg/bin/sessreg: Makefile

Log Message:
find the moved manual


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/external/mit/xorg/bin/sessreg/Makefile:1.5
--- src/external/mit/xorg/bin/sessreg/Makefile:1.4	Mon Apr 11 22:47:50 2011
+++ src/external/mit/xorg/bin/sessreg/Makefile	Fri May 31 23:42:48 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2011/04/11 22:47:50 joerg Exp $
+#	$NetBSD: Makefile,v 1.5 2013/05/31 23:42:48 mrg Exp $
 
 .include 
 
@@ -16,3 +16,4 @@ X11EXTRAMANDEFS+=	-e 's,__ttys_file__,/e
 .include 
 
 .PATH:		${X11SRCDIR.${PROG}}
+.PATH:		${X11SRCDIR.${PROG}}/man