diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-02-22 19:34:13 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-02-22 19:34:13 +0000 |
| commit | d1885c41cc45afda2c3b5d49cef01abc634166aa (patch) | |
| tree | 87d1db6458e5e6ea7344129846ecb1208b9285f4 | |
| parent | d467c136d0910deb8fa2cebc9d3d7890195a7987 (diff) | |
Notes
| -rw-r--r-- | etc/defaults/make.conf | 4 | ||||
| -rw-r--r-- | share/examples/etc/make.conf | 4 | ||||
| -rw-r--r-- | share/man/man5/make.conf.5 | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index be729cf3f4930..784f3946e9069 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -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 diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index be729cf3f4930..784f3946e9069 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -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 diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 98f2c6f44c779..b8583545c0c5e 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -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 |
