-
Move remaining binaries from /sbin to /usr/sbin
released this
2024-11-14 21:28:01 +00:00 | -679 commits to c8 since this releasemount.nfs, mount.nfs4, umount.nfs, umount.nfs4, nfsdcltrack, and
rpc.statd are all still being installed in /sbin. Current best
practices say that packages should not package anything
directly in /sbin but rather /usr/sbin. The configure script in
nfs-utils has the --disable-sbin-override for this purpose.Note that on RHEL /sbin is a symlink to /usr/sbin, so the binaries will
still be available via /sbin anyway.This fixes the rpminspect pathmigration test failures.
Resolves: RHEL-65827
Signed-off-by: Scott Mayhew smayhew@redhat.comDownloads