diff options
author | gene <gene@cvs.openbsd.org> | 1997-05-30 03:11:38 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-05-30 03:11:38 +0000 |
commit | 01ebaf96935b66731ae20dfd925df2389b5a43d8 (patch) | |
tree | a36607e3a061ed98ddc37dd29a353f10ba531337 /kerberosIV/kdb_init | |
parent | e0307728e5d73b765b7c0293b17c5573b696894d (diff) |
1) RCS id police
2) Make filenames relevent to OpenBSD (i.e, /kerberos -> /etc/kerberosIv
and /usr/include/*.h -> /usr/include/kerberosIV/*.h). To be specific:
s/\/kerberos\//\/etc\/kerberosIV\//g
s/\/usr\/include\//\/usr\/include\/kerberosIV\//g
s/\/\.k/\/etc\/kerberosIV\/master_key/g
s/\#include\s*\<(.*)\>/\#include \<kerberosIV\/$1\>/g
Diffstat (limited to 'kerberosIV/kdb_init')
-rw-r--r-- | kerberosIV/kdb_init/kdb_init.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kerberosIV/kdb_init/kdb_init.8 b/kerberosIV/kdb_init/kdb_init.8 index c2ef5883a8a..b6e5a8da27e 100644 --- a/kerberosIV/kdb_init/kdb_init.8 +++ b/kerberosIV/kdb_init/kdb_init.8 @@ -3,7 +3,7 @@ .\" For copying and distribution information, .\" please see the file <mit-copyright.h>. .\" -.\" $Id: kdb_init.8,v 1.1 1995/12/14 06:52:42 tholo Exp $ +.\" $OpenBSD: kdb_init.8,v 1.2 1997/05/30 03:11:22 gene Exp $ .TH KDB_INIT 8 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME kdb_init \- Initialize Kerberos key distribution center database @@ -20,21 +20,21 @@ If the optional .I realm argument is not present, .I kdb_init -prompts for a realm name (defaulting to the definition in /usr/include/krb.h). +prompts for a realm name (defaulting to the definition in /usr/include/kerberosIV/krb.h). After determining the realm to be created, it prompts for a master key password. The master key password is used to encrypt every encryption key stored in the database. .SH DIAGNOSTICS .TP 20n -"/kerberos/principal: File exists" +"/etc/kerberosIV/principal: File exists" An attempt was made to create a database on a machine which already had an existing database. .SH FILES .TP 20n -/kerberos/principal.pag, /kerberos/principal.dir +/etc/kerberosIV/principal.pag, /etc/kerberosIV/principal.dir DBM files containing database .TP -/usr/include/krb.h +/usr/include/kerberosIV/krb.h Include file defining default realm .SH SEE ALSO kdb_destroy(8) |