Page MenuHomeFreeBSD

bsdinstall: Fix wpa_suppicant PSK configuration
AbandonedPublic

Authored by garga on May 24 2024, 3:02 PM.
Tags
None
Referenced Files
F148389281: D45344.id139056.diff
Tue, Mar 17, 1:19 PM
F148389052: D45344.diff
Tue, Mar 17, 1:17 PM
F148322014: D45344.diff
Tue, Mar 17, 4:12 AM
Unknown Object (File)
Jan 12 2026, 11:55 AM
Unknown Object (File)
Jan 12 2026, 10:56 AM
Unknown Object (File)
Jan 10 2026, 3:35 PM
Unknown Object (File)
Jan 10 2026, 3:35 PM
Unknown Object (File)
Jan 10 2026, 5:53 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 57900
Build 54788: 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.