2009/7/31 Steve Simon <st...@quintile.net>:
> 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
>        }
>

that's useful, thanks.
i hadn't noticed the (apparently undocumented) secstore device.

Reply via email to