diff options
author | aiju <devnull@localhost> | 2017-02-25 11:54:15 +0100 |
---|---|---|
committer | aiju <devnull@localhost> | 2017-02-25 11:54:15 +0100 |
commit | e4dc3f9bd8bec99b030535012b1546e5baae717b (patch) | |
tree | 9d692aaaf84b0d6d35dfc48320f2e2c7349c45ad /rc/bin/netaudit | |
parent | e5de0d457a42bd4f6e90f3b95a735b51330cc1b2 (diff) | |
download | plan9front-e4dc3f9bd8bec99b030535012b1546e5baae717b.tar.xz |
asaudit: check factotum key ; netaudit: mention asaudit
Diffstat (limited to 'rc/bin/netaudit')
-rwxr-xr-x | rc/bin/netaudit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc/bin/netaudit b/rc/bin/netaudit index f07058195..921efa9c2 100755 --- a/rc/bin/netaudit +++ b/rc/bin/netaudit @@ -100,6 +100,7 @@ fn checkauth { echo ' someone is listening on port 567' echo ' run auth/debug to test the auth server' } + echo ' run auth/asaudit to verify auth server configuration' } } |