From nobody Wed Oct 15 11:31:30 2025 X-Original-To: current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4cmpnf3KYrz6CDC3 for ; Wed, 15 Oct 2025 11:31:34 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp-relay-int-backup.realworks.nl (smtp-relay-int-backup.realworks.nl [87.255.56.188]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4cmpnd16sYz3qhZ for ; Wed, 15 Oct 2025 11:31:33 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=rw2 header.b=GHQJf0x6; dmarc=pass (policy=quarantine) header.from=klop.ws; spf=pass (mx1.freebsd.org: domain of ronald-lists@klop.ws designates 87.255.56.188 as permitted sender) smtp.mailfrom=ronald-lists@klop.ws Received: from smtp-relay-int-backup.realworks.nl (crmlive8.colo2.realworks.nl [10.2.52.28]) by mailrelayint2.colo2.realworks.nl (Postfix) with ESMTP id 4cmpnZ1sjMz37 for ; Wed, 15 Oct 2025 13:31:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1760527890; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=kV8WCKSQP4oWAC+8GqIlMhMw1T9luRX73beZrY6jgO4=; b=GHQJf0x6dyHaTSF6w5SqY3jSm75Yk69b2QADiOy+8MmofKmVhQopMJVLzrdceZfvDb/uON 1/xiDoyBRW/yCiBbHUzStQY8yfbFZEbnQZhw+SCrPAGCnZ7ObCTl2wbfKheiobA2wGIdPj KllYOHx4Ox3VLlwyGOMgvfYDysoBnq3xi+qEC1/tK+/HxfotHAKRtjuavAZXw5+1rCLL5R ETHz7WH301lzCvNwYvDbvx2rW5TJ0YMcHVPZwfwMAT+L+0LBZPfmbUS9xXRNb/TF7NEbRk 6qs8v5uIwHLnq90bD69MVzDwADoIA7UkzPguaKcvyi3AVF57jl1tWc9G21zaPA== Received: from crmlive8.colo2.realworks.nl (localhost [127.0.0.1]) by crmlive8.colo2.realworks.nl (Postfix) with ESMTP id 3EBB2120068 for ; Wed, 15 Oct 2025 13:31:30 +0200 (CEST) Date: Wed, 15 Oct 2025 13:31:30 +0200 (CEST) From: Ronald Klop To: current@freebsd.org Message-ID: <324231230.147694.1760527890049@localhost> Subject: should FreeBSD-dhclient depend on FreeBSD-resolvconf? List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_147693_870500024.1760527890046" X-Mailer: Realworks (767.69) X-Originating-Host: from (89-20-164-210.static.ef-service.nl [89.20.164.210]) by crmlive8 [10.2.52.28] with HTTP; Wed, 15 Oct 2025 13:31:30 +0200 Importance: Normal X-Priority: 3 (Normal) X-Originating-User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:144.0) Gecko/20100101 Firefox/144.0 X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.50 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MID_RHS_NOT_FQDN(0.50)[]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,quarantine]; R_DKIM_ALLOW(-0.20)[klop.ws:s=rw2]; R_SPF_ALLOW(-0.20)[+ip4:87.255.56.128/26]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; HAS_X_PRIO_THREE(0.00)[3]; RCVD_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[current@freebsd.org]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; TO_DN_NONE(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; DKIM_TRACE(0.00)[klop.ws:+] X-Rspamd-Queue-Id: 4cmpnd16sYz3qhZ ------=_Part_147693_870500024.1760527890046 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, Yesterday I installed a 15-BETA1 jail using pkgbase FreeBSD-set-minimal-jail. I was missing FreeBSD-dhclient which is fine and I installed it. Then it didn't have DNS as FreeBSD-resolvconf was missing. I understand that theoretically dhclient can operate without resolvconf, but in practice they seem pretty useful together. Should FreeBSD-dhclient depend on FreeBSD-resolvconf? Regards, Ronald. ------=_Part_147693_870500024.1760527890046 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,

Yesterday I installed a 15-BETA1 jail using pkgbase FreeBSD-set-minimal-jail.
I was missing FreeBSD-dhclient which is fine and I installed it. Then it didn't have DNS as FreeBSD-resolvconf was missing.
I understand that theoretically dhclient can operate without resolvconf, but in practice they seem pretty useful together.

Should FreeBSD-dhclient depend on FreeBSD-resolvconf?

Regards,
Ronald.
  ------=_Part_147693_870500024.1760527890046--