1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11/gdm2/files/patch-ah
Ade Lovett 396956632b Update to 2.2.2.1
PR:		27855 (in part)
Submitted by:	Anders Nordby <anders@fix.no>
2001-06-05 05:00:54 +00:00

10 lines
383 B
Plaintext

--- config/PreSession.orig Sun Jun 3 14:45:40 2001
+++ config/PreSession Sun Jun 3 14:47:23 2001
@@ -1,4 +1,4 @@
#!/bin/sh
-if [ -x /usr/bin/X11/sessreg ]; then
- /usr/bin/X11/sessreg -a -w /var/log/wtmp -u none -l $DISPLAY $USER
+if [ -x /usr/X11R6/bin/sessreg ]; then
+ /usr/X11R6/bin/sessreg -a -w /var/log/wtmp -u none -l $DISPLAY -x /usr/X11R6/lib/X11/xdm/Xservers $USER
fi