diff options
Diffstat (limited to 'appl/svc/auth.sh')
| -rw-r--r-- | appl/svc/auth.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appl/svc/auth.sh b/appl/svc/auth.sh index 25c8d520..b5547af0 100644 --- a/appl/svc/auth.sh +++ b/appl/svc/auth.sh @@ -2,8 +2,8 @@ load std or {ftest -e /net/dns} {ftest -e /env/emuhost} {ndb/dns} or {ftest -e /net/cs} {ndb/cs} -or {ftest -f /keydb/signerkey} {echo 'auth: need to use createsignerkey(8)' >[1=2]; exit nosignerkey} -or {ftest -f /keydb/keys} {echo 'auth: need to create /keydb/keys' >[1=2]; exit nokeys} +or {ftest -f /keydb/signerkey} {echo 'auth: need to use createsignerkey(8)' >[1=2]; raise nosignerkey} +or {ftest -f /keydb/keys} {echo 'auth: need to create /keydb/keys' >[1=2]; raise nokeys} and {auth/keyfs} { listen -v -t -A 'tcp!*!inflogin' {auth/logind&} listen -v -t -A 'tcp!*!infkey' {auth/keysrv&} |
