diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-22 23:45:13 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-22 23:45:13 +0000 |
| commit | 68141defd15d954d0688a274e4bbf79dd0aa3277 (patch) | |
| tree | a509779d4ccbbedeaa2fc7db6077fd219fbd6115 | |
| parent | 1114a754ed48485c756c10cf19694db0b43826e7 (diff) | |
Notes
| -rw-r--r-- | etc/rc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -705,19 +705,19 @@ esac case ${sendmail_enable} in [Yy][Ee][Ss]) echo -n ' sendmail' - /usr/sbin/sendmail ${sendmail_flags} + /usr/sbin/sendmail ${sendmail_flags} & ;; *) case ${sendmail_outbound_enable} in [Yy][Ee][Ss]) echo -n ' sendmail-outbound' - /usr/sbin/sendmail ${sendmail_outbound_flags} + /usr/sbin/sendmail ${sendmail_outbound_flags} & ;; esac case ${sendmail_submit_enable} in [Yy][Ee][Ss]) echo -n ' sendmail-submit' - /usr/sbin/sendmail ${sendmail_submit_flags} + /usr/sbin/sendmail ${sendmail_submit_flags} & ;; esac ;; @@ -727,7 +727,7 @@ if [ -r /etc/mail/submit.cf ]; then case ${sendmail_msp_queue_enable} in [Yy][Ee][Ss]) echo -n ' sendmail-clientmqueue' - /usr/sbin/sendmail ${sendmail_msp_queue_flags} + /usr/sbin/sendmail ${sendmail_msp_queue_flags} & ;; esac fi |
