summaryrefslogtreecommitdiff
path: root/x11/kde4-runtime/files/patch-kdm-kfrontend-genkdmconf.c
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-06-05 19:24:58 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-06-05 19:24:58 +0000
commitc5accf0b1725931103517e6be9ee055747b0a713 (patch)
treecb0d0e6adfda9d20a4b74ed8abce7572e93c4184 /x11/kde4-runtime/files/patch-kdm-kfrontend-genkdmconf.c
parentUpdate MASTER_SITES (diff)
Update to KDE 3.5.3
Diffstat (limited to 'x11/kde4-runtime/files/patch-kdm-kfrontend-genkdmconf.c')
-rw-r--r--x11/kde4-runtime/files/patch-kdm-kfrontend-genkdmconf.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kde4-runtime/files/patch-kdm-kfrontend-genkdmconf.c b/x11/kde4-runtime/files/patch-kdm-kfrontend-genkdmconf.c
new file mode 100644
index 000000000000..e0179de4e074
--- /dev/null
+++ b/x11/kde4-runtime/files/patch-kdm-kfrontend-genkdmconf.c
@@ -0,0 +1,11 @@
+--- kdm/kfrontend/genkdmconf.c.orig Mon Jun 5 14:34:06 2006
++++ kdm/kfrontend/genkdmconf.c Mon Jun 5 14:35:52 2006
+@@ -1684,7 +1684,7 @@
+ linkfile( ce );
+ else {
+ tmpf = locate( "mktemp" ) ?
+- "`mktemp`" :
++ "`mktemp /tmp/xsess-env-XXXXXX`" :
+ locate( "tempfile" ) ?
+ "`tempfile`" :
+ "$HOME/.xsession-env-$DISPLAY";