Package: debianutils
Version: 5.9

The following snippet from the postinst script cannot possibly be
right, as it creates two broken symlinks on non-usrmerged systems:

,----
| usrmerge(){
|       for p in run-parts tmpfile; do
|               [ -e /usr/bin/$p ] || ln -s /bin/which /usr/bin/$p
|       done
`----

Apart from the typo ("tmpfile" should be "tempfile"), the intention
probably was to symlink /bin/$p to /usr/bin/$p, not the non-existent
/bin/which.


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Reply via email to