From 37c03f32bc51d98cfe4774994ec6639941913932 Mon Sep 17 00:00:00 2001 From: Joe MacDonald Date: Fri, 25 Oct 2013 11:03:56 -0400 Subject: tftpd-hpa: update default tftpboot location 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. Signed-off-by: Joe MacDonald --- meta-networking/recipes-daemons/tftp-hpa/files/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-daemons/tftp-hpa') diff --git a/meta-networking/recipes-daemons/tftp-hpa/files/default b/meta-networking/recipes-daemons/tftp-hpa/files/default index de2ed18202..1dce7fdfeb 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" -- cgit v1.2.3-54-g00ecf