[oe] [meta-networking][PATCH] tftpd-hpa: update default tftpboot location

Khem Raj raj.khem at gmail.com
Tue Oct 29 00:21:01 UTC 2013


On Fri, Oct 25, 2013 at 8:08 AM, Joe MacDonald <joe at deserted.net> wrote:
> The tftp-hpa package installs /var/lib/tftpboot and tftpd-hpa is
> configured to use that directory, but the default points at /svc/tftpboot.
> Correct that so the default points to a location that exists when the
> package is installed.

Looks good

>
> Signed-off-by: Joe MacDonald <joe at deserted.net>
> ---
>  meta-networking/recipes-daemons/tftp-hpa/files/default |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-daemons/tftp-hpa/files/default b/meta-networking/recipes-daemons/tftp-hpa/files/default
> index de2ed18..1dce7fd 100644
> --- a/meta-networking/recipes-daemons/tftp-hpa/files/default
> +++ b/meta-networking/recipes-daemons/tftp-hpa/files/default
> @@ -1,3 +1,3 @@
>  #Defaults for tftpd-hpa
>  RUN_DAEMON="yes"
> -OPTIONS="-l -s /srv/tftpboot"
> +OPTIONS="-l -s /var/lib/tftpboot"
> --
> 1.7.10.4
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list