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

Reply via email to