Summary: | net/minidlna: [patch] simplified startup and fixed service stopping. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | c.kworr | ||||
Component: | Individual Port(s) | Assignee: | Gleb Smirnoff <glebius> | ||||
Status: | Closed Works As Intended | ||||||
Severity: | Affects Only Me | CC: | glebius, w.schwarzenfeld | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(glebius) |
||||
Hardware: | amd64 | ||||||
OS: | Any | ||||||
Attachments: |
|
3. SIGSTOP doesn't make sense to me. Do you know what it actually does? And yes, thats high likely because of kqueue patch. Yep, my bad. Already figured that out. I think this could closed. 1. minidlna has -u 3. The kqueue patch is now longer. |
Created attachment 163328 [details] fixes for startup script This patch addresses following issues: 1. minidlnad has no support for -u flag so stop using it. 2. Instead of relaying to minidlnad switching to restricted user force RC to run minidlnad under $minidlna_user. 3. minidlnad doesn't quit for me on SIGTERM thus adding sig_stop=3. I'm using KQUEUE patch, can this be it?