summaryrefslogtreecommitdiff
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, 0 insertions, 11 deletions
diff --git a/x11/kdebase4-runtime/files/patch-kdm-kfrontend-genkdmconf.c b/x11/kdebase4-runtime/files/patch-kdm-kfrontend-genkdmconf.c
deleted file mode 100644
index e0179de4e074..000000000000
--- a/x11/kdebase4-runtime/files/patch-kdm-kfrontend-genkdmconf.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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";