On 12 Oct 2020, at 18:05, Benjamin Kaduk <ka...@mit.edu> wrote: > On Thu, Oct 08, 2020 at 11:55:46AM +0200, Laurent Bigonville wrote: >> Hello, >> >> I'm not sure where to report bugs for packages in unreleased, hope it's >> OK here >> >> The kldutils initscript fails with the following error: >> >> /etc/init.d/kldutils: 21: which: not found >> >> This is because, the "which" executable has been moved from /bin to >> /usr/bin as part of usr-merge in the debianutils package > > It seems that the use of a shell builtin (e.g., `type`) would avoid needing > to worry about usrmerge.
Yeah, a while back I patched the buildd's init script to use `command -v` in its place, but should have committed that to freebsd-utils. Jess