From owner-freebsd-questions@FreeBSD.ORG Mon Apr 11 23:21:22 2005 Return-Path: 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 DA5EE16A4CE for ; Mon, 11 Apr 2005 23:21:22 +0000 (GMT) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EFEC43D49 for ; Mon, 11 Apr 2005 23:21:22 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9923 helo=mail.aseed.antenna.nl) by post-24.mail.nl.demon.net with esmtp (Exim 4.43) id 1DL8DZ-000LtU-GM; Mon, 11 Apr 2005 23:21:21 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id 0D1E615495E; Tue, 12 Apr 2005 01:21:43 +0200 (CEST) Received: from localhost.localdomain (f80052.upc-f.chello.nl [80.56.80.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 1858B58ED2E; Tue, 12 Apr 2005 01:21:21 +0200 (CEST) Date: Tue, 12 Apr 2005 01:21:19 +0200 From: "albi@scii.nl" To: Joost van Dijk Message-Id: <20050412012119.140836b3.albi@scii.nl> In-Reply-To: <200504120114.34779.joost@amiculus.com> References: <200504120114.34779.joost@amiculus.com> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Getting CVSup to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2005 23:21:23 -0000 On Tue, 12 Apr 2005 01:14:34 +0200 Joost van Dijk wrote: > Then copied /usr/share/examples/cvsup/ports-supfile > to /root/cvsup > > Edited the file as per instructions in the handbook A.5 > > Then tried > # cvsup -g -L 2 /root/cvsup/ports-supfile > The result was > cvsup command not found this is not a big prob. (the PATH more or less needs to be "refreshed) one option is : logout and log back in, and try again or type : rehash and try again personally i prefer to install bash and make that the default shell, GL! :)