Bug 222875

Summary: [PATCH] net/minidlna: fix ignore on SIGTERM
Product: Ports & Packages Reporter: arai.toshihiko
Component: Individual Port(s)Assignee: Gleb Smirnoff <glebius>
Status: Closed Overcome By Events    
Severity: Affects Many People CC: glebius, w.schwarzenfeld
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (glebius)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch work/minidlna-1.2.0/monitor.c
none
work/minidlna-1.2.0/monitor.c version2 none

Description arai.toshihiko 2017-10-09 06:02:49 UTC
Created attachment 187017 [details]
patch work/minidlna-1.2.0/monitor.c

KQUEUE enabled
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-kqueue

Add timeout arg to kevent() at start_kqueue()
Comment 1 arai.toshihiko 2017-10-14 04:12:17 UTC
Created attachment 187155 [details]
work/minidlna-1.2.0/monitor.c version2

sync start_inotify()
Comment 2 Gleb Smirnoff freebsd_committer freebsd_triage 2019-01-09 04:09:24 UTC
The kqueue/monitor system has been rewritten.