diff options
Diffstat (limited to 'x11/wdm/files/patch-ai')
-rw-r--r-- | x11/wdm/files/patch-ai | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/wdm/files/patch-ai b/x11/wdm/files/patch-ai deleted file mode 100644 index a3531143f85d..000000000000 --- a/x11/wdm/files/patch-ai +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Greet.c.orig Tue Sep 21 23:16:21 1999 -+++ src/Greet.c Wed Nov 3 08:03:00 1999 -@@ -260,7 +260,7 @@ - } - - execle(wdmLogin, tmp, DisplayName, -- Wm, Logo, HelpFile, DefaultUser, Bg, Animate, -+ Wm, Logo, Bg, Animate, HelpFile, DefaultUser, - NULL, env); - - LogError ("Greet cannot exec %s\n", wdmLogin); -@@ -405,7 +405,7 @@ - "%s exit(%s) by %s\n", - PACKAGE, exitArg, name); - #endif --#if 0 -+#if 1 - SessionExit (d, UNMANAGE_DISPLAY, FALSE); - #else - Debug ("Killing parent process %d\n", getppid()); |