From: kn Date: Sun, 17 Oct 2021 02:05:40 +0000 (+0000) Subject: Install "autoconf" as proper "inet autoconf" in hostname.if(5) files X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=73eab1a3a78f335e546f3845612f3768e95acbac;p=openbsd Install "autoconf" as proper "inet autoconf" in hostname.if(5) files OK aja --- diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index e77191ea7bb..c4ff645b9ec 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1178 2021/09/13 11:49:21 robert Exp $ +# $OpenBSD: install.sub,v 1.1179 2021/10/17 02:05:40 kn Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer @@ -1054,7 +1054,7 @@ v4_config() { ;; autoconf|dhcp) dhcp_request $_if - echo "autoconf" >>$_hn + echo "inet autoconf" >>$_hn return ;; esac