Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/share/man/man8 Pull up following revision(s) (requested b...
details: https://anonhg.NetBSD.org/src/rev/1b06e8a87ffd
branches: netbsd-9
changeset: 940260:1b06e8a87ffd
user: martin <martin%NetBSD.org@localhost>
date: Thu Oct 08 16:49:37 2020 +0000
description:
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:
share/man/man8/afterboot.8 | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (37 lines):
diff -r 1748b9cb982e -r 1b06e8a87ffd share/man/man8/afterboot.8
--- a/share/man/man8/afterboot.8 Thu Oct 08 16:47:12 2020 +0000
+++ b/share/man/man8/afterboot.8 Thu Oct 08 16:49:37 2020 +0000
@@ -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@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