From owner-freebsd-questions Tue Aug 27 8: 0:14 2002 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 4647E37B400 for ; Tue, 27 Aug 2002 08:00:10 -0700 (PDT) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9970543E88 for ; Tue, 27 Aug 2002 08:00:09 -0700 (PDT) (envelope-from nkinkade@dsl-only.net) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.5/8.12.4) with SMTP id g7RF3K2m013182; Tue, 27 Aug 2002 08:03:20 -0700 (PDT) (envelope-from nkinkade@dsl-only.net) Date: Tue, 27 Aug 2002 08:03:14 -0700 From: Nathan Kinkade To: atomjelly Cc: questions@FreeBSD.org Subject: Re: Please help me. Message-Id: <20020827080314.20f1ab84.nkinkade@dsl-only.net> In-Reply-To: <000801c24dd7$b777e2f0$6401a8c0@tulsa.ok.atom> References: <000801c24dd7$b777e2f0$6401a8c0@tulsa.ok.atom> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 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 On Tue, 27 Aug 2002 07:40:39 -0700 atomjelly wrote: > Thank you for your time. I have done a make clean install for > linux-netscape47-navigator and now I don't know what to do to start it > from the command prompt. Thank you for your time. > > > atomjelly@sbcglobal.net First, in the future you might want to do `make install clean` instead of a `make clean install` so that the build is cleaned up after the port is built, not before. To launch netscape at this point you should just be able to `netscape &` from your sheel. To find out where the script (or binary?) is located, do a `which netscape`. Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message