diff options
-rw-r--r-- | contrib/sendmail/mail.local/pathnames.h | 3 |
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" |