summaryrefslogtreecommitdiff
path: root/x11/gdm2/files/patch-ai
blob: 47d98e7f5070c8b75d25271102001ce340f7f8db (plain) (blame)
1
2
3
4
5
6
7
8
9
--- config/PostSession.orig	Sun Jun  3 14:48:43 2001
+++ config/PostSession	Sun Jun  3 14:49:15 2001
@@ -1,4 +1,4 @@
 #!/bin/sh
-if [ -x /usr/bin/X11/sessreg ]; then
-	/usr/bin/X11/sessreg -d -w /var/log/wtmp -u none -l $DISPLAY $USER
+if [ -x /usr/X11R6/bin/sessreg ]; then
+	/usr/X11R6/bin/sessreg -d -w /var/log/wtmp -u none -l $DISPLAY -x /usr/X11R6/lib/X11/xdm/Xservers $USER
 fi