Project

General

Profile

Fix #16598

Updated by Nathan Cutler almost 8 years ago

In RH+derivatives, RH derivatives, /sbin is a symlink to /usr/sbin. In SUSE, it is a separate directory. 

 The spec file installs @mount.ceph@ to /usr/sbin but does not, at present, create the symlink: 

 /usr/sbin/mount.ceph -> /sbin/mount.ceph 

 which of course is only needed in SUSE.

Back