summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-10-11 22:05:44 +0000
committerwosch <wosch@FreeBSD.org>1997-10-11 22:05:44 +0000
commit6614e4891f79811b1e530c2b37bf2583a5af5253 (patch)
treeced42a7414058ac544f9f3d57f2c0cb24ca4eeb0 /libexec
parent4841b45bbe197e54bb7732317930e8591d51362c (diff)
downloadFreeBSD-src-6614e4891f79811b1e530c2b37bf2583a5af5253.zip
FreeBSD-src-6614e4891f79811b1e530c2b37bf2583a5af5253.tar.gz
Store temporary files in /var/tmp instead /tmp. This should avoid
a possible disk overflow for enormous large mails. Submitted by: grog
Diffstat (limited to 'libexec')
-rw-r--r--libexec/mail.local/mail.local.86
-rw-r--r--libexec/mail.local/pathnames.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/libexec/mail.local/mail.local.8 b/libexec/mail.local/mail.local.8
index 8ffd535..66f72b8 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 8e43925..819734a 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"
OpenPOWER on IntegriCloud