From owner-freebsd-questions Fri May 24 15:34: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tninet.se (sheridan.tninet.se [195.100.94.102]) by hub.freebsd.org (Postfix) with ESMTP id 582C337B400 for ; Fri, 24 May 2002 15:33:57 -0700 (PDT) Received: from cs.umu.se (h121n1c1o1023.bredband.skanova.com [213.64.164.121]) by sheridan.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 916230.279595.1022.1s738083sheridan ; Sat, 25 May 2002 00:33:15 +0200 Message-ID: <3CEEBFD1.58A50202@cs.umu.se> Date: Sat, 25 May 2002 00:33:53 +0200 From: Paul Everlund X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: sv,en MIME-Version: 1.0 To: adaml@visimation.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CVSUP not working References: <007101c2036f$1a3884c0$6400000a@adam> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Adam Lofstedt wrote: > > I installed FreeBSD 4.5 from the ISO CD. I installed the developer > canned distribution without X. First I tried to install cvsup by > typing: > > # pkg_add -r cvsup-without-gui > > It appeared to download and install without a flaw. I created my > supfile in /root called supfile-all. Then, I tried to cvsup by typing: > > # cvsup -g -L 2 supfile-all > > All I got was: > # cvsup: command not found Try # rehash after you've installed the package, then do the # cvsup -g -L 2 supfile-all Does it work now? If it does, another way to do about the same thing - but why do it as rehash works? - is to install your package, then logout, then login again. Now it should work. I though prefer rehash. :-) Good luck! Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message