1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Make sendmail really not start when sendmail_enable="NONE"

Submitted by:	Dennis Kristensen <snicki@snicki.dk>
Reviewed by:	Mike Makonnen <makonnen@pacbell.net>
This commit is contained in:
Gordon Tetlow 2002-06-15 18:39:05 +00:00
parent 3b46313d9a
commit 576ed0de29
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98261

View File

@ -64,7 +64,7 @@ run_rc_command "$1"
case `${CMD_OSTYPE}` in
FreeBSD)
case $SENDMAIL_ENABLE in
case $sendmail_enable in
NONE)
exit
;;