From 6b81e27f98dd7e596cc393c898ad3c2d0a3f45b0 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Tue, 6 Mar 2001 02:06:02 +0000 Subject: [PATCH] Use a different example to avoid confusion --- etc/defaults/make.conf | 2 +- share/examples/etc/make.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index bd8e19e67f72..49574861fe52 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -337,7 +337,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # any existing /etc/mail/sendmail.cf. Note that SENDMAIL_CF is now # deprecated. The value should be a fully qualified path name. # -#SENDMAIL_MC=/etc/sendmail/freebsd.mc +#SENDMAIL_MC=/etc/mail/myconfig.mc # # If you need to build additional .cf files during a make buildworld, # include the full paths to the .mc files in SENDMAIL_ADDITIONAL_MC. diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index bd8e19e67f72..49574861fe52 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -337,7 +337,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # any existing /etc/mail/sendmail.cf. Note that SENDMAIL_CF is now # deprecated. The value should be a fully qualified path name. # -#SENDMAIL_MC=/etc/sendmail/freebsd.mc +#SENDMAIL_MC=/etc/mail/myconfig.mc # # If you need to build additional .cf files during a make buildworld, # include the full paths to the .mc files in SENDMAIL_ADDITIONAL_MC.