Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 1998 22:41:15 -0700 (PDT)
From:      "Daniel O'Callaghan" <danny@FreeBSD.ORG>
To:        freebsd-bugs@FreeBSD.ORG
Subject:   Using /var/tmp instead of /tmp for mail.local
Message-ID:  <199805260541.WAA07243@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Would anyone object to the following change to pathnames.h
in mail.local as proposed by Greg Lemis?
This would reduce the risk of overflowing the root fs by large
e-mails.

Danny

--- pathnames.h 1994/05/27 12:39:19     1.1.1.1
+++ pathnames.h 1997/09/09 01:42:38
@@ -34,4 +34,4 @@
  */
 #include <paths.h>
 
-#define _PATH_LOCTMP   "/tmp/local.XXXXXX"
+#define _PATH_LOCTMP   "/var/tmp/local.XXXXXX"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805260541.WAA07243>