From owner-freebsd-newbies@FreeBSD.ORG Sun Feb 6 18:53:32 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C0016A4CE for ; Sun, 6 Feb 2005 18:53:32 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F29B43D48 for ; Sun, 6 Feb 2005 18:53:31 +0000 (GMT) (envelope-from jeroen.medendorp@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so633664rne for ; Sun, 06 Feb 2005 10:53:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Db2wFxAVH9ULWMzWQ2NQfy3LUEHAucvERskihc4vTWGYuu5sbhTTcoCHpVKvtQfkQ9wWjMLaEdLspP54YAJjIeV7O4wxZ/QTSp7s7NeYktcTGdl20IHXzhJQ/i4vE5ezSzK1nrUkYNBs8RKdbPtWtzpXIDvqg5WnTSe9bZKjRTo= Received: by 10.38.15.5 with SMTP id 5mr176815rno; Sun, 06 Feb 2005 10:53:29 -0800 (PST) Received: by 10.39.3.68 with HTTP; Sun, 6 Feb 2005 10:53:29 -0800 (PST) Message-ID: <96ea5b62050206105360031499@mail.gmail.com> Date: Sun, 6 Feb 2005 19:53:29 +0100 From: Jeroen Medendorp To: freebsd-newbies@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: cvsup: command not found X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jeroen Medendorp List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2005 18:53:32 -0000 Hi all, I have a fresh FreeBSD 5.3 install (Developper, without X) and just editted the cvs-supfile and put it in /. After that, I installed the cvsup-without-gui from the ports collection. When I tried to run cvsup I get this: jeroen@/: cvsup -g -L 2 /cvs-supfile cvsup: Command not found. jeroen@/: whoami root jeroen@/: echo $PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11 cvsup-without-gui was installed without errors and is on my system: jeroen@~: find / -name cvsup /usr/local/bin/cvsup /usr/local/share/cvsup /usr/share/examples/cvsup /usr/src/share/examples/cvsup I did al what was said over here: http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html Googled on cvsup command not found, but found nothing relevant. Thanks in advance.