View | Details | Raw Unified | Return to bug 223132 | Differences between
and this patch

Collapse All | Expand All

(-)etc/rc.d/sendmail (+3 lines)
Lines 200-205 Link Here
200
}
200
}
201
201
202
run_rc_command "$1"
202
run_rc_command "$1"
203
_ret=$?
203
204
204
required_files=
205
required_files=
205
206
Lines 220-222 Link Here
220
pidfile="${sendmail_msp_queue_pidfile:-/var/spool/clientmqueue/sm-client.pid}"
221
pidfile="${sendmail_msp_queue_pidfile:-/var/spool/clientmqueue/sm-client.pid}"
221
required_files="/etc/mail/submit.cf"
222
required_files="/etc/mail/submit.cf"
222
run_rc_command "$1"
223
run_rc_command "$1"
224
225
exit $(( $? + $_ret ));

Return to bug 223132