aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-01-27 03:10:35 +0800
committerlioux <lioux@FreeBSD.org>2003-01-27 03:10:35 +0800
commitcce3b039b00d8573fdfbf64ae80c97796b302254 (patch)
tree00a137b2dd0ea7d3b23975a941f974ab8f17e846 /mail
parentcc20d1055b79d48f696c843ea0a49daa4fdc731d (diff)
downloadfreebsd-ports-gnome-cce3b039b00d8573fdfbf64ae80c97796b302254.tar.gz
freebsd-ports-gnome-cce3b039b00d8573fdfbf64ae80c97796b302254.tar.zst
freebsd-ports-gnome-cce3b039b00d8573fdfbf64ae80c97796b302254.zip
Update to current standards for rc.conf(5) file: disable sendmail
by setting sendmail_enable to NONE instead of NO Prompted by: too many
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 83aad66bd64c..eb1930224a5e 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -359,10 +359,10 @@ disable-sendmail: thereal-disable-sendmail
@${ECHO_MSG} "===> You just told your system to not"
@${ECHO_MSG} "===> automaticaly start sendmail on your"
@${ECHO_MSG} "===> next startup."
- @${ECHO_MSG} "===> (i.e., added sendmail_enable=\"NO\" to rc.conf)"
+ @${ECHO_MSG} "===> (i.e., added sendmail_enable=\"NONE\" to rc.conf)"
@if [ -f ${RC_CONF_FILE} ]; \
then \
- ${ECHO_CMD} sendmail_enable=\"NO\" >> ${RC_CONF_FILE} ; \
+ ${ECHO_CMD} sendmail_enable=\"NONE\" >> ${RC_CONF_FILE} ; \
fi
enable-sendmail: thereal-disable-sendmail
@@ -370,7 +370,7 @@ enable-sendmail: thereal-disable-sendmail
@${ECHO_MSG} "===> You just told your system to"
@${ECHO_MSG} "===> automaticaly start sendmail on your"
@${ECHO_MSG} "===> next startup."
- @${ECHO_MSG} "===> (i.e., removed sendmail_enable=\"NO\" from rc.conf)"
+ @${ECHO_MSG} "===> (i.e., removed sendmail_enable=\"NONE\" from rc.conf)"
enable-qmail: install disable-sendmail
@if [ -f ${MAILER_CONF_FILE} ]; \