Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 1997 16:11:24 -0400 (EDT)
From:      Jamie Bowden <jamie@inna.net>
To:        Chuck Robey <chuckr@mat.net>
Cc:        Wilko Bulte <wilko@yedi.iaf.nl>, FreeBSD-Hackers@FreeBSD.org
Subject:   Re: moving stuff
Message-ID:  <Pine.BSF.3.91.970425161024.26339A-100000@dolphin.inna.net>
In-Reply-To: <Pine.BSF.3.91.970425153544.4010A-100000@Journey2.mat.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 25 Apr 1997, Chuck Robey wrote:

> On Fri, 25 Apr 1997, Wilko Bulte wrote:
> 
> > As Chuck Robey wrote...
> > > I was wondering if anyone knows the right way to move /var/spool into, 
> > > say, /usr?  I don't have a real large /root partition (30 megs) and 
> > > having the printer spool area there is a pain, while my /usr and /usr2 
> > > partitions are huge and available.  I don't see where lpr especially 

mv /var/spool /usr/spool ; ln -s /usr/spool /var/spool

Should work just fine.

Jamie Bowden

Network Administrator, TBI Ltd.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970425161024.26339A-100000>