]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r326094: Fix indentation in bsdinstall-created wpa_supplicant.conf
authoremaste <emaste@FreeBSD.org>
Thu, 7 Dec 2017 03:57:11 +0000 (03:57 +0000)
committeremaste <emaste@FreeBSD.org>
Thu, 7 Dec 2017 03:57:11 +0000 (03:57 +0000)
commit5e2d1911c23a7e26cbde97798cbf98eb972998a4
tree95f54286d1c9447b033a4a3e9d4a610fd38f2ccd
parentd208ed4408a803372667aff3899872aafbc546ec
MFC r326094: Fix indentation in bsdinstall-created wpa_supplicant.conf

r311690 (MFC of 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
usr.sbin/bsdinstall/scripts/wlanconfig