summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-12-17 01:18:44 +0000
committergrog <grog@FreeBSD.org>1999-12-17 01:18:44 +0000
commit07d0cafdf2018e8789e4e0671eb0ccc8bbc5c186 (patch)
treea00854a2763ceb5e06b2ce62a2ceb36dc28395f1 /contrib
parent8456ca731197cd424e1d5a70363f568d2424d38b (diff)
downloadFreeBSD-src-07d0cafdf2018e8789e4e0671eb0ccc8bbc5c186.zip
FreeBSD-src-07d0cafdf2018e8789e4e0671eb0ccc8bbc5c186.tar.gz
Change location of temporary file from /tmp to /var/tmp. This is a
repeat of an earlier commit which apparently got lost with the last import. It helps solve the frequently reported problem pid 4032 (mail.local), uid 0 on /: file system full (though there appears to be a lot of space) caused by idiots sending 30 MB mail messages. Most-recently-reported-by: jahanur <jahanur@jjsoft.com> Add $FreeBSD$ so that I can check the file back in. Rejected-by: CVS
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sendmail/mail.local/pathnames.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/sendmail/mail.local/pathnames.h b/contrib/sendmail/mail.local/pathnames.h
index 33d949e..ebb919c 100644
--- a/contrib/sendmail/mail.local/pathnames.h
+++ b/contrib/sendmail/mail.local/pathnames.h
@@ -9,7 +9,8 @@
*
*
* @(#)pathnames.h 8.5 (Berkeley) 5/19/1998
+ * $FreeBSD$
*/
#include <paths.h>
-#define _PATH_LOCTMP "/tmp/local.XXXXXX"
+#define _PATH_LOCTMP "/var/tmp/local.XXXXXX"
OpenPOWER on IntegriCloud