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)
Wed, Sep 9, 2:24 PM
Unknown Object (File)
Wed, Sep 9, 12:35 AM
Unknown Object (File)
Sun, Aug 23, 2:28 PM
Unknown Object (File)
Sat, Aug 22, 6:06 AM
Unknown Object (File)
Wed, Aug 19, 5:50 PM
Unknown Object (File)
Wed, Aug 12, 12:16 PM
Unknown Object (File)
Wed, Aug 12, 11:50 AM
Unknown Object (File)
Jul 14 2026, 5:37 PM
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