diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-06-05 05:00:54 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-06-05 05:00:54 +0000 |
commit | 396956632b94227722d5af50fa664d03d32e074a (patch) | |
tree | 10ab555ad4a98c0796241d31b2c456c69600ce5d /x11/gdm/files/patch-ah | |
parent | Hack around some oddities when header files conflicting with glib-2.0 (diff) |
Update to 2.2.2.1
PR: 27855 (in part)
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to '')
-rw-r--r-- | x11/gdm/files/patch-ah | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gdm/files/patch-ah b/x11/gdm/files/patch-ah index 3ee15e9555a0..f536eab3268a 100644 --- a/x11/gdm/files/patch-ah +++ b/x11/gdm/files/patch-ah @@ -1,9 +1,9 @@ ---- config/PreSession.orig Fri Apr 27 18:51:10 2001 -+++ config/PreSession Tue May 8 11:32:12 2001 +--- 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 /var/run/utmp -l $DISPLAY $USER +- /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 /var/run/utmp -l $DISPLAY -x /usr/X11R6/lib/X11/xdm/Xservers $USER ++ /usr/X11R6/bin/sessreg -a -w /var/log/wtmp -u none -l $DISPLAY -x /usr/X11R6/lib/X11/xdm/Xservers $USER fi |