Re: /etc/init.d/kldutils: 21: which: not found
Benjamin Kaduk <[email protected]> Mon, 12 Oct 2020 10:05:43 -0700
| Newsgroups | gmane.linux.debian.ports.bsd |
|---|---|
| Message-ID | <[email protected]> |
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. -Ben