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
Unknown Object (File)
Sun, Dec 8, 6:07 AM
Unknown Object (File)
Fri, Nov 29, 1:06 PM
Unknown Object (File)
Nov 22 2024, 10:28 AM
Unknown Object (File)
Nov 22 2024, 9:59 AM
Unknown Object (File)
Nov 21 2024, 10:11 AM
Unknown Object (File)
Nov 18 2024, 5:00 PM
Unknown Object (File)
Nov 18 2024, 1:42 PM
Unknown Object (File)
Nov 18 2024, 5:58 AM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.