Summary: | [PATCH] mail/postsrsd: init script doesn't kill all processes | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | geoffroy desvernay <dgeo> | ||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | ports | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | Flags: | ports:
maintainer-feedback+
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Comment on attachment 169949 [details]
patch postsrsd init script
OK, I've not noticed such problems. As I can see you've added some rc.conf variables (thank you).
So I think this should be added to port.
A commit references this bug: Author: amdmi3 Date: Wed May 11 13:17:48 UTC 2016 New revision: 414992 URL: https://svnweb.freebsd.org/changeset/ports/414992 Log: - Make rc.d script able to stop all postsrsd processes - Document some rc variables - While here, clarify license and fix uneeded variable appends PR: 209255 Submitted by: dgeo@centrale-marseille.fr Approved by: ports@bsdserwis.com (maintainer, for PR), portmgr blanket (for other fixes) Changes: head/mail/postsrsd/Makefile head/mail/postsrsd/files/postsrsd.in |
Created attachment 169949 [details] patch postsrsd init script postsrsd seems to launch many processes here, and "service postsrsd stop" doesn't kill them all… Here is a simple patch to the port to let rc.subr find PIDS (works for me(tm))