BSDI fixes
authorTheodore Tso <tytso@mit.edu>
Tue, 11 Jul 1995 17:10:23 +0000 (17:10 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 11 Jul 1995 17:10:23 +0000 (17:10 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6277 dc483132-0cff-0310-8789-dd5450dbe970

doc/ChangeLog
doc/install.texi

index 120fe72a5d25d3a0537c42492d7993146bedd5ac..89bde15fbcd66aae4ceeaf620ad14a297e575742 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jul 11 13:07:00 1995    <tytso@rsx-11.mit.edu>
+
+       * install.texi: BSDI fixes.
+
 Fri May  5 13:10:38 1995  Theodore Y. Ts'o  (tytso@dcl)
 
        * install.texi: Minor fixups for beta 5 release.  Mainly points
index 0d171fbfcdb5081360e0fa74f1949c516775da8c..8b1446f46c101efe08532c5efb9743da74a85c18 100644 (file)
@@ -688,9 +688,11 @@ or without optimization.
 @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 versions 1.0 and 1.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.  (This may be
+true for some versions of other systems derived from BSD 4.4, such as
+NetBSD and FreeBSD.)
 
 @node Solaris versions 2.0 through 2.3, Solaris 2.X, BSDI, OS Incompatibilities
 @subsection Solaris versions 2.0 through 2.3
@@ -1030,7 +1032,7 @@ If a particular host name matches both a domain name and a host name in
 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 +1424,7 @@ obtain a Kerberos ticket-granting ticket:
 
 @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: