head	1.3;
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
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.10.08.07.44.07;	author lawrance;	state dead;
branches;
next	1.2;

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

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


desc
@@


1.3
log
@- Fix pkg-plist
- Minor tweaking and cleanups

PR:		ports/85989
Submitted by:	Graham Todd <gtodd@@bellanet.org> (maintainer)
@
text
@#!/bin/sh
#
# $FreeBSD: ports/security/pks/pkg-deinstall,v 1.2 2005/09/09 14:00:10 lawrance Exp $

PKGNAME=$1
STAGE=$2

case ${STAGE} in
DEINSTALL)
	;;
POST-DEINSTALL)
	cat << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove the
following directories and files:

        ${PREFIX}/etc/pksd.conf
	/var/pks
===========================================================================
EOF
	;;
*)
	echo "Unexpected argument: ${STAGE}"
	exit 1
	;;
esac
exit 0
@


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
@d3 1
a3 1
# $FreeBSD$
@


1.1
log
@pks 0.9.4 is a PGP public key server from MIT.

Obtained from:  NetBSD
@
text
@d3 1
a3 1
# $NetBSD$
d17 1
a17 1
	/usr/local/etc/pksd.conf
@

