https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282192
Bug ID: 282192
Summary: absolute symlink in /usr/bin
Product: Base System
Version: 15.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
There are some relative symbolic links in /usr/bin, and a single one with an
absolute symbolic link.
find /usr/bin/ -type l -ls | egrep -- ' -> /'
21538 1 lrwxr-xr-x 1 root wheel
16 Dec 9 2023 /usr/bin/zstreamdump ->
/usr/bin/zstream
I think that "zstreamdump" should point to "zstream" and not to
"/usr/bin/zstream"
see
cddl/usr.bin/zstream/Makefile:SYMLINKS= ${BINDIR}/zstream ${BINDIR}/zstreamdump
--
You are receiving this mail because:
You are the assignee for the bug.