diff options
author | 2020-11-29 20:14:06 +0000 | |
---|---|---|
committer | 2020-11-29 20:14:06 +0000 | |
commit | 4f9a4669cf63e035252969a85fcd7af33c08a80c (patch) | |
tree | 27ef6192372f6e0012e960eb13e3305a3dd0b016 /share/man/man8/netstart.8 | |
parent | Sync bsnprintf() with ldapd/util.c r1.13 (diff) | |
download | wireguard-openbsd-4f9a4669cf63e035252969a85fcd7af33c08a80c.tar.xz wireguard-openbsd-4f9a4669cf63e035252969a85fcd7af33c08a80c.zip |
Add support for !command to mygate, so that netstart has a late opportunity
to perform network configuration (for example, "!route source -ifp em0")
Split mygate and myname manual pages (how did anyone ever believe these
are related), and perform hostname configuration much earlier in rc.
discussed with benno, claudio, jmc, etc etc, last version of !command
parser by tb
Diffstat (limited to 'share/man/man8/netstart.8')
-rw-r--r-- | share/man/man8/netstart.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man8/netstart.8 b/share/man/man8/netstart.8 index 0c0d7038ddd..91183376edd 100644 --- a/share/man/man8/netstart.8 +++ b/share/man/man8/netstart.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstart.8,v 1.24 2020/11/03 06:46:23 jmc Exp $ +.\" $OpenBSD: netstart.8,v 1.25 2020/11/29 20:14:06 deraadt Exp $ .\" .\" Copyright (c) 2002, Miodrag Vallat. .\" All rights reserved. @@ -25,7 +25,7 @@ .\" .\" @(#)rc.8 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: November 3 2020 $ +.Dd $Mdocdate: November 29 2020 $ .Dt NETSTART 8 .Os .Sh NAME @@ -58,8 +58,6 @@ performs the following operations, in the sequence given: .Pp .Bl -bullet -compact -offset indent .It -Set the machine's name. -.It Configure the loopback interface. .It Configure all physical interfaces. @@ -108,7 +106,7 @@ without actually configuring the interface. .Xr multicast 4 , .Xr defaultdomain 5 , .Xr hostname.if 5 , -.Xr myname 5 , +.Xr mygate 5 , .Xr ifconfig 8 , .Xr rc 8 , .Xr rc.conf 8 |