From 46192481ec162c68491c43635c16047d1b03ecf5 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 26 May 2010 11:25:39 -0500 Subject: [PATCH] Remove documentation of kaserver -fastKeys -fastKeys wasn't accepted by the kaserver binary, but was still mentioned in the usage message and the kaserver man page. Remove the remnants of the flag. Change-Id: Ifb3ae49ea0cab80c325a77b0eb1062944697b53d Reviewed-on: http://gerrit.openafs.org/2028 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- doc/man-pages/pod8/kaserver.pod | 7 +------ src/kauth/kaserver.c | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/man-pages/pod8/kaserver.pod b/doc/man-pages/pod8/kaserver.pod index aa825278a..700adfdbd 100644 --- a/doc/man-pages/pod8/kaserver.pod +++ b/doc/man-pages/pod8/kaserver.pod @@ -7,7 +7,7 @@ kaserver - Initializes the Authentication Server =for html
-B [B<-noAuth>] [B<-fastKeys>] [B<-database> >] +B [B<-noAuth>] [B<-database> >] S<<< [B<-auditlog> >] >>> [B<-audit-interface> (file | sysvmq)] S<<< [B<-localfiles> >] >>> S<<< [B<-minhours> >] >>> S<<< [B<-servers> >] >>> [B<-enable_peer_stats>] @@ -75,11 +75,6 @@ Authentication Server allows only authorized (privileged) users to issue commands that affect or contact the Authentication Database and will refuse to perform such an action even if the B<-noAuth> flag is used. -=item B<-fastKeys> - -Is a test flag for use by the AFS Development staff; it serves no -functional purpose. - =item B<-database> > Specifies the pathname of an alternate directory in which the diff --git a/src/kauth/kaserver.c b/src/kauth/kaserver.c index 8b0c80ab1..9c6701590 100644 --- a/src/kauth/kaserver.c +++ b/src/kauth/kaserver.c @@ -190,7 +190,7 @@ main(int argc, char *argv[]) if (argc == 0) { usage: - printf("Usage: kaserver [-noAuth] [-fastKeys] [-database ] " + printf("Usage: kaserver [-noAuth] [-database ] " "[-auditlog ] [-audit-interface ] " "[-rxbind] [-localfiles ] [-minhours ] " "[-servers ] [-crossrealm] " -- 2.39.5