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
This commit is contained in:
Greg Lehey 1999-12-17 01:18:44 +00:00
parent fc8f3f5bfe
commit c09813a5da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54709

View File

@ -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"