[Bug 254322] devel/gvfs: should depend on sysutils/lsof
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Sep 2022 04:09:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254322 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c80f55d775ccc6a00cd9523b4fe781aa6171817a commit c80f55d775ccc6a00cd9523b4fe781aa6171817a Author: Damjan Jovanovic <damjan.jov@gmail.com> AuthorDate: 2022-09-27 03:45:15 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2022-09-27 04:08:12 +0000 devel/gvfs: Depend on sysutils/lsof at run time When a drive cannot be unmounted and returns EBUSY, gvfs calls "lsof -t /mountpoint" to find which processes have files open. This list is sent over the "show-processes" signal, which allows file managers to show which apps are preventing the unmount. For this to work, sysutils/lsof needs to be around. PR: 254322 Approved by: desktop (fluffy) Differential Revision: https://reviews.freebsd.org/D32018 devel/gvfs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.