Add a note indicating that SENDMAIL_MC should include the path. This is

necessary if you expect to be able to use this setting in both /etc/mail
and etc/sendmail.
This commit is contained in:
gshapiro 2001-02-22 19:34:13 +00:00
parent aa496ba93e
commit 08539b57ab
3 changed files with 6 additions and 4 deletions

View File

@ -330,9 +330,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# The following sets the default m4 configuration file to use at
# install time. Use with caution as a make install will overwrite
# any existing /etc/mail/sendmail.cf. Note that SENDMAIL_CF is now
# deprecated.
# deprecated. The value should be a fully qualified path name.
#
#SENDMAIL_MC=freebsd.mc
#SENDMAIL_MC=/etc/sendmail/freebsd.mc
#
# Setting the following variables modifes the build environment for
# sendmail and its related utilities. For example, SASL support can be

View File

@ -330,9 +330,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# The following sets the default m4 configuration file to use at
# install time. Use with caution as a make install will overwrite
# any existing /etc/mail/sendmail.cf. Note that SENDMAIL_CF is now
# deprecated.
# deprecated. The value should be a fully qualified path name.
#
#SENDMAIL_MC=freebsd.mc
#SENDMAIL_MC=/etc/sendmail/freebsd.mc
#
# Setting the following variables modifes the build environment for
# sendmail and its related utilities. For example, SASL support can be

View File

@ -471,6 +471,8 @@ as an suid root program.
.It Va SENDMAIL_MC
.Vt ( str )
The default m4 configuration file to use at install time.
The value should include the full path to the .mc file, e.g.,
.Pa /etc/mail/myconfig.mc .
Use with caution as a make install will overwrite any existing
.Pa /etc/mail/sendmail.cf .
Note that