Blame SOURCES/Extends-TMPDIR_DEFAULT-to-mc-wrapper-scripts.patch

e5e73d
--- contrib/mc-wrapper.csh.in~	2017-02-24 14:25:57.000000000 -0600
e5e73d
+++ contrib/mc-wrapper.csh.in	2017-05-17 07:39:06.830108548 -0500
e5e73d
@@ -3,7 +3,7 @@
e5e73d
 if ($?TMPDIR) then
e5e73d
 	setenv MC_PWD_FILE $TMPDIR/mc-$MC_USER/mc.pwd.$$
e5e73d
 else
e5e73d
-	setenv MC_PWD_FILE /tmp/mc-$MC_USER/mc.pwd.$$
e5e73d
+	setenv MC_PWD_FILE /var/tmp/mc-$MC_USER/mc.pwd.$$
e5e73d
 endif
e5e73d
 
e5e73d
 @bindir@/mc -P "$MC_PWD_FILE" $*
e5e73d
--- contrib/mc-wrapper.sh.in~	2017-02-24 14:25:57.000000000 -0600
e5e73d
+++ contrib/mc-wrapper.sh.in	2017-05-17 07:38:48.348215251 -0500
e5e73d
@@ -1,5 +1,5 @@
e5e73d
 MC_USER=`id | sed 's/[^(]*(//;s/).*//'`
e5e73d
-MC_PWD_FILE="${TMPDIR-/tmp}/mc-$MC_USER/mc.pwd.$$"
e5e73d
+MC_PWD_FILE="${TMPDIR-/var/tmp}/mc-$MC_USER/mc.pwd.$$"
e5e73d
 @bindir@/mc -P "$MC_PWD_FILE" "$@"
e5e73d
 
e5e73d
 if test -r "$MC_PWD_FILE"; then