1*db0d002aSKristof Provost# 2*db0d002aSKristof Provost# SPDX-License-Identifier: BSD-2-Clause 3*db0d002aSKristof Provost# 4*db0d002aSKristof Provost# Copyright (c) 2025 Rubicon Communications, LLC (Netgate) 5*db0d002aSKristof Provost# 6*db0d002aSKristof Provost# Redistribution and use in source and binary forms, with or without 7*db0d002aSKristof Provost# modification, are permitted provided that the following conditions 8*db0d002aSKristof Provost# are met: 9*db0d002aSKristof Provost# 1. Redistributions of source code must retain the above copyright 10*db0d002aSKristof Provost# notice, this list of conditions and the following disclaimer. 11*db0d002aSKristof Provost# 2. Redistributions in binary form must reproduce the above copyright 12*db0d002aSKristof Provost# notice, this list of conditions and the following disclaimer in the 13*db0d002aSKristof Provost# documentation and/or other materials provided with the distribution. 14*db0d002aSKristof Provost# 15*db0d002aSKristof Provost# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 16*db0d002aSKristof Provost# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 17*db0d002aSKristof Provost# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 18*db0d002aSKristof Provost# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19*db0d002aSKristof Provost# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 20*db0d002aSKristof Provost# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21*db0d002aSKristof Provost# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22*db0d002aSKristof Provost# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23*db0d002aSKristof Provost# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24*db0d002aSKristof Provost# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25*db0d002aSKristof Provost# SUCH DAMAGE. 26*db0d002aSKristof Provost 27*db0d002aSKristof Provosttftp dgram udp wait root /usr/libexec/tftpd tftpd -l -S -s /tmp 28*db0d002aSKristof Provosttftp dgram udp6 wait root /usr/libexec/tftpd tftpd -l -S -s /tmp 29