head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.09.09.14.00.10;	author lawrance;	state dead;
branches;
next	1.1;

1.1
date	2002.04.19.22.23.32;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 0.9.6
- Add rcng startup
- No longer touch pksd.conf, only pksd.conf.sample
- Ensure the port builds against db2 from ports by deleting the included
  version.  Add post-patch bits to help this happen.
- Submitter takes maintainership

PR:		ports/85802
Submitted by:	Graham Todd <gtodd@@bellanet.org> (new maintainer)
Approved by:	Jason Harris <jharris@@widomaker.com> (maintainer)
@
text
@===================================================================
RCS file: pksdctl.c,v
retrieving revision 1.11
diff -u -r1.11 pksdctl.c
--- pksdctl.c	1999/05/17 05:20:20	1.11
+++ pksdctl.c	2001/09/02 04:20:57
@@@@ -20,6 +20,11 @@@@
 void usage(char *argv0)
 {
    fprintf(stderr, "usage: %s socket string\n", argv0);
+   fprintf(stderr, "usage:  %s <pksd socket> <command> [arg]\n", argv0);
+   fprintf(stderr, "  commands:  mail <msg>\n");
+   fprintf(stderr, "             disable <userid>\n");
+   fprintf(stderr, "             shutdown\n");
+
    exit(1);
 }
 
@


1.1
log
@Patches from maintainer:

* HKP (WWW) key submissions disabled by default, enabled via
  configuration file
* nicer formatting of long (SHA-1) fingerprints
* pksdctl usage() shows available commands/arguments
* manual page fixes

Bump PORTREVISION.

PR:		ports/34970
Submitted by:	Jason Harris <jharris@@widomaker.com>
@
text
@@

