From owner-freebsd-questions Tue Aug 7 23: 5:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dell.dannyland.org (dell.dannyland.org [64.81.36.13]) by hub.freebsd.org (Postfix) with ESMTP id 6F29A37B410 for ; Tue, 7 Aug 2001 23:05:19 -0700 (PDT) (envelope-from dannyman@toldme.com) Received: by dell.dannyland.org (Postfix, from userid 1001) id 77A5C5C79; Tue, 7 Aug 2001 23:07:19 -0700 (PDT) Date: Tue, 7 Aug 2001 23:07:19 -0700 From: dannyman To: Joshua MacQueen Cc: freebsd-questions@freebsd.org Subject: Re: Errors installing Loki products Message-ID: <20010807230719.D26734@toldme.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from woodrow@activecom.net on Tue, Aug 07, 2001 at 12:06:26PM -0400 X-Loop: djhoward@uiuc.edu 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 One thing to note is that a lot of Linux install.sh are actually BASH, so you want to run "bash install.sh". Under sh, a lot of bash scripts will either fail outright, or do subtley weird things. IIRC, I had to hack rt2's install.sh a little. I did like so: mount /cdrom cp /install.sh /tmp $EDITOR /tmp/install.sh cd /cdrom bash /tmp/install.sh I don't remember what I had to hack, or if I'm really thinking about ViaVoice, which I never could get to work. -danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message