diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-10-11 22:05:44 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-10-11 22:05:44 +0000 |
| commit | 77a87957c88d71bf0a931e5ae00477b72388a171 (patch) | |
| tree | 3b76d06a0687059974317189f75257fafb3a9669 /libexec | |
| parent | 4ddfeabd8f60b0f24a08fb8d715647b68f519cfd (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/mail.local/mail.local.8 | 6 | ||||
| -rw-r--r-- | libexec/mail.local/pathnames.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libexec/mail.local/mail.local.8 b/libexec/mail.local/mail.local.8 index 8ffd5357ddf4..66f72b8c96ba 100644 --- a/libexec/mail.local/mail.local.8 +++ b/libexec/mail.local/mail.local.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail.local.8 8.2 (Berkeley) 12/11/93 -.\" $Id$ +.\" $Id: mail.local.8,v 1.6 1997/02/22 14:21:48 peter Exp $ .\" .Dd December 11, 1993 .Dt MAIL.LOCAL 8 @@ -88,8 +88,8 @@ utility exits 0 on success, and >0 if an error occurs. Used to set the appropriate time zone on the timestamp. .El .Sh FILES -.Bl -tag -width /tmp/local.XXXXXX -compact -.It Pa /tmp/local.XXXXXX +.Bl -tag -width /var/tmp/local.XXXXXX -compact +.It Pa /var/tmp/local.XXXXXX temporary files .It Pa /var/mail/user user's mailbox directory diff --git a/libexec/mail.local/pathnames.h b/libexec/mail.local/pathnames.h index 8e43925450f6..819734a5c6b6 100644 --- a/libexec/mail.local/pathnames.h +++ b/libexec/mail.local/pathnames.h @@ -34,4 +34,4 @@ */ #include <paths.h> -#define _PATH_LOCTMP "/tmp/local.XXXXXX" +#define _PATH_LOCTMP "/var/tmp/local.XXXXXX" |
