Page MenuHomeFreeBSD

We don't need shell protection for when we're expanding matches. Don't add it. This should fix when we do regepx matches against variables we've set and fix wifi bring up.
ClosedPublic

Authored by imp on Sep 21 2018, 5:28 AM.
Tags
None
Referenced Files
F133081100: D17267.diff
Wed, Oct 22, 7:28 PM
Unknown Object (File)
Thu, Oct 16, 2:52 AM
Unknown Object (File)
Wed, Oct 1, 9:42 PM
Unknown Object (File)
Sun, Sep 28, 5:05 AM
Unknown Object (File)
Thu, Sep 25, 9:56 PM
Unknown Object (File)
Thu, Sep 25, 12:31 AM
Unknown Object (File)
Tue, Sep 23, 12:03 AM
Unknown Object (File)
Sep 21 2025, 9:20 PM

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19714
Build 19277: arc lint + arc unit

Event Timeline

Does this require any changes to devd.conf to work? Only applying this patch and copy over devd binary to my test machine doesn't change anything for me, the regexp still starts with ^$'(.....

Does this require any changes to devd.conf to work? Only applying this patch and copy over devd binary to my test machine doesn't change anything for me, the regexp still starts with ^$'(.....

Weird, works for me, and regex in Testing device-name line looks correct now without any changes to devd.conf. Make sure you are running correct binary?

In D17267#368025, @yuripv_yuripv.net wrote:

Does this require any changes to devd.conf to work? Only applying this patch and copy over devd binary to my test machine doesn't change anything for me, the regexp still starts with ^$'(.....

Weird, works for me, and regex in Testing device-name line looks correct now without any changes to devd.conf. Make sure you are running correct binary?

Oh you're right. I accidentally scp'd the new file to /usr/sbin *_* Works fine now :)

Does this require any changes to devd.conf to work? Only applying this patch and copy over devd binary to my test machine doesn't change anything for me, the regexp still starts with ^$'(.....

No changes should be required. I'd double check you built right, or that I'm not applying things backwards.

This revision was not accepted when it landed; it landed in state Needs Review.Sep 22 2018, 3:33 PM
This revision was automatically updated to reflect the committed changes.