[1416] in Kerberos-V5-bugs
doc bug in K5.B5
daemon@ATHENA.MIT.EDU (Kurt J. Lidl)
Tue May 16 22:52:36 1995
From: "Kurt J. Lidl" <lidl@Pix.COM>
To: krb5-bugs@MIT.EDU
Date: Tue, 16 May 1995 22:52:18 -0400 (EDT)
Here's a small diff against the the install.texi file, that clears up
a little misunderstanding about BSDi, and fixes two typos.
Hope this helps a little. Note -- the -DDB_DBM flag that I docuement
could be set with autoconf, but I'm no autoconf wizard. The previous
patches I sent in use this as the preprocessor symbol on some of
the changes...
-Kurt
lidl@meketrex-83: rcsdiff -u install.texi
===================================================================
RCS file: RCS/install.texi,v
retrieving revision 1.1
diff -u -r1.1 install.texi
--- 1.1 1995/05/17 02:43:24
+++ install.texi 1995/05/17 02:49:03
@@ -688,9 +688,13 @@
@node BSDI, Solaris versions 2.0 through 2.3, Alpha OSF/1 V2.0, OS Incompatibilities
@subsection BSDI
-BSDI reportedly has a bad @samp{sed} which causes it to go into an
-infinite loop during the build. The work around is to use a @samp{sed}
-from somewhere else, such as GNU.
+BSDI v1.0 and v1.1 reportedly has a bad @samp{sed} which causes it
+to go into an infinite loop during the build. The work around is
+to use a @samp{sed} from somewhere else, such as GNU.
+
+BSDI versions 1.1 and 2.0 require compiling with the @samp{-DDB_DBM}
+compiler define to allow for the new @samp{db} library routines to
+work properly with certain commands and library routines.
@node Solaris versions 2.0 through 2.3, Solaris 2.X, BSDI, OS Incompatibilities
@subsection Solaris versions 2.0 through 2.3
@@ -1030,7 +1034,7 @@
All hosts which will use Kerberos will need to have certain ports
defined in the system's @file{/etc/services} file. The file
@file{[SOURCEDIR]/config-files/services.append} contains the entries
-which should be appened to the @file{/etc/services} file.
+which should be appended to the @file{/etc/services} file.
If you are using the Network Information Services (NIS) or Yellow
Pages (YP), you will need to add the services in the
@@ -1422,7 +1426,7 @@
@example
% @b{[K_USER]/kinit [USERNAME]}
-Password for [USERNAME@@[REALMNAME]: @b{<--- Enter your password}
+Password for [USERNAME]@@[REALMNAME]: @b{<--- Enter your password}
@end example
Now use the @samp{sclient} program as follows: