summaryrefslogtreecommitdiff
path: root/x11/kde4-workspace/files/patch-kdm__backend__client.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kde4-workspace/files/patch-kdm__backend__client.c')
-rw-r--r--x11/kde4-workspace/files/patch-kdm__backend__client.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/kde4-workspace/files/patch-kdm__backend__client.c b/x11/kde4-workspace/files/patch-kdm__backend__client.c
index 017beeafc8c6..cff83e810c9f 100644
--- a/x11/kde4-workspace/files/patch-kdm__backend__client.c
+++ b/x11/kde4-workspace/files/patch-kdm__backend__client.c
@@ -1,6 +1,6 @@
---- kdm/backend/client.c.orig 2014-11-06 23:36:58.000000000 +0100
-+++ kdm/backend/client.c 2015-03-09 13:20:24.870430799 +0100
-@@ -1322,6 +1322,9 @@
+--- kdm/backend/client.c.orig 2015-06-26 03:17:21 UTC
++++ kdm/backend/client.c
+@@ -1322,6 +1322,9 @@ startClient(volatile int *pid)
char ckDeviceBuf[20] = "";
const char *ckDevice = ckDeviceBuf;
dbus_bool_t isLocal;
@@ -10,7 +10,7 @@
#endif
char *failsafeArgv[2];
char *buf, *buf2;
-@@ -1353,6 +1356,13 @@
+@@ -1353,6 +1356,13 @@ startClient(volatile int *pid)
# ifdef HAVE_VTS
if (td->serverVT > 0)
sprintf(ckDeviceBuf, "/dev/tty%d", td->serverVT);
@@ -24,7 +24,7 @@
# endif
isLocal = ((td->displayType & d_location) == dLocal);
# ifdef XDMCP
-@@ -1532,7 +1542,7 @@
+@@ -1532,7 +1542,7 @@ startClient(volatile int *pid)
environ = pam_env;
# endif
removeCreds = True; /* set it first - i don't trust PAM's rollback */