summaryrefslogtreecommitdiff
path: root/dis/svc
diff options
context:
space:
mode:
Diffstat (limited to 'dis/svc')
-rwxr-xr-xdis/svc/auth4
1 files changed, 2 insertions, 2 deletions
diff --git a/dis/svc/auth b/dis/svc/auth
index 25c8d520..b5547af0 100755
--- a/dis/svc/auth
+++ b/dis/svc/auth
@@ -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&}