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
This commit is contained in:
martin 2020-10-08 16:49:37 +00:00
parent a2ae325361
commit 5eab323c8d
1 changed files with 5 additions and 3 deletions

View File

@ -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