From owner-freebsd-isp@FreeBSD.ORG Thu Apr 21 05:15:49 2005 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C300D16A4CE for ; Thu, 21 Apr 2005 05:15:49 +0000 (GMT) Received: from smtp.t50.ru (ns4.t50.ru [81.89.65.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F20BD43D41 for ; Thu, 21 Apr 2005 05:15:48 +0000 (GMT) (envelope-from karjagin@narod.ru) Received: from richi.teleintercom.ru ([81.89.64.105]) by smtp.t50.ru with esmtp (Exim 4.34) id 1DOU2T-0003RR-6J for freebsd-isp@freebsd.org; Thu, 21 Apr 2005 09:15:47 +0400 Message-ID: <4267374A.2090606@narod.ru> Date: Thu, 21 Apr 2005 09:16:58 +0400 From: Andrey Karyagin Organization: ZAO "Teleintercom" User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7) Gecko/20040618 X-Accept-Language: ru-ru, ru, en MIME-Version: 1.0 To: freebsd-isp@freebsd.org References: <200504112216161.SM01492@KrisLaptop> <425B5522.2000008@narod.ru> <20050420144323.GB60384@ns2.wananchi.com> In-Reply-To: <20050420144323.GB60384@ns2.wananchi.com> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Scan-Signature: 8d7c71ee170268d7c0025c734e6afe6d Subject: Re: [OBORONA-SPAM] Updating FreeBSD X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 05:15:49 -0000 Odhiambo Washington пишет: >* Andrey Karyagin [20050412 07:57]: wrote: > > >>Kris McElroy пишет: >> >> >> >>>First things I am a newb to FreeBSD and have made strides coming from >>>windows. There are a few things that I am unsure about, or need some >>>direction on. >>> >>>I am currently running: FreeBSD 4.11-RELEASE #0 and I would like to make >>>sure that it is up to date with all the necessary patches, security fixes, >>>etc... I have read up on CVSup but I am unclear of how to actually use >>>it. >>>Can someone give me some examples? I do not have any xwindow systems >>>installed, command line only. >>> >>> >>> >>>Thanks, >>> >>> >>>Kris McElroy >>>kmcelroy@duracom.net >>> >>> >>> >>> >>> >>> >>Here are two files - cvsupfile (copy it to /etc dir) and cvsup-update.sh >>(executable) with comments what you must do after cvs updating. >>This procedure cvs update your OS to 4.11-STABLE. >> >> >> > > > >>*default host=cvsup.ru.FreeBSD.org >>*default base=/usr >>*default prefix=/usr >>*default release=cvs >>*default tag=RELENG_4 >>*default delete use-rel-suffix >> >>src-base >>src-bin >>src-contrib >>src-crypto >>src-etc >>src-games >>src-gnu >>src-include >>src-kerberosIV >>src-kerberos5 >>src-lib >>src-libexec >>src-release >>src-secure >>src-sbin >>src-share >>src-sys >>src-tools >>src-usrbin >>src-usrsbin >>*default tag=. >> >> >^^^^^^^^^^^^^^^^ > > ports-all docs-all >Andrey, > >You are sure you want the OP to use that line as well?? > > Hello, freebsd-isp. It file ( /etc/cvsupfile ) created by "cvsup-it" port - it's not my product. But it work for FreeBSD 4.x at 100%. For FreeBSD 5.x I modified the top of file (change RELENG_4 to RELENG_5) and add "src-rescue" tag.