artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0cde53
)
Install "autoconf" as proper "inet autoconf" in hostname.if(5) files
author
kn
<kn@openbsd.org>
Sun, 17 Oct 2021 02:05:40 +0000
(
02:05
+0000)
committer
kn
<kn@openbsd.org>
Sun, 17 Oct 2021 02:05:40 +0000
(
02:05
+0000)
OK aja
distrib/miniroot/install.sub
patch
|
blob
|
history
diff --git
a/distrib/miniroot/install.sub
b/distrib/miniroot/install.sub
index
e77191e
..
c4ff645
100644
(file)
--- a/
distrib/miniroot/install.sub
+++ b/
distrib/miniroot/install.sub
@@
-1,5
+1,5
@@
#!/bin/ksh
-# $OpenBSD: install.sub,v 1.117
8 2021/09/13 11:49:21 robert
Exp $
+# $OpenBSD: install.sub,v 1.117
9 2021/10/17 02:05:40 kn
Exp $
#
# Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback
# Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org>
@@
-1054,7
+1054,7
@@
v4_config() {
;;
autoconf|dhcp)
dhcp_request $_if
- echo "autoconf" >>$_hn
+ echo "
inet
autoconf" >>$_hn
return
;;
esac