summaryrefslogtreecommitdiff
path: root/appl/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 /appl/svc
parent3970097804db19b9eaa1a8f52a40d4ed75d11547 (diff)
20070213
Diffstat (limited to 'appl/svc')
-rw-r--r--appl/svc/auth.sh4
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&}