1*bf848614SLexi Winter/* 2*bf848614SLexi Winter * SPDX-License-Identifier: ISC 3*bf848614SLexi Winter * 4*bf848614SLexi Winter * Copyright (c) 2025 Lexi Winter <ivy@FreeBSD.org> 5*bf848614SLexi Winter * 6*bf848614SLexi Winter * Permission to use, copy, modify, and distribute this software for any 7*bf848614SLexi Winter * purpose with or without fee is hereby granted, provided that the above 8*bf848614SLexi Winter * copyright notice and this permission notice appear in all copies. 9*bf848614SLexi Winter * 10*bf848614SLexi Winter * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11*bf848614SLexi Winter * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 12*bf848614SLexi Winter * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13*bf848614SLexi Winter * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14*bf848614SLexi Winter * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15*bf848614SLexi Winter * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16*bf848614SLexi Winter * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17*bf848614SLexi Winter */ 18*bf848614SLexi Winter 19*bf848614SLexi Wintermessages = [ 20*bf848614SLexi Winter { 21*bf848614SLexi Winter type: upgrade 22*bf848614SLexi Winter message: <<EOM 23*bf848614SLexi WinterAfter upgrading local-unbound, the configuration file should be regenerated 24*bf848614SLexi Winterby running "service local_unbound setup" before restarting the service. 25*bf848614SLexi WinterEOM 26*bf848614SLexi Winter } 27*bf848614SLexi Winter] 28