From: Jon Murphy <jcmurphy26@gmail.com>
To: development@lists.ipfire.org
Subject: Re: [PATCH v2] tftpd: add missing directory
Date: Mon, 01 Aug 2022 10:26:42 -0500 [thread overview]
Message-ID: <E4EBCAAE-996C-4111-9EC4-82BD4B5CC089@gmail.com> (raw)
In-Reply-To: <20220801151122.854266-1-jon.murphy@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 2400 bytes --]
Peter and *,
I am not sure if I did this correctly or not.
As best as I can tell I can add the `mkdir -pv /var/tftpboot` to:
- The tftpd LFS file
- The tftpd ROOTFILES file (as just `/var/tftpboot`)
- And/or the tftpd `install.sh` file
But I am not sure why I should pick one over the others…
Jon
> On Aug 1, 2022, at 10:11 AM, Jon Murphy <jon.murphy(a)ipfire.org> wrote:
>
> - starting tftpd currently throws "missing directory" error
> - this change corrects the issue
>
> Signed-off-by: Jon Murphy <jon.murphy(a)ipfire.org>
> ---
> config/rootfiles/packages/tftpd | 1 +
> lfs/tftpd | 5 +++--
> 2 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/config/rootfiles/packages/tftpd b/config/rootfiles/packages/tftpd
> index 377f8a21e..da19f46a0 100644
> --- a/config/rootfiles/packages/tftpd
> +++ b/config/rootfiles/packages/tftpd
> @@ -4,3 +4,4 @@ usr/sbin/tftpd
> #usr/share/man/man1/tftp.1
> #usr/share/man/man8/in.tftpd.8
> #usr/share/man/man8/tftpd.8
> +var/tftpboot
> diff --git a/lfs/tftpd b/lfs/tftpd
> index cb3d03415..f441c499c 100644
> --- a/lfs/tftpd
> +++ b/lfs/tftpd
> @@ -1,7 +1,7 @@
> ###############################################################################
> # #
> # IPFire.org - A linux based firewall #
> -# Copyright (C) 2007-2021 IPFire Team <info(a)ipfire.org> #
> +# Copyright (C) 2007-2022 IPFire Team <info(a)ipfire.org> #
> # #
> # This program is free software: you can redistribute it and/or modify #
> # it under the terms of the GNU General Public License as published by #
> @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = tftpd
> -PAK_VER = 2
> +PAK_VER = 3
>
> DEPS =
>
> @@ -87,6 +87,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> cd $(DIR_APP) && make $(MAKETUNING)
> cd $(DIR_APP) && make install
> mv -fv /usr/sbin/in.tftpd /usr/sbin/tftpd
> + mkdir -pv /var/tftpboot
> #install initscripts
> $(call INSTALL_INITSCRIPTS,$(SERVICES))
> @rm -rf $(DIR_APP)
> --
> 2.30.2
>
prev parent reply other threads:[~2022-08-01 15:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-23 16:14 [PATCH] " Jon Murphy
2022-07-24 12:52 ` Peter Müller
2022-07-24 17:13 ` Jon Murphy
2022-08-01 15:11 ` [PATCH v2] " Jon Murphy
2022-08-01 15:26 ` Jon Murphy [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E4EBCAAE-996C-4111-9EC4-82BD4B5CC089@gmail.com \
--to=jcmurphy26@gmail.com \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox