summaryrefslogtreecommitdiffstats
path: root/share/man/man8/diskless.8
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2020-11-29 20:14:06 +0000
committerderaadt <deraadt@openbsd.org>2020-11-29 20:14:06 +0000
commit4f9a4669cf63e035252969a85fcd7af33c08a80c (patch)
tree27ef6192372f6e0012e960eb13e3305a3dd0b016 /share/man/man8/diskless.8
parentSync bsnprintf() with ldapd/util.c r1.13 (diff)
downloadwireguard-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/diskless.8')
-rw-r--r--share/man/man8/diskless.89
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8
index def171b393a..b0a30683882 100644
--- a/share/man/man8/diskless.8
+++ b/share/man/man8/diskless.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: diskless.8,v 1.69 2017/06/11 14:03:46 schwarze Exp $
+.\" $OpenBSD: diskless.8,v 1.70 2020/11/29 20:14:06 deraadt Exp $
.\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $
.\"
.\"
@@ -27,7 +27,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 $Mdocdate: June 11 2017 $
+.Dd $Mdocdate: November 29 2020 $
.Dt DISKLESS 8
.Os
.Sh NAME
@@ -395,7 +395,9 @@ Interface-specific configuration file.
.It Pa /etc/hosts
Host name database.
.It Pa /etc/myname
-Default hostname and gateway.
+Default hostname.
+.It Pa /etc/mygate
+Default gateway.
.It Pa /etc/rbootd.conf
Configuration file for HP Remote Boot Daemon.
.It Pa /tftpboot
@@ -411,6 +413,7 @@ Location of boot programs loaded by the HP Boot ROM.
.Xr fstab 5 ,
.Xr hostname.if 5 ,
.Xr hosts 5 ,
+.Xr mygate 5 ,
.Xr myname 5 ,
.Xr dhcpd 8 ,
.Xr mopd 8 ,