|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
| #
63939df8 |
| 20-May-2020 |
Devin Teske <[email protected]> |
Fix indentation in bsdinstall-created wpa_supplicant.conf
PR: base/221982 Reported by: emaste Reviewed by: emaste, allanjude MFC after: 0 days X-MFC-to: stable/11 Differential Revision: https://rev
Fix indentation in bsdinstall-created wpa_supplicant.conf
PR: base/221982 Reported by: emaste Reviewed by: emaste, allanjude MFC after: 0 days X-MFC-to: stable/11 Differential Revision: https://reviews.freebsd.org/D23641
show more ...
|
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
850b25ab |
| 22-Nov-2017 |
Ed Maste <[email protected]> |
Fix indentation in bsdinstall-created wpa_supplicant.conf
r309934 cleaned up some cases in bsdinstall to use heredocs but broke the indentation of the generated output, because <<- heredocs strip le
Fix indentation in bsdinstall-created wpa_supplicant.conf
r309934 cleaned up some cases in bsdinstall to use heredocs but broke the indentation of the generated output, because <<- heredocs strip leading tabs.
PR: 221982 Reviewed by: allanjude, dteske MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D13190
show more ...
|
|
Revision tags: release/10.4.0, release/11.1.0 |
|
| #
a7cc5680 |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Revert r309918 -- modern POSIX has deprecated -<#>/+<#> syntax
Special thanks to: jilles
|
| #
f3a8471e |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
It's completely pointless to replace newlines with space (this is done automatically for you upon shell expansion)
|
| #
be094a32 |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
The flags of a WLAN need to be quoted (they contain things like brackets)
|
| #
19dbb0ba |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Simplify single-line if statements
|
| #
afcce2f5 |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Simplify loop by moving predicate to clause
|
| #
b46ca7ce |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Wordsmithing
|
| #
a9d33421 |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Why test $? when you can test the command
|
| #
6ef8ca67 |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Restore previous comment
|
| #
94f5aec6 |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Both simplify bringup of interface after changes and catch errors in debug
|
| #
b9f60aba |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Calculate proper size of menu list dialog
|
| #
9a46c67a |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
There's an API function for catching errors and displaying them or logging them to debug output
|
| #
7e1166de |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
There's an API function for displaying pauses
|
| #
d79a1355 |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
There's an API function for displaying yes/no dialogs
|
| #
1d92999c |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
There's an API function for displaying errors
|
| #
35af83c1 |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Comment
|
| #
b45548a8 |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Whitespace alignment
|
| #
d5fddc4d |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Relying on dialog auto-sizing (width/height/rows = 0) is a mistake Use the provided API for calculating the appropriate size of menus
|
| #
7599c854 |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Remove unnecessary quotes
|
| #
1095816e |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Add missing quotes
|
| #
01a2404c |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
In awk, if you're going to append a newline to your printf AND you're going to print only the argument, just use print
|
| #
dba958af |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
This statement has too many backslashes
|
| #
be34885e |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Neither printf (and as is commonly known) nor print need parens in awk
|
| #
5943bcd1 |
| 13-Dec-2016 |
Devin Teske <[email protected]> |
Whitespace and alignment
|