diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-02-13 23:32:01 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-02-13 23:32:01 +0000 |
| commit | 463f3a975e935d078a7c3479e0a56afb06f10fb5 (patch) | |
| tree | 864bb917aae834d425ff056d7a6f7c35e2500387 /dis/svc | |
| parent | 3970097804db19b9eaa1a8f52a40d4ed75d11547 (diff) | |
20070213
Diffstat (limited to 'dis/svc')
| -rwxr-xr-x | dis/svc/auth | 4 |
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&} |
