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, Apr 8, 10:36 PM
Unknown Object (File)
Tue, Apr 7, 10:18 AM
Unknown Object (File)
Sun, Apr 5, 4:42 PM
Unknown Object (File)
Fri, Apr 3, 8:49 AM
Unknown Object (File)
Thu, Apr 2, 11:25 PM
Unknown Object (File)
Thu, Apr 2, 5:45 PM
Unknown Object (File)
Sun, Mar 29, 4:13 AM
Unknown Object (File)
Thu, Mar 26, 8:27 PM

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.