mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
8e217384f3
GNOME version of xdm display manager. This gdm has been a headache for us, the GNOME binary maintainer for FreeBSD. Half of patches are from NetBSD pkgsrc system. Thanks for NetBSD and TAKANO Yuji <takachan@running-dog.net>!
8 lines
319 B
Plaintext
8 lines
319 B
Plaintext
--- config/PreSession.orig Thu Sep 30 07:42:27 1999
|
|
+++ config/PreSession Wed Sep 13 00:51:23 2000
|
|
@@ -1,3 +1,3 @@
|
|
#!/bin/sh
|
|
-/usr/bin/X11/sessreg -a -w /var/log/wtmp -u /var/run/utmp -l $DISPLAY $USER
|
|
+/usr/X11R6/bin/sessreg -a -w /var/log/wtmp -u /var/run/utmp -l $DISPLAY -x /usr/X11R6/lib/X11/xdm/Xservers $USER
|
|
|