Bug 38000

Summary: Docs reference stale /etc/sendmail.cf file.
Product: Documentation Reporter: Jens Schweikhardt <schweikh>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jens Schweikhardt 2002-05-12 20:20:01 UTC
The FAQ in http://www.de.freebsd.org/FAQ/admin.html#UUCPMAIL
(and possibly other docs in the doc tree, or man pages) mention
/etc/sendmail.cf which AFAICT has moved to /etc/mail/sendmail.cf
Same goes for cw files etc.

Fix: 

s,/etc/sendmail,/etc/mail/sendmail,g where appropriate.
How-To-Repeat: Change to the directory with the doc/ and www/ tree. Then
$ find .  -type f | xargs grep /etc/sendmail
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-05-13 00:36:53 UTC
State Changed
From-To: open->analyzed

I've committed the changes to doc/en_US.ISO8859-1/. 
The translators should pick up from here for the rest of the docs. 
Next thing to be done is the www/ tree. 

Thanks, for submitting this. 


Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2002-05-13 00:36:53 UTC
Responsible Changed
From-To: freebsd-doc->keramida

I'll check www/ and see what I can do there too.
Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2002-05-13 00:43:07 UTC
State Changed
From-To: analyzed->closed

The www/ tree has no files that need patching.