| Summary: | "/etc/rc.d/sendmail restart" doesn't restart the sendmail_msp_queue process | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | martin | ||||
| Component: | bin | Assignee: | Gregory Neil Shapiro <gshapiro> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | gshapiro | ||||
| Priority: | --- | ||||||
| Version: | 10.3-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
martin
2017-02-27 13:54:53 UTC
Created attachment 183308 [details]
Patch for testing
I was able to reproduce and the attached patch fixes it for me. Please confirm.
Comment on attachment 183308 [details]
Patch for testing
Thanks, the patch works for me (10.3-RELEASE-p17) also.
A commit references this bug: Author: gshapiro Date: Mon Jun 12 01:26:36 UTC 2017 New revision: 319843 URL: https://svnweb.freebsd.org/changeset/base/319843 Log: Fix 'restart' action: rc.subr only expects to restart one service, not two. PR: 217393 Reported by: Martin Simmons MFC after: 1 week Changes: head/etc/rc.d/sendmail A commit references this bug: Author: eadler Date: Sat Mar 3 10:32:00 UTC 2018 New revision: 330321 URL: https://svnweb.freebsd.org/changeset/base/330321 Log: MFC r319843: Fix 'restart' action: rc.subr only expects to restart one service, not two. PR: 217393 Changes: _U stable/11/ stable/11/etc/rc.d/sendmail |