Update to reflect a more accurate reality...
This commit is contained in:
parent
de52a66a3c
commit
ffe95fdaa4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3686
2 changed files with 14 additions and 19 deletions
handbook
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Converted by Ollivier Robert <roberto@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: ctm.sgml,v 1.22 1997-10-20 07:45:23 jkh Exp $
|
||||
# $Id: ctm.sgml,v 1.23 1998-10-27 09:38:15 markm Exp $
|
||||
#
|
||||
# ----------------------------------------------------------------------------
|
||||
# "THE BEER-WARE LICENSE" (Revision 42):
|
||||
|
@ -100,24 +100,19 @@
|
|||
<p>Before you can start using <tt/CTM/ deltas, you will need to get a
|
||||
to a starting point for the deltas produced subsequently to it.
|
||||
|
||||
First you should determine what you already have. Everyone can
|
||||
start from an ``Empty'' directory. However, since the trees are
|
||||
many tens of megabytes, you should prefer to start from something
|
||||
already at hand. If you have a RELEASE CD, you can copy or extract
|
||||
an initial source from it. This will save a significant transfer
|
||||
of data.
|
||||
First you should determine what you already have. Everyone should
|
||||
start from an ``Empty'' directory. You must use an initial ``Empty''
|
||||
delta to start off your <tt/CTM/ supported tree. At some point
|
||||
it is intended that one of these ``starter'' deltas be distributed
|
||||
on the CD for your convenience. This does not currently happen,
|
||||
however.
|
||||
|
||||
Once you identify a suitable starting point, you must use an initial
|
||||
``transition'' delta to transform your starting point into a
|
||||
<tt/CTM/ supported tree.
|
||||
|
||||
You can recognize these transition deltas by the ``<tt/X/'' appended
|
||||
You can recognize these ``starter'' deltas by the ``<tt/X/'' appended
|
||||
to the number (<tt/src-cur.3210XEmpty.gz/ for instance).
|
||||
The designation following the ``<tt/X/'' corresponds to the origin
|
||||
of your initial ``seed''. ``Empty'' is an empty directory, ``R225''
|
||||
would designate the 2.2.5 release, etc.
|
||||
of your initial ``seed''. ``Empty'' is an empty directory.
|
||||
As a rule a base transition from ``Empty'' is producted
|
||||
every 100 deltas. By the way, they are large! 25 to 30
|
||||
every 100 deltas. By the way, they are large! A few tens of
|
||||
Megabytes of <tt/gzip/'ed data is common for the ``XEmpty'' deltas.
|
||||
|
||||
Once you've picked a base delta to start from, you will also need
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: kerberos.sgml,v 1.12 1997-10-26 18:50:04 max Exp $ -->
|
||||
<!-- $Id: kerberos.sgml,v 1.13 1998-10-27 09:38:15 markm Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect><heading>Kerberos<label id="kerberos"></heading>
|
||||
|
@ -23,8 +23,8 @@
|
|||
For those needing to get a legal foreign distribution of this
|
||||
software, please <em>DO NOT</em> get it from a USA or Canada site.
|
||||
You will get that site in <em>big</em> trouble! A legal copy of this is
|
||||
available from <tt>skeleton.mikom.csir.co.za</tt>, which is in South
|
||||
Africa.
|
||||
available from <tt>ftp.internat.freebsd.org</tt>, which is in South
|
||||
Africa and an official FreeBSD mirror site.
|
||||
|
||||
<sect1>
|
||||
<heading>Creating the initial database</heading>
|
||||
|
@ -43,7 +43,7 @@ README krb.conf krb.realms
|
|||
<p>If any additional files (such as <tt>principal.*</tt> or
|
||||
<tt>master_key</tt>) exist, then use the <tt>kdb_destroy</tt>
|
||||
command to destroy the old Kerberos database, of if Kerberos
|
||||
is not running, simply delete the extra files with <tt>rm</tt>.
|
||||
is not running, simply delete the extra files.
|
||||
|
||||
You should now edit the <tt>krb.conf</tt> and <tt>krb.realms</tt>
|
||||
files to define your Kerberos realm. In this case the realm will
|
||||
|
|
Loading…
Reference in a new issue