Page MenuHomeFreeBSD

Re-remove excess / for installing SYMLINKS
ClosedPublic

Authored by lwhsu on Aug 11 2017, 10:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 31, 1:58 AM
Unknown Object (File)
Thu, Oct 30, 8:30 PM
Unknown Object (File)
Thu, Oct 30, 8:29 PM
Unknown Object (File)
Thu, Oct 30, 8:29 PM
Unknown Object (File)
Thu, Oct 30, 3:33 PM
Unknown Object (File)
Sun, Oct 19, 1:20 AM
Unknown Object (File)
Sep 23 2025, 12:02 PM
Unknown Object (File)
Sep 23 2025, 7:48 AM
Subscribers

Details

Summary

This excess / was introduced in r280129, and fixed in r295230, but got
re-introduced while merging another branch in r298107.

Test Plan

Do make -DNO_ROOT packagesystem as an unprivileged user in src/release,
and:

  1. Check type=link lines in release/dist/METALOG, old:

./base//usr/bin/cpio type=link mode=0755 link=bsdcpio tags=package=runtime

should become:

./base/usr/bin/cpio type=link mode=0755 link=bsdcpio tags=package=runtime

  1. Check base.txz contains symbolic files, such as usr/bin/cpio@ -> bsdcpio

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable