Subject: Re: [vserver] chroot barrier problem when consolidating var and etc
From: Martin Fick <mogulguy@yahoo.com>
Date: Tue, 30 Sep 2008 10:23:01 -0700 (PDT)

--- On Tue, 9/30/08, Martin Fick <mogulguy@yahoo.com> wrote:
> Again, this should probably work, but it does
> add one extra directory level to the mix that I
> don't have.  I usually instead make it more 
> like this:
> 
> mv /etc/vservers/web2 /VSERVERS/web2
...
Uh, make that like this:

mv /etc/vservers/web2 /VSERVERS/web2/etc

(without having done a mkdir /VSERVERS/web2/etc 
beforehand)

-Martin