summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-07-11 17:10:23 +0000
committerTheodore Tso <tytso@mit.edu>1995-07-11 17:10:23 +0000
commitb7882db66db2070cab0ac0431b5600ce7902d9ec (patch)
tree328771f07fd5de70e5838cb34553bf47cbe68cdd /doc
parentbec7406d6738c0b760d47968ac6029351dd5acb4 (diff)
downloadkrb5-b7882db66db2070cab0ac0431b5600ce7902d9ec.tar.gz
krb5-b7882db66db2070cab0ac0431b5600ce7902d9ec.tar.xz
krb5-b7882db66db2070cab0ac0431b5600ce7902d9ec.zip
BSDI fixes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6277 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/install.texi12
2 files changed, 11 insertions, 5 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 120fe72a5..89bde15fb 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -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
diff --git a/doc/install.texi b/doc/install.texi
index 0d171fbfc..8b1446f46 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -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: