From owner-freebsd-isp Tue Jul 17 13:36:34 2001 Delivered-To: freebsd-isp@freebsd.org Received: from db.nexgen.com (db.nexgen.com [66.92.98.149]) by hub.freebsd.org (Postfix) with SMTP id EEAA037B405 for ; Tue, 17 Jul 2001 13:36:30 -0700 (PDT) (envelope-from ml@db.nexgen.com) Received: (qmail 8318 invoked from network); 17 Jul 2001 20:36:12 -0000 Received: from localhost.nexgen.com (HELO alexus) (root@127.0.0.1) by localhost.nexgen.com with SMTP; 17 Jul 2001 20:36:12 -0000 Message-ID: <002901c10f00$252605b0$0d00a8c0@alexus> From: "alexus" To: "Alexey Zakirov" Cc: References: Subject: Re: jail Date: Tue, 17 Jul 2001 16:36:23 -0400 Organization: NexGen MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2499.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2499.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org how often do i need/have to update my jail? ----- Original Message ----- From: "Alexey Zakirov" Cc: Sent: Tuesday, July 17, 2001 12:54 PM Subject: Re: jail > On Tue, 17 Jul 2001, alexus wrote: > > > make buildworld > > > > isn't this will upgrade my 4.3R to 5.0C? > > it just build a new system (not install it). > > So I'm use a following script to update my jails: > > make hierarchy DESTDIR=$INSTALLATION_PATH > make install DESTDIR=$INSTALLATION_PATH > cd $INSTALLATION_PATH > rm -rf boot dev lkm mnt modules proc root sys > cat $WORK/delete.lst | xargs chflags 0 > cat $WORK/delete.lst | xargs rm -rf > cat $WORK/noworld.lst | xargs chflags 0 > cat $WORK/noworld.lst | xargs chmod o-rwx > cat $WORK/nosuid.lst | xargs chflags 0 > cat $WORK/nosuid.lst | xargs chmod ug-s > > > *** WBR, Alexey Zakirov (frank@agava.com) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message