diff options
author | rsc <devnull@localhost> | 2004-03-21 04:33:13 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-21 04:33:13 +0000 |
commit | 2277c5d7bbe1f9595fad512d8f790708473a9bf1 (patch) | |
tree | 4d653e13906f1971d3170dba6dbe0fbf92eb48d6 /src/cmd/factotum/testsetup | |
parent | a770daa795754cb600ad3fab2fdd2961147006c4 (diff) | |
download | plan9port-2277c5d7bbe1f9595fad512d8f790708473a9bf1.tar.gz plan9port-2277c5d7bbe1f9595fad512d8f790708473a9bf1.tar.bz2 plan9port-2277c5d7bbe1f9595fad512d8f790708473a9bf1.zip |
Small tweaks
Lots of new code imported.
Diffstat (limited to 'src/cmd/factotum/testsetup')
-rwxr-xr-x | src/cmd/factotum/testsetup | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cmd/factotum/testsetup b/src/cmd/factotum/testsetup new file mode 100755 index 00000000..2f9f9b1d --- /dev/null +++ b/src/cmd/factotum/testsetup @@ -0,0 +1,11 @@ +#!/bin/rc + +slay 8.out|rc +8.out $* -s fact.s -m /n/kremvax +8.out $* -s fact.c +ramfs -m /n/sid >[2]/dev/null +auth/aescbc -d < /usr/rsc/lib/factotum.aes >/n/sid/all +read -m /n/sid/all >/n/kremvax/factotum/ctl +read -m /n/sid/all >/mnt/factotum/ctl +unmount /n/sid + |