From f48150e6612aa145dae95fc903211418649de156 Mon Sep 17 00:00:00 2001 From: kn Date: Sat, 23 Oct 2021 14:49:06 +0000 Subject: [PATCH] dhclient -> dhcp in comment --- distrib/miniroot/install.sub | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 6c1998b8155..be4cb51e38c 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1180 2021/10/17 13:20:46 kn Exp $ +# $OpenBSD: install.sub,v 1.1181 2021/10/23 14:49:06 kn Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer @@ -2072,8 +2072,8 @@ donetconfig() { fi # Get & apply fqdn to hostname. Don't ask if there's only one configured - # interface and if it's managed by dhclient and if the domain name is - # configured via dhclient too. + # interface and if it's managed by dhcp and if the domain name is + # configured via dhcp too. resp="${_dn:-$(get_fqdn)}" if ifconfig dhcp >/dev/null 2>&1 && [[ $NIFS == 1 && -z $_dn ]]; then # If we have a 'domain-name' option in the lease file use that. -- 2.20.1