diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1999-12-17 01:18:44 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1999-12-17 01:18:44 +0000 |
| commit | c09813a5da8bee915b23a0d77977264a8b8c1588 (patch) | |
| tree | d8857dca4d121c3b093cee9bd0e341be00f46b7d | |
| parent | fc8f3f5bfe691a89cc23a521c08e0128fbf8c2ae (diff) | |
Notes
| -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 33d949e4370c..ebb919c91ba4 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" |
