Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2024 10:18:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 282192] absolute symlink in /usr/bin
Message-ID:  <bug-282192-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282192

            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: bugs@FreeBSD.org
          Reporter: wosch@FreeBSD.org

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=20=
=20=20=20=20=20=20=20=20
                        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=3D ${BINDIR}/zstream ${BINDIR}/zstre=
amdump

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282192-227>