git: 6a2d6a569b13 - main - rc.conf(5): fix the description of mta_start_script
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Nov 2022 15:57:38 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=6a2d6a569b1350f46998a2446fc89059b160fd13
commit 6a2d6a569b1350f46998a2446fc89059b160fd13
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-11-09 15:21:30 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-11-09 15:55:18 +0000
rc.conf(5): fix the description of mta_start_script
mta_start_script is used by /etc/rc.d/othermta which only execute
something if this variable is set to something else than
/etc/rc.sendmail
MFC after: 1 week
---
share/man/man5/rc.conf.5 | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 81d2a740fc8b..dd42375d31c8 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 7, 2022
+.Dd November 9, 2022
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -3557,13 +3557,8 @@ This variable specifies the full path to the script to run to start
a mail transfer agent.
The default is
.Pa /etc/rc.sendmail .
-The
-.Va sendmail_*
-variables which
-.Pa /etc/rc.sendmail
-uses are documented in the
-.Xr rc.sendmail 8
-manual page.
+Note that it only executes a script if the value is set to something
+different than the default.
.It Va dumpdev
.Pq Vt str
Indicates the device (usually a swap partition) to which a crash dump
@@ -4800,7 +4795,6 @@ The default is 10.
.Xr quotacheck 8 ,
.Xr quotaon 8 ,
.Xr rc 8 ,
-.Xr rc.sendmail 8 ,
.Xr rc.subr 8 ,
.Xr rcorder 8 ,
.Xr rfcomm_pppd 8 ,