From owner-freebsd-questions@FreeBSD.ORG Mon Aug 18 08:37:18 2003 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 6D73237B401 for ; Mon, 18 Aug 2003 08:37:10 -0700 (PDT) Received: from mailhost.schluting.com (cheshire.cat.pdx.edu [131.252.214.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF1AE43F75 for ; Mon, 18 Aug 2003 08:37:09 -0700 (PDT) (envelope-from charlie@schluting.com) Received: from localhost (localhost [127.0.0.1]) by mailhost.schluting.com (Postfix) with ESMTP id 94AC8216B for ; Mon, 18 Aug 2003 08:37:09 -0700 (PDT) Received: from by localhost (amavisd-new, port ) id khNeNP3b for ; Mon, 18 Aug 2003 08:37:06 -0700 (PDT) Received: by mailhost.schluting.com (Postfix, from userid 1001) id 5B75F20FE; Mon, 18 Aug 2003 08:37:05 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mailhost.schluting.com (Postfix) with ESMTP id 594E920A9 for ; Mon, 18 Aug 2003 08:37:05 -0700 (PDT) Date: Mon, 18 Aug 2003 08:37:05 -0700 (PDT) From: Charlie Schluting X-X-Sender: charlie@cheshire.cat.pdx.edu To: questions@FreeBSD.ORG In-Reply-To: <00e001c36664$b5101a40$0b00a8c0@school4> Message-ID: <20030818083418.P2036@cheshire.cat.pdx.edu> References: <3F40E6C1.2070308@twcny.rr.com> <00e001c36664$b5101a40$0b00a8c0@school4> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by your mom at schluting.com Subject: Re: Installing webmin 1.100 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, 18 Aug 2003 15:37:19 -0000 On Tue, 19 Aug 2003 dhunt@i70west.net wrote: > I tried to install webmin by the instructions and ended up with a no-go on > it. > > Would you be so kind as to walk through, step by step, installing a tar.gz? > converted it into a tar easy enough but this is where the instructions break > down, I think > > Thanks > If you don't mind webmin 1.100_9, then do this: cd /usr/ports/sysutils/webmin/ && make install Otherwise: tar -xzf will extract the tar.gz file for you.. --Charlie