summaryrefslogtreecommitdiff
path: root/dis/svc
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-02-13 23:32:01 +0000
committerCharles.Forsyth <devnull@localhost>2007-02-13 23:32:01 +0000
commit463f3a975e935d078a7c3479e0a56afb06f10fb5 (patch)
tree864bb917aae834d425ff056d7a6f7c35e2500387 /dis/svc
parent3970097804db19b9eaa1a8f52a40d4ed75d11547 (diff)
20070213
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&}