[Bug 282192] absolute symlink in /usr/bin
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 282192] absolute symlink in /usr/bin"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 282192] absolute symlink in /usr/bin"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 282192] absolute symlink in /usr/bin"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 282192] absolute symlink in /usr/bin"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 282192] absolute symlink in /usr/bin"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 282192] absolute symlink in /usr/bin"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 282192] absolute symlink in /usr/bin"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 282192] absolute symlink in /usr/bin"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 282192] absolute symlink in /usr/bin"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Oct 2024 10:18:32 UTC
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: 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
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.