aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime/files/patch-kdm-kfrontend-genkdmconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase4-runtime/files/patch-kdm-kfrontend-genkdmconf.c')
-rw-r--r--x11/kdebase4-runtime/files/patch-kdm-kfrontend-genkdmconf.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kdebase4-runtime/files/patch-kdm-kfrontend-genkdmconf.c b/x11/kdebase4-runtime/files/patch-kdm-kfrontend-genkdmconf.c
new file mode 100644
index 000000000000..e0179de4e074
--- /dev/null
+++ b/x11/kdebase4-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";