From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 21:27:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2E0D16A41F for ; Tue, 25 Oct 2005 21:27:16 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAEFA43D6E for ; Tue, 25 Oct 2005 21:27:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a235.otenet.gr [212.205.215.235]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j9PLR2fp021103; Wed, 26 Oct 2005 00:27:03 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9PLQutp003397; Wed, 26 Oct 2005 00:26:57 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9PKHZVA002641; Tue, 25 Oct 2005 23:17:35 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 25 Oct 2005 23:17:35 +0300 From: Giorgos Keramidas To: Linnea Forslund Message-ID: <20051025201735.GA2454@flame.pc> References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> <435D8938.7020702@ywave.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Eric F Crist , Micah , freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 21:27:16 -0000 On 2005-10-25 18:54, Linnea Forslund wrote: >> Check out >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and > > If I'm going to create a supfile as it says in the handbook, where do > i write? In an xterm just as it is? Do I include the "*"? You don't even need to create one. You should already have several sample supfiles in ``/usr/share/examples/cvsup''. These example supfiles can be used without _any_ change at all. The cvsup program can read default options from the example supfiles and a CVSup server name from a command line option, all in one invocation: # cvsup -h cvsup.host.address /usr/share/examples/cvsup/stable-supfile NOTE: I strongly recommend using "stable-supfile" for your updates until you have gained a fair bit of experience with updates through CVSup.