1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11/wdm/files/patch-ai

21 lines
685 B
Plaintext
Raw Normal View History

--- 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());