summaryrefslogtreecommitdiff
path: root/x11/gdm2/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gdm2/files/patch-ah')
-rw-r--r--x11/gdm2/files/patch-ah9
1 files changed, 0 insertions, 9 deletions
diff --git a/x11/gdm2/files/patch-ah b/x11/gdm2/files/patch-ah
deleted file mode 100644
index 53dfab40a1bc..000000000000
--- a/x11/gdm2/files/patch-ah
+++ /dev/null
@@ -1,9 +0,0 @@
---- config/PreSession.orig Mon May 20 23:54:34 2002
-+++ config/PreSession Mon May 20 23:55:03 2002
-@@ -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