Page MenuHomeFreeBSD

Re-remove excess / for installing SYMLINKS
ClosedPublic

Authored by lwhsu on Aug 11 2017, 10:22 PM.
Tags
None
Referenced Files
F103148166: D11995.diff
Thu, Nov 21, 3:11 PM
Unknown Object (File)
Thu, Nov 21, 7:44 AM
Unknown Object (File)
Wed, Nov 20, 1:21 AM
Unknown Object (File)
Tue, Nov 19, 5:47 PM
Unknown Object (File)
Thu, Nov 14, 8:57 AM
Unknown Object (File)
Thu, Nov 7, 10:25 PM
Unknown Object (File)
Wed, Nov 6, 11:33 PM
Unknown Object (File)
Wed, Nov 6, 7:29 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