diff options
Diffstat (limited to 'etc/rc.d/sendmail')
-rwxr-xr-x | etc/rc.d/sendmail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/sendmail b/etc/rc.d/sendmail index efa0963..0e717d4 100755 --- a/etc/rc.d/sendmail +++ b/etc/rc.d/sendmail @@ -64,7 +64,7 @@ run_rc_command "$1" case `${CMD_OSTYPE}` in FreeBSD) - case $SENDMAIL_ENABLE in + case $sendmail_enable in NONE) exit ;; |