Date: 17 Jul 2000 16:31:10 +0200 From: Dag-Erling Smorgrav <des@flood.ping.uio.no> To: emulation@FreeBSD.ORG Subject: Re: linux.sh should mount linprocfs Message-ID: <xzpya30eslt.fsf@flood.ping.uio.no> In-Reply-To: Dag-Erling Smorgrav's message of "17 Jul 2000 16:25:23 %2B0200" References: <xzp3dl8g7fw.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav <des@flood.ping.uio.no> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpya30eslt.fsf>