Bug 21468

Summary: `kerberos' misspelled in etc/kerberos/README
Product: Base System Reporter: Giorgos Keramidas <keramida>
Component: miscAssignee: alex <alex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Giorgos Keramidas 2000-09-22 09:29:09 UTC
>Number:         21468
>Category:       misc
>Synopsis:       `kerberos' misspelled in etc/kerberos/README
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 22 01:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
WestGate, S.A.
>Environment:

        Installation of 4.1-STABLE CVSup'ed early this morning
	[ Friday, Sep. 22 2000 ]

>Description:

        In /usr/src/etc/kerberos/README there is one place where instead
        of `kerberos' we can read `kereros'.

>How-To-Repeat:

	% more /usr/src/etc/kerberos/README

>Fix:

	The following small diff corrects this.

--- README.orig	Fri Sep 22 11:24:07 2000
+++ README	Fri Sep 22 11:24:14 2000
@@ -6,7 +6,7 @@
 The file master_key contains a copy of the master key under which the
 entire Kerberos database is encrypted.  Disclosing this key would be bad
 news.  The reason it is stored in the filesystem is because the following
-programs need to inspect or modify the kereros database, and so the key
+programs need to inspect or modify the kerberos database, and so the key
 must be available for them, (or else it would have to be typed in by
 hand):
 		- kerberos (the server itself)

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Comment 1 Giorgos Keramidas 2000-09-22 09:30:01 UTC
        In /usr/src/etc/kerberos/README there is one place where instead
        of `kerberos' we can read `kereros'.

Fix: The following small diff corrects this.
How-To-Repeat: 
	% more /usr/src/etc/kerberos/README
Comment 2 Johan Karlsson freebsd_committer freebsd_triage 2000-10-06 18:27:32 UTC
Responsible Changed
From-To: freebsd-bugs->alex

Hi Alex 
Another commit-candidate.
Comment 3 alex freebsd_committer freebsd_triage 2000-10-06 18:37:16 UTC
State Changed
From-To: open->closed

Committed in -stable and -current, thanks.