1#!/bin/rc 2if(test -e /mnt/keys/$1) 3 echo -n ok > /mnt/keys/$1/status 4if(test -e /mnt/netkeys/$1) 5 echo -n ok > /mnt/netkeys/$1/status 6