https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273237

--- Comment #4 from Jan Beich <jbe...@freebsd.org> ---
grep(1) supports searching binary files, so one can easily find where
non-mangled (or non-encrypted) strings come from then use pkg-which(8) to get
the affected port/package. For example, there's nothing to fix in devel/dbus
itself.

$ pkg info -ql dbus | xargs fgrep /var/local || echo exit code $?
exit code 1

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to