- Package:
- zfsutils-linux
- Source:
- zfsutils-linux
- Submitter:
- Date:
- 2024-02-27 13:12:03 UTC
- Severity:
- normal
Dear Maintainer, your package installs the filenames `arc_summary` and `arcstat` and `zfs` and `zilstat` and `zpool` and `zvol_wait` to both bin and sbin as opposed to just one of those locations. This causes a problem on a filesystem layout where bin and sbin are merged into a single real directory, typically by sbin being a symlink to bin. Such a filesystem layout has become standard on some distributions now, and others are moving onto in their next releases. Please pick one location and install it only there. /usr/bin is preferred over any other location. Thank you for maintaining software in debian.
Hi, Yes, this is intended. These files were first installed to sbin, later moved to bin. Symlinks are thus created to provide compatibility to user scripts. UsrMerge [1] says Debian has no plan to merge bin and sbin. Nonetheless we do plan to remove the symlinks at certain version after the move. [1]: https://wiki.debian.org/UsrMerge Thanks, Shengqi Chen