From owner-cvs-all Tue May 28 0:26: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 389D537B419; Tue, 28 May 2002 00:25:56 -0700 (PDT) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g4S7OJw09253; Tue, 28 May 2002 03:24:19 -0400 (EDT) (envelope-from mike) Date: Tue, 28 May 2002 03:24:19 -0400 From: Mike Barcroft To: Jeroen Ruigrok van der Werven Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man7 tuning.7 Message-ID: <20020528032419.C93657@espresso.q9media.com> References: <200205280603.g4S63pY24227@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205280603.g4S63pY24227@freefall.freebsd.org>; from asmodai@FreeBSD.org on Mon, May 27, 2002 at 11:03:51PM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeroen Ruigrok van der Werven writes: > asmodai 2002/05/27 23:03:50 PDT > > Modified files: > share/man/man7 tuning.7 > Log: > Remove, with extreme prejudice, the notion that /tmp best needs to be a > softlink to /var/tmp. > > This is horribly wrong since /tmp and /var/tmp serve different goals. > Even given the text that in the old days things were different doesn't help, > since our scripts clean /tmp, and we depend on /var/tmp to persist for > vi editing sessions recovery and other likewise applications. > > Revision Changes Path > 1.46 +1 -5 src/share/man/man7/tuning.7 If anything, you should change vi not to store semi-permanent data in a temporary directory. You almost never want to have a temporary directory hanging off a more important partition like / or /var, since users could attack a system by filling /tmp or /var/tmp. Having multiple temporary partitions is also a nuisance, so I usually symbolicly link all mine together. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message