Page MenuHomeFreeBSD

bsdinstall: Fix wpa_suppicant PSK configuration
AbandonedPublic

Authored by garga on May 24 2024, 3:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 18, 6:11 AM
Unknown Object (File)
Sun, Nov 16, 11:24 PM
Unknown Object (File)
Sun, Nov 9, 5:44 AM
Unknown Object (File)
Thu, Nov 6, 12:16 AM
Unknown Object (File)
Tue, Nov 4, 12:00 AM
Unknown Object (File)
Mon, Nov 3, 3:35 PM
Unknown Object (File)
Mon, Nov 3, 12:56 PM
Unknown Object (File)
Mon, Nov 3, 2:57 AM
Subscribers

Details

Reviewers
asiciliano
Summary

Delete first line, which contains SSID, and capture second line
containing password

Approved by:
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 57901
Build 54789: arc lint + arc unit

Event Timeline

garga requested review of this revision.May 24 2024, 3:02 PM

I don’t understand how this diff relates to the commit message. Whether PASS contains a space or not, using its expansion and deleting its first line are two quite different things.

Improved commit message

arc diff doesn't update the message in Phabricator

I fixed in upstream (https://gitlab.com/alfix/bsddialog/-/commit/ce220b82ad546d3518a805750e5ee6add73f1fbf) because the problem also appears in other places in this file. I'll test and import the new version 1.0.3 by 2-3 days.

I would rather filter the output from bsddialog so PASS never contained the SSID in the first place.