sendmail: remove leftovers from mta_start_script and rc.sendmail
Switch /etc/mail/Makefile to use /etc/rc.d/sendmail instead of /etc/rc.sendmail this switch should have been done 20 years ago. While here update the documentation to not refer anymore to mta_start_script Reported by: Jose Luis Duran <jlduran@gmail.com>
This commit is contained in:
parent
49b947c01d
commit
e1184adecf
@ -101,7 +101,7 @@ SENDMAIL_CF_DIR?= /usr/src/contrib/sendmail/cf
|
||||
#
|
||||
# The sendmail startup script
|
||||
#
|
||||
SENDMAIL_START_SCRIPT?= /etc/rc.sendmail
|
||||
SENDMAIL_START_SCRIPT?= /etc/rc.d/sendmail
|
||||
|
||||
#
|
||||
# Some useful programs we need.
|
||||
|
@ -24,7 +24,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 14, 2021
|
||||
.Dd November 15, 2022
|
||||
.Dt MAKE.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -573,11 +573,7 @@ The script used by
|
||||
to start, stop, and restart
|
||||
.Xr sendmail 8 .
|
||||
The default value is
|
||||
.Pa /etc/rc.sendmail .
|
||||
This value should match the
|
||||
.Dq Li mta_start_script
|
||||
setting in
|
||||
.Xr rc.conf 5 .
|
||||
.Pa /etc/rc.d/sendmail .
|
||||
.It Va SENDMAIL_SUBMIT_MC
|
||||
.Pq Vt str
|
||||
The default
|
||||
|
Loading…
Reference in New Issue
Block a user