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)
Mon, Mar 9, 8:29 PM
Unknown Object (File)
Feb 8 2026, 6:44 AM
Unknown Object (File)
Feb 5 2026, 11:34 PM
Unknown Object (File)
Feb 5 2026, 9:54 PM
Unknown Object (File)
Jan 24 2026, 6:37 PM
Unknown Object (File)
Jan 21 2026, 2:12 AM
Unknown Object (File)
Jan 12 2026, 11:16 AM
Unknown Object (File)
Jan 12 2026, 10:36 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.