Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2001 16:36:23 -0400
From:      "alexus" <ml@db.nexgen.com>
To:        "Alexey Zakirov" <frank@agava.com>
Cc:        <freebsd-isp@FreeBSD.ORG>
Subject:   Re: jail
Message-ID:  <002901c10f00$252605b0$0d00a8c0@alexus>
References:  <Pine.BSF.4.32.0107172052310.78380-100000@hellbell.domain>

next in thread | previous in thread | raw e-mail | index | archive | help
how often do i need/have to update my jail?

----- Original Message ----- 
From: "Alexey Zakirov" <frank@agava.com>
Cc: <freebsd-isp@FreeBSD.ORG>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002901c10f00$252605b0$0d00a8c0>