diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:10:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:10:59 +0000 |
commit | cc6825cf28f45c090747ed100adeb2189bda6280 (patch) | |
tree | 227c9e7f8d44c0aaf556fd64a12ba3661c086be6 /x11/gdm/files/patch-ai | |
parent | Remove nautilus support now that Nautilus has been removed from the tree. (diff) |
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Notes
Notes:
svn path=/head/; revision=84934
Diffstat (limited to 'x11/gdm/files/patch-ai')
-rw-r--r-- | x11/gdm/files/patch-ai | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/x11/gdm/files/patch-ai b/x11/gdm/files/patch-ai deleted file mode 100644 index 47d98e7f5070..000000000000 --- a/x11/gdm/files/patch-ai +++ /dev/null @@ -1,9 +0,0 @@ ---- config/PostSession.orig Sun Jun 3 14:48:43 2001 -+++ config/PostSession Sun Jun 3 14:49:15 2001 -@@ -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 |