From 1c170d639c6aa8a483a5eb7f2b3e6eb5596951a9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 18 Mar 2009 14:56:19 +0100 Subject: [PATCH] Adjusted configuration of tempfiles to new libucw. --- submit/submitd.cf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/submit/submitd.cf b/submit/submitd.cf index ae5bb87..0bc3b23 100644 --- a/submit/submitd.cf +++ b/submit/submitd.cf @@ -91,4 +91,6 @@ Tasks { # Need to put temporary files locally to make sure they are on the same device # as the submission directories, so that we can rename the files to their final # locations. -Tempfiles.Prefix tmp/temp +Tempfiles.Dir tmp +Tempfiles.Prefix temp- +Tempfiles.PublicDir 0 -- 2.39.2