sync with sendmail path change (/etc/aliases -> /etc/mail/aliases)
This commit is contained in:
parent
adeb485292
commit
6bb623fa65
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mail.1,v 1.15 1999/12/20 22:53:44 fair Exp $
|
||||
.\" $NetBSD: mail.1,v 1.16 2000/05/05 18:21:06 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -254,7 +254,7 @@ The current list of such aliases can be displayed with the
|
|||
command in
|
||||
.Nm "" .
|
||||
System wide distribution lists can be created by editing
|
||||
.Pa /etc/aliases ,
|
||||
.Pa /etc/mail/aliases ,
|
||||
see
|
||||
.Xr aliases 5
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: msgs.1,v 1.10 1999/08/29 17:50:09 mycroft Exp $
|
||||
.\" $NetBSD: msgs.1,v 1.11 2000/05/05 18:21:07 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -135,7 +135,7 @@ option is used for setting up the posting of messages. The line
|
|||
.Dl msgs: \&"\&| /usr/bin/msgs \-s\&"
|
||||
.Pp
|
||||
should be included in
|
||||
.Pa /etc/aliases
|
||||
.Pa /etc/mail/aliases
|
||||
(see
|
||||
.Xr newaliases 1 )
|
||||
to enable posting of messages.
|
||||
|
|
Loading…
Reference in New Issue