From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <20131213173148.GA85777@shells> References: <20131213173148.GA85777@shells> Date: Sun, 15 Dec 2013 09:22:13 -0600 Message-ID: From: Blake McBride To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a1135fb3488f9fe04ed9442a1 Subject: Re: [9fans] Can't start multiple copies of acme Topicbox-Message-UUID: 9ab23d94-ead8-11e9-9d60-3106f5b1d025 --001a1135fb3488f9fe04ed9442a1 Content-Type: text/plain; charset=ISO-8859-1 I checked. The following shell script does the trick: # mkdir /tmp/acme-$$ NAMESPACE=/tmp/acme-$$ acme "$@" On Fri, Dec 13, 2013 at 11:31 AM, User & wrote: > you may change $NAMESPACE, cf. intro(4) > > % mkdir /tmp/foo; NAMESPACE=/tmp/foo acme > > --001a1135fb3488f9fe04ed9442a1 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I checked. =A0The following shell script does the trick:

#
mkdir /tmp/a= cme-$$
NAMESPACE=3D/tmp/acme-$$ acme "$@"




On Fri, Dec 13, 2013 at 11:31 AM, User & <= ;homer@awesom.eu&g= t; wrote:
you may change $NAMESPACE, cf. intro(4)

% mkdir /tmp/foo; NAMESPACE=3D/tmp/foo acme


--001a1135fb3488f9fe04ed9442a1--