ref: c2a5d7e3f28e86aeef1e4e37e2b88e46af90b62c
dir: /sys/src/cmd/auth/enable/
#!/bin/rc
if(! ~ $#* 1){
echo 'usage: auth/enable user' >[1=2]
exit usage
}
if(test -e /mnt/keys/$1)
echo -n ok > /mnt/keys/$1/status
if(test -e /mnt/netkeys/$1)
echo -n ok > /mnt/netkeys/$1/status