Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2000 18:51:42 -0400
From:      tim@desert.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/21586: wrong location of mailer.conf in man page
Message-ID:  <E13e3Ze-0006Zd-00@threads.polyesthetic.msg>

next in thread | raw e-mail | index | archive | help

>Number:         21586
>Category:       docs
>Synopsis:       wrong location of mailer.conf in man page
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 26 18:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Thimble Smith
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
>Environment:

	

>Description:

The man page for mailer.conf(5) gives /etc/mailer.conf instead
of /etc/mail/mailer.conf as the file name.

>How-To-Repeat:

	

>Fix:

tim@threads:/usr/src$ diff -u /usr/src/share/man/man5/mailer.conf.5 /tmp/mailer.
conf.5
--- /usr/src/share/man/man5/mailer.conf.5       Sun Dec 19 08:50:36 1999
+++ /tmp/mailer.conf.5  Tue Sep 26 17:14:43 2000
@@ -40,7 +40,7 @@
 .Sh DESCRIPTION
 .Pp
 The file
-.Pa /etc/mailer.conf
+.Pa /etc/mail/mailer.conf
 contains a series of pairs. The first member of each pair is the name
 of a program invoking
 .Xr mailwrapper 8
@@ -76,7 +76,7 @@
 newaliases     /usr/libexec/postfix/sendmail
 .Ed
 .Sh FILES
-/etc/mailer.conf
+/etc/mail/mailer.conf
 .Sh SEE ALSO
 .Xr mail 1 ,
 .Xr mailq 1 ,



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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E13e3Ze-0006Zd-00>