Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8 ifconfig up before doing wifi stuff



details:   https://anonhg.NetBSD.org/src/rev/de528c1ddd33
branches:  trunk
changeset: 944622:de528c1ddd33
user:      nia <nia%NetBSD.org@localhost>
date:      Mon Oct 05 06:41:16 2020 +0000

description:
ifconfig up before doing wifi stuff

diffstat:

 share/man/man8/afterboot.8 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r bfafc749e9c9 -r de528c1ddd33 share/man/man8/afterboot.8
--- a/share/man/man8/afterboot.8        Mon Oct 05 04:48:23 2020 +0000
+++ b/share/man/man8/afterboot.8        Mon Oct 05 06:41:16 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: afterboot.8,v 1.73 2020/08/24 12:58:16 nia Exp $
+.\"    $NetBSD: afterboot.8,v 1.74 2020/10/05 06:41:16 nia Exp $
 .\"    $OpenBSD: afterboot.8,v 1.72 2002/02/22 02:02:33 miod Exp $
 .\"
 .\" Originally created by Marshall M. Midden -- 1997-10-20, m4%umn.edu@localhost
@@ -59,7 +59,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd August 24, 2020
+.Dd October 5, 2020
 .Dt AFTERBOOT 8
 .Os
 .Sh NAME
@@ -450,8 +450,9 @@
 }
 .Ed
 .Pp
-Then start the necessary daemons:
+Then bring up the interface and start the necessary daemons:
 .Bd -literal -offset indent
+.Ic ifconfig iwm0 up
 .Ic service wpa_supplicant onestart
 .Ic service dhcpcd onestart
 .Ed
@@ -459,6 +460,7 @@
 To automatically connect at boot, add the following to
 .Pa /etc/rc.conf :
 .Pp
+.Dl ifconfig_iwm0="up"
 .Dl dhcpcd=YES
 .Dl wpa_supplicant=YES
 .Pp



Home | Main Index | Thread Index | Old Index