blob: b79b89270fc599a604218cda003c6c2ea05e4c0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- config/PostSession.orig Mon May 20 23:55:40 2002
+++ config/PostSession Mon May 20 23:55:56 2002
@@ -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
|