mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +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:
parent
3b46313d9a
commit
576ed0de29
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98261
@ -64,7 +64,7 @@ run_rc_command "$1"
|
|||||||
|
|
||||||
case `${CMD_OSTYPE}` in
|
case `${CMD_OSTYPE}` in
|
||||||
FreeBSD)
|
FreeBSD)
|
||||||
case $SENDMAIL_ENABLE in
|
case $sendmail_enable in
|
||||||
NONE)
|
NONE)
|
||||||
exit
|
exit
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user