From owner-freebsd-emulation Mon Jul 17 7:31:24 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 8D91437BA01 for ; Mon, 17 Jul 2000 07:31:13 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id QAA35693; Mon, 17 Jul 2000 16:31:10 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: emulation@FreeBSD.ORG Subject: Re: linux.sh should mount linprocfs References: From: Dag-Erling Smorgrav Date: 17 Jul 2000 16:31:10 +0200 In-Reply-To: Dag-Erling Smorgrav's message of "17 Jul 2000 16:25:23 +0200" Message-ID: Lines: 11 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dag-Erling Smorgrav writes: > +if [ -z $(kldstat -v | grep 'linprocfs') ] ; then > + kldstat linprocfs > + mount_linprocfs linprocfs /compat/linux/proc > fi Uh, add double quotes around the $() stuff on the first line there. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message