diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2021-10-17 13:20:47 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2021-10-17 13:20:47 +0000 |
commit | 7826a8bf439c5e15c6a162a8018d7ce102276480 (patch) | |
tree | 47a537cdef8d219c72c898b2e3ae076507c46a0f /distrib/miniroot | |
parent | 101b3b14cab15854fbbc6b4f70f0ee0f609cd203 (diff) |
Disambiguate "autoconf" handling now that it is used for IPv4 as well
This was the last mention of "dhcp" in our manuals except for
hostname.if(5) documenting it as an "inet autoconf" alias; everything has
been converted to modern syntax now (hopefully).
OK jmc
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index c4ff645b9ec..6c1998b8155 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1179 2021/10/17 02:05:40 kn Exp $ +# $OpenBSD: install.sub,v 1.1180 2021/10/17 13:20:46 kn Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org> @@ -2479,7 +2479,7 @@ enable_network() { # /mnt/etc/mygate, if it exists, contains the address(es) of my # default gateway(s). Use for ipv4 if no interfaces configured via - # dhcp. Use for ipv6 if no interfaces configured via autoconf. + # autoconf. Use for ipv6 if no interfaces configured via autoconf. stripcom /mnt/etc/mygate | while read _gw; do case $_gw in |