From owner-freebsd-questions Sat Jun 10 16: 6:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ruby.ora.com (ruby.ora.com [63.80.158.10]) by hub.freebsd.org (Postfix) with ESMTP id 16A1E37B8DC for ; Sat, 10 Jun 2000 16:06:22 -0700 (PDT) (envelope-from mbertsch@ruby.ora.com) Received: from localhost (mbertsch@localhost) by ruby.ora.com (8.9.3/8.9.3) with ESMTP id TAA07201; Sat, 10 Jun 2000 19:05:40 -0400 (EDT) Date: Sat, 10 Jun 2000 19:05:40 -0400 (EDT) From: Mike DeGraw-Bertsch To: Tyler Spivey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /var In-Reply-To: <200006102138.OAA17971@viper.wapvi.bc.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To make /var point to /usr/var, do the following as root: mv /var /usr/var ln -s /usr/var /var -Mike On Sat, 10 Jun 2000, Tyler Spivey wrote: > how do i make /usr/var into /var? > i wiped out /var/tmp, i had to kill a pkg add because var was getting too full. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message