aboutsummaryrefslogtreecommitdiff
path: root/eBones/man/kdb_destroy.8
diff options
context:
space:
mode:
authorGeoff Rehmet <csgr@FreeBSD.org>1994-09-30 14:50:09 +0000
committerGeoff Rehmet <csgr@FreeBSD.org>1994-09-30 14:50:09 +0000
commit60643d379b73fbb523325aa82009e9d1a0675573 (patch)
tree74873a7f8b1a654a96addadb5929b6249491922d /eBones/man/kdb_destroy.8
parent3c6459e594dba63b0a1c54fd5b99a3315d522b40 (diff)
downloadsrc-60643d379b73fbb523325aa82009e9d1a0675573.tar.gz
src-60643d379b73fbb523325aa82009e9d1a0675573.zip
Initial import of eBones.
(Including all changes for FreeBSD - importing the original eBones distribution would be too complex at this stage, since I don't have access to Piero's CVS.) (If you want to include eBones in your system, don't forget to include MAKE_EBONES in /etc/make.conf.) (This stuff is now also suppable from braae.ru.ac.za.) Bones originally from MIT SIPB. Original port to FreeBSD 1.x by Piero Serini. Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet. Nice bug fixes from Doug Rabson.
Notes
Notes: svn path=/cvs2svn/branches/EBONES_KRB4/; revision=3237
Diffstat (limited to 'eBones/man/kdb_destroy.8')
-rw-r--r--eBones/man/kdb_destroy.833
1 files changed, 33 insertions, 0 deletions
diff --git a/eBones/man/kdb_destroy.8 b/eBones/man/kdb_destroy.8
new file mode 100644
index 000000000000..93db4662a7de
--- /dev/null
+++ b/eBones/man/kdb_destroy.8
@@ -0,0 +1,33 @@
+.\" from: kdb_destroy.8,v 4.1 89/01/23 11:08:02 jtkohl Exp $
+.\" $Id: kdb_destroy.8,v 1.2 1994/07/19 19:27:26 g89r4222 Exp $
+.\" Copyright 1989 by the Massachusetts Institute of Technology.
+.\"
+.\" For copying and distribution information,
+.\" please see the file <Copyright.MIT>.
+.\"
+.TH KDB_DESTROY 8 "Kerberos Version 4.0" "MIT Project Athena"
+.SH NAME
+kdb_destroy \- destroy Kerberos key distribution center database
+.SH SYNOPSIS
+kdb_destroy
+.SH DESCRIPTION
+.I kdb_destroy
+deletes a Kerberos key distribution center database.
+.PP
+The user is prompted to verify that the database should be destroyed. A
+response beginning with `y' or `Y' confirms deletion.
+Any other response aborts deletion.
+.SH DIAGNOSTICS
+.TP 20n
+"Database cannot be deleted at /kerberos/principal"
+The attempt to delete the database failed (probably due to a system or
+access permission error).
+.TP
+"Database not deleted."
+The user aborted the deletion.
+.SH FILES
+.TP 20n
+/kerberos/principal.pag, /kerberos/principal.dir
+DBM files containing database
+.SH SEE ALSO
+kdb_init(8)