Page MenuHomeFreeBSD

rc.initdiskless: Remove bogus plus sign
ClosedPublic

Authored by jlduran on Dec 30 2023, 7:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 20, 3:16 AM
Unknown Object (File)
Wed, Nov 20, 1:35 AM
Unknown Object (File)
Tue, Nov 19, 11:57 PM
Unknown Object (File)
Wed, Oct 23, 7:33 AM
Unknown Object (File)
Oct 15 2024, 12:48 AM
Unknown Object (File)
Sep 13 2024, 1:07 AM
Unknown Object (File)
Sep 9 2024, 3:03 AM
Unknown Object (File)
Sep 8 2024, 1:46 AM

Details

Summary

Fixes: 93b7818226cf ("libexec/rc/rc.initdiskless: make tar's path flexible")

Test Plan

Discovered while testing a rescue NanoBSD image:

/etc/rc.initdiskless: +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/rescue: not found

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jlduran created this revision.

Yea. This was a botched cut and paate it would seem.

This revision is now accepted and ready to land.Dec 30 2023, 7:43 AM
This revision was automatically updated to reflect the committed changes.

Thanks for reminding me this so that I can make the right change of 93b7818226cf in MFC.