summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2020-10-08 16:49:37 +0000
committermartin <martin@NetBSD.org>2020-10-08 16:49:37 +0000
commitf78a562b889687e343300174e4c2e0db846c1a71 (patch)
tree59b5dc679dc792c29046bc85a3777e903df9208b /share
parentf6cc58c0265f9a2d70f26487ccdd4983ce19e500 (diff)
Pull up following revision(s) (requested by nia in ticket #1101):
share/man/man8/afterboot.8: revision 1.74 ifconfig up before doing wifi stuff
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/afterboot.88
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index c1d402aaa5a..2744852f979 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: afterboot.8,v 1.62.2.1 2020/08/27 09:12:52 martin Exp $
+.\" $NetBSD: afterboot.8,v 1.62.2.2 2020/10/08 16:49:37 martin 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
@@ -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 @@ network={
}
.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 @@ Then start the necessary daemons:
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