1*bf28c98fSLexi Winter/* 2*bf28c98fSLexi Winter * SPDX-License-Identifier: ISC 3*bf28c98fSLexi Winter * 4*bf28c98fSLexi Winter * Copyright (c) 2025 Lexi Winter <ivy@FreeBSD.org> 5*bf28c98fSLexi Winter * 6*bf28c98fSLexi Winter * Permission to use, copy, modify, and distribute this software for any 7*bf28c98fSLexi Winter * purpose with or without fee is hereby granted, provided that the above 8*bf28c98fSLexi Winter * copyright notice and this permission notice appear in all copies. 9*bf28c98fSLexi Winter * 10*bf28c98fSLexi Winter * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11*bf28c98fSLexi Winter * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 12*bf28c98fSLexi Winter * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13*bf28c98fSLexi Winter * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14*bf28c98fSLexi Winter * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15*bf28c98fSLexi Winter * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16*bf28c98fSLexi Winter * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17*bf28c98fSLexi Winter */ 18*bf28c98fSLexi Winter 19*bf28c98fSLexi Winterdeps { 20*bf28c98fSLexi Winter # dhclient uses resolvconf to update /etc/resolv.conf in case the 21*bf28c98fSLexi Winter # DHCP server returns nameserver addresses. 22*bf28c98fSLexi Winter "resolvconf" { 23*bf28c98fSLexi Winter version = "${VERSION}" 24*bf28c98fSLexi Winter }, 25*bf28c98fSLexi Winter} 26*bf28c98fSLexi Winter 27