From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6dc27e43907a4107328b6b5b2d60cbb9@quintile.net> From: "Steve Simon" Date: Fri, 31 Jul 2009 11:48:28 +0100 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] detecting drawterm Topicbox-Message-UUID: 3363a89c-ead5-11e9-9d60-3106f5b1d025 Drawterm connects with service=cpu In the cpu clause I do this: if (! test -e /mnt/term/mnt/wsys) { # dt2k # cpu call from drawterm if (test -e /mnt/term/dev/secstore){ auth/factotum -n cat /mnt/term/dev/secstore | read -m > /mnt/factotum/ctl echo > /mnt/term/dev/secstore } if not { # old drawterm auth/factotum } webfs plumber webcookies upas/fs exec rio -s -i startup } note the secstore device created by drawterm which I push into my new factotum and then clean out (just in case). -Steve