diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-11-29 20:14:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-11-29 20:14:07 +0000 |
commit | ac2bd911058daacc24ff4291dbd1f64018e3f673 (patch) | |
tree | 56422725918aaeeaa358c373095cd2f16f7b68e3 /share/man/man5/Makefile | |
parent | 4f6aad51caa8d959e443433a10864db45d1820c3 (diff) |
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/man5/Makefile')
-rw-r--r-- | share/man/man5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index abc05b618a5..4a54fd3ae6e 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.57 2018/11/21 09:26:02 jmc Exp $ +# $OpenBSD: Makefile,v 1.58 2020/11/29 20:14:06 deraadt Exp $ # $NetBSD: Makefile,v 1.14 1995/05/11 23:13:15 cgd Exp $ MAN= acct.5 ar.5 bsd.port.mk.5 bsd.port.arch.mk.5 bsd.regress.mk.5 \ @@ -6,7 +6,7 @@ MAN= acct.5 ar.5 bsd.port.mk.5 bsd.port.arch.mk.5 bsd.regress.mk.5 \ defaultdomain.5 dir.5 disktab.5 elf.5 ethers.5 fbtab.5 files.conf.5 \ fs.5 fstab.5 genassym.cf.5 group.5 hostname.if.5 hosts.5 installurl.5 \ intro.5 login.conf.5 mandoc.db.5 mixerctl.conf.5 \ - mk.conf.5 moduli.5 motd.5 myname.5 netgroup.5 passwd.5 \ + mk.conf.5 moduli.5 motd.5 mygate.5 myname.5 netgroup.5 passwd.5 \ pf.conf.5 pf.os.5 port-modules.5 printcap.5 protocols.5 \ ranlib.5 remote.5 resolv.conf.5 rpc.5 ruby-module.5 \ services.5 shells.5 \ |