This creates an appropriate symlink instead of a potentially incorrect
path.
MFC after: 2 weeks
Requested by: imp
Differential D41419
Link /usr/bin/cpuset to a relative path ngie on Aug 11 2023, 1:14 AM. Authored by Tags None Referenced Files
Subscribers None
Details
This creates an appropriate symlink instead of a potentially incorrect MFC after: 2 weeks Confirmed cpuset continued to work after the change: $ ls -l /usr/bin/cpuset lrwxr-xr-x 1 root wheel 16 Aug 10 18:09 /usr/bin/cpuset -> ../../bin/cpuset $ /usr/bin/cpuset true $ sudo /usr/bin/cpuset -g -p 1 pid 1 mask: 0, 1, 2, 3, 4, 5 pid 1 domain policy: first-touch mask: 0 $
Diff Detail
|