diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-25 20:53:48 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-25 20:53:48 +0000 |
| commit | 0ef30ec62058c08c2543dcc99e94e5976fea50e9 (patch) | |
| tree | 6415c1f6696524236826c3fb2098c04bc5e99b09 /etc | |
| parent | 5a70178aa95f7b54d3787a2ef7801398a7577313 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
